Package org.camunda.bpm.engine.impl.juel
Class AstNumber
- java.lang.Object
-
- org.camunda.bpm.engine.impl.juel.AstNode
-
- org.camunda.bpm.engine.impl.juel.AstRightValue
-
- org.camunda.bpm.engine.impl.juel.AstLiteral
-
- org.camunda.bpm.engine.impl.juel.AstNumber
-
- All Implemented Interfaces:
ExpressionNode
,Node
public final class AstNumber extends AstLiteral
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendStructure(StringBuilder b, Bindings bindings)
Object
eval(Bindings bindings, ELContext context)
String
toString()
-
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstLiteral
getCardinality, getChild
-
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
-
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstNode
getStructuralId, getValue
-
-
-
-
Constructor Detail
-
AstNumber
public AstNumber(Number value)
-
-
Method Detail
-
appendStructure
public void appendStructure(StringBuilder b, Bindings bindings)
- Specified by:
appendStructure
in classAstNode
-
-