See: Description
| Interface | Description |
|---|---|
| DottedCommandListener |
This interface defines a complete listener for a parse tree produced by
DottedCommandParser. |
| Operation |
The basic building blocks of a Program.
|
| ResultManager |
Handles the results obtained during parsing.
|
| Class | Description |
|---|---|
| AdditionalDataCache | |
| AltoLabHttpClient | |
| BasicOperations |
This class contains static methods for Alto Lab that don't necessarily fit
anywhere else.
|
| CommandLineInterface |
Command line interface for Alto Lab.
|
| CorpusCache | |
| DottedCommandBaseListener |
This class provides an empty implementation of
DottedCommandListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
| DottedCommandLexer | |
| DottedCommandParser | |
| DottedCommandParser.ArgumentContext | |
| DottedCommandParser.DottedCommandContext | |
| DottedCommandParser.DottedExprContext | |
| DottedCommandParser.ExprContext | |
| DottedCommandParser.InterpretationContext | |
| GrammarCache | |
| JsonResultManager | |
| JsonResultManagerFactory | |
| Operation.ConstructorOperation |
This operation creates a new object with a given java constructor.
|
| Operation.LookupVariableOperation |
An operation that looks up a variable that was defined in a previous line of the
program / task.
|
| Operation.MethodOperation |
This operation executes a given java method.
|
| Operation.NullOperation |
Returns always null.
|
| Operation.PrimitiveTypeOperation |
Creates an operation that always returns a given constant (Number or boolean).
|
| Operation.StringOperation |
An operation that returns a given constant string.
|
| Program |
A program is used to run an Alto Lab task.
|
| ResultManager.DummyManager |
Does literally nothing.
|
| ResultManager.PrintingManager |
prints the results to System.err.
|
| Exception | Description |
|---|---|
| Operation.WrapperException | |
| VariableNotDefinedException |
Thrown when a variable in a task is not given in the execution of said task.
|
| Annotation Type | Description |
|---|---|
| OperationAnnotation |
Annotate a method with this, to make it available in Alto Lab.
|
Copyright © 2017. All rights reserved.