| Package | Description |
|---|---|
| org.quattor.pan.parser |
Provides classes for the implementation of the pan language parser.
|
| Modifier and Type | Method and Description |
|---|---|
ASTOperation.OperationType |
ASTOperation.getOperationType()
Return the associated Operation.
|
static ASTOperation.OperationType |
ASTOperation.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASTOperation.OperationType[] |
ASTOperation.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ASTOperation.setOperationType(ASTOperation.OperationType operationType)
Subclasses should call this method to set the Operation for this node.
|
Copyright © 2014 Quattor. All Rights Reserved.