public final class AstFloatingPoint extends SimpleNode
Modifier and Type | Field and Description |
---|---|
private java.lang.Number |
number |
children, id, image, parent
Constructor and Description |
---|
AstFloatingPoint(int id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
getFloatingPoint() |
java.lang.Class |
getType(EvaluationContext ctx) |
java.lang.Object |
getValue(EvaluationContext ctx) |
accept, dump, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString, toString
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
public java.lang.Number getFloatingPoint()
public java.lang.Object getValue(EvaluationContext ctx) throws ELException
getValue
in interface Node
getValue
in class SimpleNode
ELException
public java.lang.Class getType(EvaluationContext ctx) throws ELException
getType
in interface Node
getType
in class SimpleNode
ELException