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 that return OpAssoc Modifier and Type Method Description (package private) OpAssocAstItem. getOpAssoc()Methods in com.igormaznitsa.prologparser with parameters of type OpAssoc Modifier and Type Method Description static OpPrologParser. findBaseMetaOperator(java.lang.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
Fields in com.igormaznitsa.prologparser.tokenizer declared as OpAssoc Modifier and Type Field Description private OpAssocOp. opAssocMethods in com.igormaznitsa.prologparser.tokenizer that return OpAssoc Modifier and Type Method Description OpAssocOp. getAssoc()static OpAssocOpAssoc. valueOf(java.lang.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 java.util.Optional<OpAssoc>OpAssoc. findForName(java.lang.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, java.lang.String... names)Make operator descriptor describing bunch of operators with same characteristics but differently named.static OpOp. makeSystem(int precedence, OpAssoc type, java.lang.String... names)Constructors in com.igormaznitsa.prologparser.tokenizer with parameters of type OpAssoc Constructor Description Op(int precedence, OpAssoc type, java.lang.String name, java.lang.String[] multiNames)
-