Nodepublic final class AstFunction extends SimpleNode
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
localName |
|
protected java.lang.String |
prefix |
children, id, image, parent| Constructor | Description |
|---|---|
AstFunction(int id) |
| Modifier and Type | Method | 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() |
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, dump, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toStringprotected 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 javax.el.ELException
getType in interface NodegetType in class SimpleNodejavax.el.ELExceptionpublic java.lang.Object getValue(EvaluationContext ctx) throws javax.el.ELException
getValue in interface NodegetValue in class SimpleNodejavax.el.ELExceptionpublic void setLocalName(java.lang.String localName)
public void setPrefix(java.lang.String prefix)
public java.lang.String toString()
toString in class SimpleNode