Class StaticPropertyAccessHelper
- java.lang.Object
- 
- org.codehaus.groovy.classgen.asm.sc.StaticPropertyAccessHelper
 
- 
 public abstract class StaticPropertyAccessHelper extends java.lang.ObjectFacilitates the generation of statically-compiled bytecode for property access.- Since:
- 2.4.0
 
- 
- 
Constructor SummaryConstructors Constructor Description StaticPropertyAccessHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpressiontransformToSetterCall(Expression receiver, MethodNode setterMethod, Expression argument, boolean implicitThis, boolean safe, boolean spreadSafe, boolean requiresReturnValue, Expression propertyExpression)
 
- 
- 
- 
Method Detail- 
transformToSetterCallpublic static Expression transformToSetterCall(Expression receiver, MethodNode setterMethod, Expression argument, boolean implicitThis, boolean safe, boolean spreadSafe, boolean requiresReturnValue, Expression propertyExpression) 
 
- 
 
-