Uses of Class
com.igormaznitsa.prologparser.tokenizer.Op
Packages that use Op
Package
Description
-
Uses of Op in com.igormaznitsa.prologparser
Fields in com.igormaznitsa.prologparser declared as OpMethods in com.igormaznitsa.prologparser that return OpModifier and TypeMethodDescriptionstatic OpPrologParser.findBaseMetaOperator(String text, OpAssoc type) Methods in com.igormaznitsa.prologparser with parameters of type Op -
Uses of Op in com.igormaznitsa.prologparser.terms
Fields in com.igormaznitsa.prologparser.terms declared as OpModifier and TypeFieldDescriptionprivate OpOpContainer.opFZprivate OpOpContainer.opZFprivate OpOpContainer.opZFZMethods in com.igormaznitsa.prologparser.terms that return OpModifier and TypeMethodDescriptionOpContainer.findForArity(int arity) Find operator with arity in the containerOpContainer.findForType(OpAssoc type) Find operator for its typeOpContainer.findSimilar(boolean hasLeftArg, boolean hasRightArg) Find operator for presented arguments.OpContainer.findSimilar(OpAssoc type) Find operator with similar type.OpContainer.getIfSingle()Get operator if it is only one in the containerMethods in com.igormaznitsa.prologparser.terms with parameters of type OpModifier and TypeMethodDescriptionbooleanAdd operator into the container.static OpContainerCreate new container based on operator name.static OpContainerbooleanRemove operator from the containerConstructors in com.igormaznitsa.prologparser.terms with parameters of type OpModifierConstructorDescriptionprivateOpContainer(Op operator) privateOpContainer(String text, Op fz, Op zf, Op zfz) -
Uses of Op in com.igormaznitsa.prologparser.tokenizer
Fields in com.igormaznitsa.prologparser.tokenizer declared as OpModifier and TypeFieldDescriptionstatic final OpOp.GNU_DIV_RDIVstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final OpOp.ISO_CLAUSESstatic final Opstatic final OpOp.ISO_NEGATEstatic final OpOp.ISO_ORstatic final Opstatic final Opstatic final OpOp.ISO_THENstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final Opstatic final OpOp.MODIFIERSstatic final Opstatic final OpFields in com.igormaznitsa.prologparser.tokenizer with type parameters of type OpModifier and TypeFieldDescriptionOp.GNUSet of operators for GNU Prolog.Op.GNU_FDSet of Finite Domain operators for GNU Prolog.Op.GNU_SPECIFICSet of operators is specific for GNU Prolog use.Op.ISOSet of operators for ISO Prolog standard.Op.SWISet of operators for SWI Prolog.Op.SWI_CPLSet of Constraint Logic Programming operators for SWI Prolog.Op.SWI_SPECIFICSet of operators is specific for SWI Prolog use.Methods in com.igormaznitsa.prologparser.tokenizer that return OpModifier and TypeMethodDescriptionstatic Op[]static OpMake operator descriptor describing bunch of operators with same characteristics but differently named.static OpOp.makeSystem(int precedence, OpAssoc type, String... names) Methods in com.igormaznitsa.prologparser.tokenizer that return types with arguments of type OpMethods in com.igormaznitsa.prologparser.tokenizer with parameters of type Op -
Uses of Op in com.igormaznitsa.prologparser.utils
Methods in com.igormaznitsa.prologparser.utils with parameters of type Op