Uses of Class
java_cup.runtime.ComplexSymbolFactory.Location
Packages that use ComplexSymbolFactory.Location
-
Uses of ComplexSymbolFactory.Location in java_cup.runtime
Fields in java_cup.runtime declared as ComplexSymbolFactory.LocationModifier and TypeFieldDescriptionComplexSymbolFactory.ComplexSymbol.xleft
ComplexSymbolFactory.ComplexSymbol.xright
Methods in java_cup.runtime that return ComplexSymbolFactory.LocationModifier and TypeMethodDescriptionComplexSymbolFactory.Location.clone
(ComplexSymbolFactory.Location other) Cloning factory methodComplexSymbolFactory.ComplexSymbol.getLeft()
ComplexSymbolFactory.ComplexSymbol.getRight()
XMLElement.Error.left()
abstract ComplexSymbolFactory.Location
XMLElement.left()
XMLElement.NonTerminal.left()
XMLElement.Terminal.left()
XMLElement.Error.right()
XMLElement.NonTerminal.right()
abstract ComplexSymbolFactory.Location
XMLElement.right()
XMLElement.Terminal.right()
Methods in java_cup.runtime with parameters of type ComplexSymbolFactory.LocationModifier and TypeMethodDescriptionComplexSymbolFactory.Location.clone
(ComplexSymbolFactory.Location other) Cloning factory methodComplexSymbolFactory.newSymbol
(String name, int id, ComplexSymbolFactory.Location left, ComplexSymbolFactory.Location right) newSymbol creates a complex symbol with Location objects for left and right boundaries; this is used for terminals without values!ComplexSymbolFactory.newSymbol
(String name, int id, ComplexSymbolFactory.Location left, ComplexSymbolFactory.Location right, Object value) newSymbol creates a complex symbol with Location objects for left and right boundaries; this is used for terminals with values!Constructors in java_cup.runtime with parameters of type ComplexSymbolFactory.LocationModifierConstructorDescriptionComplexSymbol
(String name, int id, ComplexSymbolFactory.Location left, ComplexSymbolFactory.Location right) ComplexSymbol
(String name, int id, ComplexSymbolFactory.Location left, ComplexSymbolFactory.Location right, Object value) Copy Constructor for other ComplexSymbolFactory based LocationsTerminal
(ComplexSymbolFactory.Location l, String symbolname, ComplexSymbolFactory.Location r) Terminal
(ComplexSymbolFactory.Location l, String symbolname, Object i, ComplexSymbolFactory.Location r)