Uses of Class
com.igormaznitsa.prologparser.tokenizer.OpAssoc
-
Packages that use OpAssoc Package Description com.igormaznitsa.prologparser com.igormaznitsa.prologparser.terms com.igormaznitsa.prologparser.tokenizer -
-
Uses of OpAssoc in com.igormaznitsa.prologparser
Methods in com.igormaznitsa.prologparser with parameters of type OpAssoc Modifier and Type Method Description static OpPrologParser. findBaseMetaOperator(String text, OpAssoc type) -
Uses of OpAssoc in com.igormaznitsa.prologparser.terms
Methods in com.igormaznitsa.prologparser.terms with parameters of type OpAssoc Modifier and Type Method Description OpOpContainer. findForType(OpAssoc type)Find operator for its typeOpOpContainer. findSimilar(OpAssoc type)Find operator with similar type.booleanOpContainer. removeForType(OpAssoc type)Remove operator for type -
Uses of OpAssoc in com.igormaznitsa.prologparser.tokenizer
Methods in com.igormaznitsa.prologparser.tokenizer that return OpAssoc Modifier and Type Method Description OpAssocOp. getAssoc()static OpAssocOpAssoc. valueOf(String name)Returns the enum constant of this type with the specified name.static OpAssoc[]OpAssoc. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.igormaznitsa.prologparser.tokenizer that return types with arguments of type OpAssoc Modifier and Type Method Description static Optional<OpAssoc>OpAssoc. findForName(String str)Methods in com.igormaznitsa.prologparser.tokenizer with parameters of type OpAssoc Modifier and Type Method Description static OpOp. make(int precedence, OpAssoc type, String... names)Make operator descriptor describing bunch of operators with same characteristics but differently named.static OpOp. makeSystem(int precedence, OpAssoc type, String... names)
-