Class ASTSelectFirst

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

class ASTSelectFirst extends SimpleNode
$Id$
  • Constructor Details

    • ASTSelectFirst

      public ASTSelectFirst(int id)
    • ASTSelectFirst

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