| Package | Description |
|---|---|
| com.tameif.tame |
Base package.
|
| com.tameif.tame.lang |
Contains linguistic abstraction classes.
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentType[] |
TAMEOperation.getArgumentTypes() |
ArgumentType |
TAMEOperation.getReturnType() |
| Modifier and Type | Method and Description |
|---|---|
ArgumentType[] |
BlockEntryType.getArgumentTypes()
Gets the argument types to this block entry.
|
ArgumentType[] |
OperationType.getArgumentTypes()
Returns the argument types that this operation expects.
|
ArgumentType |
OperationType.getReturnType()
Returns the return types that this operation return.
|
static ArgumentType |
ArgumentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArgumentType[] |
ArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|