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 SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionParse expression.protected ParsercreateParser(String expression) booleaninthashCode()booleanisEnabled(Builder.Feature feature) static voidDump out abstract syntax tree for a given expression
- 
Field Details- 
features
 
- 
- 
Constructor Details- 
Builderpublic Builder()
- 
Builder
 
- 
- 
Method Details- 
isEnabled- Returns:
- trueiff the specified feature is supported.
 
- 
buildParse expression.- Specified by:
- buildin interface- TreeBuilder
- Parameters:
- expression- expression string
- Returns:
- tree corresponding to the given expression
- Throws:
- TreeBuilderException
 
- 
createParser
- 
equals
- 
hashCodepublic int hashCode()
- 
mainDump out abstract syntax tree for a given expression- Parameters:
- args- array with one element, containing the expression string
 
 
-