Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » el » parser » [javadoc | source]
org.apache.el.parser
public final class: AstIdentifier [javadoc | source]
java.lang.Object
   org.apache.el.lang.ELSupport
      org.apache.el.parser.SimpleNode
         org.apache.el.parser.AstIdentifier

All Implemented Interfaces:
    Node

Fields inherited from org.apache.el.parser.SimpleNode:
parent,  children,  id,  image
Constructor:
 public AstIdentifier(int id) 
Method from org.apache.el.parser.AstIdentifier Summary:
getMethodInfo,   getType,   getValue,   invoke,   isReadOnly,   setValue
Methods from org.apache.el.parser.SimpleNode:
accept,   dump,   getImage,   getMethodInfo,   getType,   getValue,   invoke,   isReadOnly,   jjtAddChild,   jjtClose,   jjtGetChild,   jjtGetNumChildren,   jjtGetParent,   jjtOpen,   jjtSetParent,   setImage,   setValue,   toString,   toString
Methods from org.apache.el.lang.ELSupport:
checkType,   coerceToBoolean,   coerceToCharacter,   coerceToEnum,   coerceToNumber,   coerceToNumber,   coerceToNumber,   coerceToNumber,   coerceToString,   coerceToType,   compare,   containsNulls,   equals,   isBigDecimalOp,   isBigIntegerOp,   isDoubleOp,   isDoubleStringOp,   isLongOp,   isStringFloat,   throwUnhandled,   toFloat,   toNumber
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.el.parser.AstIdentifier Detail:
 public MethodInfo getMethodInfo(EvaluationContext ctx,
    Class[] paramTypes) throws ELException 
 public Class getType(EvaluationContext ctx) throws ELException 
 public Object getValue(EvaluationContext ctx) throws ELException 
 public Object invoke(EvaluationContext ctx,
    Class[] paramTypes,
    Object[] paramValues) throws ELException 
 public boolean isReadOnly(EvaluationContext ctx) throws ELException 
 public  void setValue(EvaluationContext ctx,
    Object value) throws ELException