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, toString
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
public 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 Node
getType
in class SimpleNode
javax.el.ELException
public Object getValue(EvaluationContext ctx) throws javax.el.ELException
getValue
in interface Node
getValue
in class SimpleNode
javax.el.ELException
public String toString()
toString
in class SimpleNode
Copyright © 2006–2018 TinyGroup. All rights reserved.