public final class AstFunction extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
localName |
protected String |
prefix |
children, id, image, parent| Constructor and Description |
|---|
AstFunction(int id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalName() |
String |
getOutputName() |
String |
getPrefix() |
Class |
getType(EvaluationContext ctx) |
Object |
getValue(EvaluationContext ctx) |
void |
setLocalName(String localName) |
void |
setPrefix(String prefix) |
String |
toString() |
accept, dump, equals, getImage, getMethodInfo, hashCode, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toStringcheckType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberpublic String getLocalName()
public void setLocalName(String localName)
public String getOutputName()
public String getPrefix()
public void setPrefix(String prefix)
public Class getType(EvaluationContext ctx) throws javax.el.ELException
getType in interface NodegetType in class SimpleNodejavax.el.ELExceptionpublic Object getValue(EvaluationContext ctx) throws javax.el.ELException
getValue in interface NodegetValue in class SimpleNodejavax.el.ELExceptionpublic String toString()
toString in class SimpleNodeCopyright © 2006–2018 TinyGroup. All rights reserved.