Class ASTSelect

java.lang.Object
org.apache.commons.ognl.SimpleNode
org.apache.commons.ognl.ASTSelect
All Implemented Interfaces:
Serializable, JavaSource, Node

class ASTSelect extends SimpleNode
$Id$
  • Constructor Details

    • ASTSelect

      public ASTSelect(int id)
    • ASTSelect

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