| Interface | Description |
|---|---|
| Evaluate |
| Class | Description |
|---|---|
| ArgList |
List that overrides toString() for implicit $args expansion.
|
| BaseTokenizer | |
| Closure | |
| CommandProcessorImpl | |
| CommandProxy | |
| CommandSessionImpl | |
| Expander | |
| Expression |
EvalEx - Java Expression Evaluator
Introduction
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
|
| GlobPathMatcher |
Freely adapted from Spring's AntPathMatcher.
|
| Parser | |
| Parser.Array |
[ a b
|
| Parser.Closure |
{ program }
|
| Parser.Executable | |
| Parser.Operator | |
| Parser.Pipeline |
token1 | token2 | ...
|
| Parser.Program |
pipe1 ; pipe2 ; ...
|
| Parser.Sequence |
( program )
|
| Parser.Statement | |
| Pipe | |
| Pipe.Result | |
| Reflective | |
| ThreadUtils | |
| Token | |
| Tokenizer |
| Exception | Description |
|---|---|
| CommandNotFoundException |
Thrown if an unknown command is entered into a shell or passed on the command line
|
| EOFError | |
| SyntaxError |
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.