Class ASTThisVarRef

All Implemented Interfaces:
Serializable, OrderedReturn, JavaSource, Node, NodeType

public class ASTThisVarRef extends ASTVarRef
$Id$
See Also:
  • Constructor Details

    • ASTThisVarRef

      public ASTThisVarRef(int id)
    • ASTThisVarRef

      public ASTThisVarRef(OgnlParser p, int id)
  • Method Details