|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.AstNull
public final class AstNull
Constructor Summary | |
---|---|
AstNull()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AstNull()
Method Detail |
---|
public Object eval(Bindings bindings, ELContext context)
eval
in class AstNode
public String toString()
toString
in class Object
public void appendStructure(StringBuilder b, Bindings bindings)
appendStructure
in class AstNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |