Package org.codehaus.janino
Class Java.FieldAccess
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Rvalue
org.codehaus.janino.Java.Lvalue
org.codehaus.janino.Java.FieldAccess
- All Implemented Interfaces:
Java.ArrayInitializerOrRvalue,Java.ElementValue,Java.Locatable
- Enclosing class:
Java
Representation of an access to a field of a class or an interface. (Does not implement the
"array length" expression, e.g. "ia.length".)
-
Field Summary
FieldsFields inherited from class org.codehaus.janino.Java.Rvalue
JUMP_IF_FALSE, JUMP_IF_TRUEFields inherited from class org.codehaus.janino.Java.Located
NOWHERE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Visitor.AtomVisitor visitor) voidaccept(Visitor.ElementValueVisitor visitor) voidaccept(Visitor.LvalueVisitor visitor) voidaccept(Visitor.RvalueVisitor visitor) toString()Methods inherited from class org.codehaus.janino.Java.Lvalue
toLvalueMethods inherited from class org.codehaus.janino.Java.Rvalue
getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalueMethods inherited from class org.codehaus.janino.Java.Atom
toLvalueOrCompileException, toRvalueOrCompileException, toType, toTypeOrCompileExceptionMethods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileException
-
Field Details
-
lhs
-
field
-
-
Constructor Details
-
FieldAccess
-
-
Method Details
-
toString
-
accept
-
accept
- Specified by:
acceptin classJava.Rvalue
-
accept
- Specified by:
acceptin classJava.Lvalue
-
accept
-