Package | Description |
---|---|
de.up.ling.irtg.laboratory |
This package contains the core classes used to run Alto Lab tasks.
|
Modifier and Type | Class and Description |
---|---|
static class |
Operation.ConstructorOperation
This operation creates a new object with a given java constructor.
|
static class |
Operation.LookupVariableOperation
An operation that looks up a variable that was defined in a previous line of the
program / task.
|
static class |
Operation.MethodOperation
This operation executes a given java method.
|
static class |
Operation.NullOperation
Returns always null.
|
static class |
Operation.PrimitiveTypeOperation
Creates an operation that always returns a given constant (Number or boolean).
|
static class |
Operation.StringOperation
An operation that returns a given constant string.
|
Modifier and Type | Method and Description |
---|---|
static Object |
Operation.executeTree(Tree<Operation> tree)
Runs a tree of operations.
|
Copyright © 2017. All rights reserved.