Uses of Class
org.codehaus.janino.Java.Lvalue

Packages that use Java.Lvalue
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
static class Java.AmbiguousName
          This class is special: It does not extend/implement the Atom subclasses, but overrides Atom's "to...()" methods.
static class Java.ArrayAccessExpression
          This class implements an array access.
static class Java.FieldAccess
          Representation of an access to a field of a class or an interface.
static class Java.FieldAccessExpression
          This class implements class or interface field access, and also the "array length" expression "xy.length".
static class Java.LocalVariableAccess
          Representation of a local variable access -- used during compilation.
static class Java.ParenthesizedExpression
           
static class Java.SuperclassFieldAccessExpression
          Representation of "super.fld" and "Type.super.fld".
 

Fields in org.codehaus.janino declared as Java.Lvalue
 Java.Lvalue Java.Assignment.lhs
           
 Java.Lvalue Java.Crement.operand
           
 

Methods in org.codehaus.janino that return Java.Lvalue
 Java.Lvalue Java.Atom.toLvalue()
           
 Java.Lvalue Java.Lvalue.toLvalue()
           
 Java.Lvalue Java.AmbiguousName.toLvalue()
           
 Java.Lvalue UnitCompiler.toLvalueOrCE(Java.Atom a)
           
 Java.Lvalue Java.Atom.toLvalueOrPE()
           
 

Constructors in org.codehaus.janino with parameters of type Java.Lvalue
Java.Assignment(Location location, Java.Lvalue lhs, java.lang.String operator, Java.Rvalue rhs)
           
Java.Crement(Location location, Java.Lvalue operand, java.lang.String operator)
           
Java.Crement(Location location, java.lang.String operator, Java.Lvalue operand)
           
 

Uses of Java.Lvalue in org.codehaus.janino.util
 

Methods in org.codehaus.janino.util with parameters of type Java.Lvalue
 void Traverser.traverseLvalue(Java.Lvalue lv)
           
 



Copyright © 2001-2011. All Rights Reserved.