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