Node
public final class AstString extends SimpleNode
children, id, image, parent
Constructor | Description |
---|---|
AstString(int id) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getString() |
|
java.lang.Class |
getType(EvaluationContext ctx) |
|
java.lang.Object |
getValue(EvaluationContext ctx) |
|
void |
setImage(java.lang.String image) |
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, dump, getImage, getMethodInfo, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, toString, toString
public java.lang.String getString()
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 setImage(java.lang.String image)
setImage
in class SimpleNode