Uses of Class
com.igormaznitsa.prologparser.terms.OpContainer
Packages that use OpContainer
Package
Description
-
Uses of OpContainer in com.igormaznitsa.prologparser
Fields in com.igormaznitsa.prologparser declared as OpContainerModifier and TypeFieldDescriptionprivate static final OpContainerPrologParser.OPERATOR_COMMAprivate static final OpContainerPrologParser.OPERATOR_DOTprivate static final OpContainerPrologParser.OPERATOR_LEFTBRACKETprivate static final OpContainerPrologParser.OPERATOR_LEFTCURLYBRACKETprivate static final OpContainerPrologParser.OPERATOR_RIGHTBRACKETprivate static final OpContainerPrologParser.OPERATOR_RIGHTCURLYBRACKETprivate static final OpContainerPrologParser.OPERATOR_RIGHTSQUAREBRACKETprivate static final OpContainerPrologParser.OPERATOR_VERTICALBARFields in com.igormaznitsa.prologparser with type parameters of type OpContainerModifier and TypeFieldDescriptionprotected final Map<String, OpContainer> DefaultParserContext.opContainersMethods in com.igormaznitsa.prologparser that return OpContainerModifier and TypeMethodDescriptionDefaultParserContext.findOpForName(PrologParser source, String operatorName) ParserContext.findOpForName(PrologParser source, String name) Find operators for their name.ParserContextChain.findOpForName(PrologParser source, String name) Methods in com.igormaznitsa.prologparser that return types with arguments of type OpContainer -
Uses of OpContainer in com.igormaznitsa.prologparser.terms
Methods in com.igormaznitsa.prologparser.terms that return OpContainerModifier and TypeMethodDescriptionstatic OpContainerCreate new container based on operator name.static OpContainer -
Uses of OpContainer in com.igormaznitsa.prologparser.tokenizer
Methods in com.igormaznitsa.prologparser.tokenizer that return OpContainerModifier and TypeMethodDescriptionTokenizer.findOperatorForName(String operatorName) Tokenizer.findOperatorForSingleChar(char c) -
Uses of OpContainer in com.igormaznitsa.prologparser.utils
Fields in com.igormaznitsa.prologparser.utils declared as OpContainerMethods in com.igormaznitsa.prologparser.utils that return OpContainerMethods in com.igormaznitsa.prologparser.utils with parameters of type OpContainerModifier and TypeMethodDescriptionstatic Koi7CharOpMapKoi7CharOpMap.ofOps(OpContainer... containers) voidKoi7CharOpMap.put(String key, OpContainer container) Constructors in com.igormaznitsa.prologparser.utils with parameters of type OpContainer