Uses of Class
org.quattor.pan.parser.ASTOperation.OperationType

Packages that use ASTOperation.OperationType
org.quattor.pan.parser Provides classes for the implementation of the pan language parser. 
 

Uses of ASTOperation.OperationType in org.quattor.pan.parser
 

Methods in org.quattor.pan.parser that return ASTOperation.OperationType
 ASTOperation.OperationType ASTOperation.getOperationType()
          Return the associated Operation.
static ASTOperation.OperationType ASTOperation.OperationType.valueOf(java.lang.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.
 

Methods in org.quattor.pan.parser with parameters of type ASTOperation.OperationType
protected  void ASTOperation.setOperationType(ASTOperation.OperationType operationType)
          Subclasses should call this method to set the Operation for this node.
 



Copyright © 2011 Quattor. All Rights Reserved.