Uses of Enum Class
com.igormaznitsa.prologparser.tokenizer.OpAssoc
Packages that use OpAssoc
Package
Description
-
Uses of OpAssoc in com.igormaznitsa.prologparser
Methods in com.igormaznitsa.prologparser that return OpAssocMethods in com.igormaznitsa.prologparser with parameters of type OpAssocModifier and TypeMethodDescriptionstatic OpPrologParser.findBaseMetaOperator(String text, OpAssoc type) -
Uses of OpAssoc in com.igormaznitsa.prologparser.terms
Methods in com.igormaznitsa.prologparser.terms with parameters of type OpAssocModifier and TypeMethodDescriptionOpContainer.findForType(OpAssoc type) Find operator for its typeOpContainer.findSimilar(OpAssoc type) Find operator with similar type.booleanOpContainer.removeForType(OpAssoc type) Remove operator for type -
Uses of OpAssoc in com.igormaznitsa.prologparser.tokenizer
Fields in com.igormaznitsa.prologparser.tokenizer declared as OpAssocMethods in com.igormaznitsa.prologparser.tokenizer that return OpAssocModifier and TypeMethodDescriptionOp.getAssoc()static OpAssocReturns the enum constant of this class with the specified name.static OpAssoc[]OpAssoc.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.igormaznitsa.prologparser.tokenizer that return types with arguments of type OpAssocMethods in com.igormaznitsa.prologparser.tokenizer with parameters of type OpAssocModifier and TypeMethodDescriptionstatic OpMake operator descriptor describing bunch of operators with same characteristics but differently named.static OpOp.makeSystem(int precedence, OpAssoc type, String... names) Constructors in com.igormaznitsa.prologparser.tokenizer with parameters of type OpAssoc