Package org.camunda.bpm.impl.juel
Class Builder
java.lang.Object
org.camunda.bpm.impl.juel.Builder
- All Implemented Interfaces:
Serializable
,TreeBuilder
Tree builder.
- Author:
- Christoph Beck
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionParse expression.protected Parser
createParser
(String expression) boolean
int
hashCode()
boolean
isEnabled
(Builder.Feature feature) static void
Dump out abstract syntax tree for a given expression
-
Field Details
-
features
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
isEnabled
- Returns:
true
iff the specified feature is supported.
-
build
Parse expression.- Specified by:
build
in interfaceTreeBuilder
- Parameters:
expression
- expression string- Returns:
- tree corresponding to the given expression
- Throws:
TreeBuilderException
-
createParser
-
equals
-
hashCode
public int hashCode() -
main
Dump out abstract syntax tree for a given expression- Parameters:
args
- array with one element, containing the expression string
-