[Java] Class StaticPropertyAccessHelper
- org.codehaus.groovy.classgen.asm.sc.StaticPropertyAccessHelper
public abstract class StaticPropertyAccessHelper extends Object
Facilitates the generation of statically-compiled bytecode for property access.
- Since:
- 2.4.0
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public static Expression |
transformToSetterCall(Expression receiver, MethodNode setterMethod, Expression valueExpression, boolean implicitThis, boolean safe, boolean spreadSafe, boolean returnValue, Expression sourceExpression) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public static Expression transformToSetterCall(Expression receiver, MethodNode setterMethod, Expression valueExpression, boolean implicitThis, boolean safe, boolean spreadSafe, boolean returnValue, Expression sourceExpression)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/classgen/asm/sc/StaticPropertyAccessHelper.html