| |
|
| java.lang.Object de.odysseus.el.tree.impl.Builder
Builder | public class Builder implements TreeBuilder(Code) | | Tree builder.
author: Christoph Beck |
Inner Class :public static enum Feature | |
Constructor Summary | |
public | Builder() | public | Builder(Feature... features) |
Builder | public Builder(Feature... features)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEnabled | public boolean isEnabled(Feature feature)(Code) | | true iff the specified feature is supported. |
main | public static void main(String[] args)(Code) | | Dump out abstract syntax tree for a given expression
Parameters: args - array with one element, containing the expression string |
|
|
|