public final class AstFunction extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
localName |
protected java.lang.String |
prefix |
children, id, image, parent
COERCE_NULL_TO_NULL, COERCE_TO_ZERO
Constructor and Description |
---|
AstFunction(int id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalName() |
java.lang.String |
getOutputName() |
java.lang.String |
getPrefix() |
java.lang.Class<?> |
getType(EvaluationContext ctx) |
java.lang.Object |
getValue(EvaluationContext ctx) |
void |
setLocalName(java.lang.String localName) |
void |
setPrefix(java.lang.String prefix) |
java.lang.String |
toString() |
accept, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetNumSiblings, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue
coerceToBoolean, coerceToDateTime, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToTypeForSetValue, compare, equals, isBigDecimalOp, isBigIntegerOp, isDateTimeType, isDoubleOp, isLongOp, isStringFloat
protected java.lang.String localName
protected java.lang.String prefix
public java.lang.String getLocalName()
public java.lang.String getOutputName()
public java.lang.String getPrefix()
public java.lang.Class<?> getType(EvaluationContext ctx) throws ELException
getType
in interface Node
getType
in class SimpleNode
ELException
public java.lang.Object getValue(EvaluationContext ctx) throws ELException
getValue
in interface Node
getValue
in class SimpleNode
ELException
public void setLocalName(java.lang.String localName)
public void setPrefix(java.lang.String prefix)
public java.lang.String toString()
toString
in class SimpleNode
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.