- offer(E) - Method in class edu.umn.cs.melt.copper.runtime.io.CircleTokenBuffer
-
Adds an element to the back of the queue.
- operator - Variable in class edu.umn.cs.melt.copper.compiletime.spec.grammarbeans.Production
-
The production's operator symbol, the precedence of which is used
to resolve shift-reduce conflicts involving the production.
- OperatorAssociativity - Enum in edu.umn.cs.melt.copper.compiletime.spec.grammarbeans
-
Represents the associativity of an operator.
- operatorAssociativity - Variable in class edu.umn.cs.melt.copper.compiletime.spec.grammarbeans.Terminal
-
The terminal's operator associativity.
- OperatorClass - Class in edu.umn.cs.melt.copper.compiletime.spec.grammarbeans
-
Represents an operator class, used to create separate scopes of precedence when resolving
shift-reduce or reduce-reduce conflicts.
- OperatorClass() - Constructor for class edu.umn.cs.melt.copper.compiletime.spec.grammarbeans.OperatorClass
-
- operatorClass - Variable in class edu.umn.cs.melt.copper.compiletime.spec.grammarbeans.Terminal
-
The terminal's operator precedence class.
- operatorPrecedence - Variable in class edu.umn.cs.melt.copper.compiletime.spec.grammarbeans.Terminal
-
The terminal's operator precedence.
- outputFile - Variable in class edu.umn.cs.melt.copper.ant.CopperAntTask
-
A file to which Copper's output parser class will be sent.
- outputFile - Variable in class edu.umn.cs.melt.copper.main.ParserCompilerParameters
-
A file to which Copper's output parser class will be sent.
- outputStream - Variable in class edu.umn.cs.melt.copper.ant.CopperAntTask
-
A stream to which Copper's output parser class will be sent.
- outputStream - Variable in class edu.umn.cs.melt.copper.main.ParserCompilerParameters
-
A stream to which Copper's output parser class will be sent.
- outputType - Variable in class edu.umn.cs.melt.copper.main.ParserCompilerParameters
-
Controls whether to send Copper's output parser class to a file or a stream.