Uses of Class
org.codehaus.janino.Java.Lvalue
-
Packages that use Java.Lvalue Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.Lvalue in org.codehaus.janino
Subclasses of Java.Lvalue in org.codehaus.janino Modifier and Type Class Description static class
Java.AmbiguousName
Representation of a JLS7 6.5.2 'ambiguous name'.static class
Java.ArrayAccessExpression
Representation of a JLS7 15.13 'array access expression'.static class
Java.FieldAccess
Representation of an access to a field of a class or an interface.static class
Java.FieldAccessExpression
Representation of a JLS7 15.11 'field access expression', including the "array length" pseudo field access.static class
Java.LocalVariableAccess
Representation of a local variable access -- used during compilation.static class
Java.ParenthesizedExpression
Representation of a JLS7 15.8.5 'parenthesized expression'.static class
Java.SuperclassFieldAccessExpression
Representation of an JLS7 'superclass field access expression', e.g.Fields in org.codehaus.janino declared as Java.Lvalue Modifier and Type Field Description Java.Lvalue
Java.Assignment. lhs
The lvalue to assign to.Java.Lvalue
Java.Crement. operand
The lvalue to operate upon.Methods in org.codehaus.janino that return Java.Lvalue Modifier and Type Method Description Java.Lvalue
Java.AmbiguousName. toLvalue()
Java.Lvalue
Java.Atom. toLvalue()
Java.Lvalue
Java.Lvalue. toLvalue()
Java.Lvalue
Java.Atom. toLvalueOrCompileException()
Constructors in org.codehaus.janino with parameters of type Java.Lvalue Constructor Description Assignment(Location location, Java.Lvalue lhs, String operator, Java.Rvalue rhs)
Crement(Location location, String operator, Java.Lvalue operand)
Crement(Location location, Java.Lvalue operand, String operator)
-
Uses of Java.Lvalue in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.Lvalue Modifier and Type Method Description void
Traverser. traverseLvalue(Java.Lvalue lv)
-