Class AstNull
- java.lang.Object
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstLiteral
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNull
-
- All Implemented Interfaces:
ExpressionNode,Node
public final class AstNull extends AstLiteral
-
-
Constructor Summary
Constructors Constructor Description AstNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendStructure(StringBuilder b, Bindings bindings)Objecteval(Bindings bindings, ELContext context)StringtoString()-
Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstLiteral
getCardinality, getChild
-
Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
-
Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
findAccessibleMethod, getStructuralId, getValue
-
-
-
-
Method Detail
-
appendStructure
public void appendStructure(StringBuilder b, Bindings bindings)
- Specified by:
appendStructurein classAstNode
-
-