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, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isLongOp, isStringFloat
public String getLocalName()
public String getOutputName()
public String getPrefix()
public Class<?> getType(EvaluationContext ctx) throws ELException
getType
in interface Node
getType
in class SimpleNode
ELException
public Object getValue(EvaluationContext ctx) throws ELException
getValue
in interface Node
getValue
in class SimpleNode
ELException
public void setLocalName(String localName)
public void setPrefix(String prefix)
public String toString()
toString
in class SimpleNode
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.