Uses of Class
org.projog.core.parser.Operands.Location
-
Packages that use Operands.Location Package Description org.projog.core.parser Provides classes for constructingTermobjects from Prolog syntax. -
-
Uses of Operands.Location in org.projog.core.parser
Fields in org.projog.core.parser declared as Operands.Location Modifier and Type Field Description (package private) Operands.LocationOperands.Associativity. locationMethods in org.projog.core.parser that return Operands.Location Modifier and Type Method Description static Operands.LocationOperands.Location. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operands.Location[]Operands.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.projog.core.parser with parameters of type Operands.Location Constructor Description Associativity(Operands.Location location)
-