Uses of Enum Class
com.igormaznitsa.prologparser.terms.Quotation
Packages that use Quotation
Package
Description
-
Uses of Quotation in com.igormaznitsa.prologparser.terms
Subclasses with type arguments of type Quotation in com.igormaznitsa.prologparser.termsFields in com.igormaznitsa.prologparser.terms declared as QuotationMethods in com.igormaznitsa.prologparser.terms that return QuotationModifier and TypeMethodDescriptionstatic QuotationPrologTerm.findQuotation(String atomText) Find appropriate quotation for text.PrologAtom.getQuotation()PrologTerm.getQuotation()Get quotation for the term.static QuotationReturns the enum constant of this class with the specified name.static Quotation[]Quotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.igormaznitsa.prologparser.terms with parameters of type QuotationModifierConstructorDescriptionPrologAtom(String text, Quotation quotingType) PrologAtom(String text, Quotation quotingType, int line, int pos) PrologTerm(String text, Quotation quotation) PrologTerm(String text, Quotation quotation, int line, int pos) -
Uses of Quotation in com.igormaznitsa.prologparser.tokenizer
Methods in com.igormaznitsa.prologparser.tokenizer that return QuotationMethods in com.igormaznitsa.prologparser.tokenizer with parameters of type QuotationModifier and TypeMethodDescriptionTokenizer.makeTermFromString(String str, int radix, Quotation quotingType, TokenizerState state) -
Uses of Quotation in com.igormaznitsa.prologparser.utils
Methods in com.igormaznitsa.prologparser.utils with parameters of type QuotationModifier and TypeMethodDescriptionstatic StringStringUtils.escapeString(String str, Quotation quotingType)