Uses of Class
com.igormaznitsa.prologparser.terms.Quotation
-
Packages that use Quotation Package Description com.igormaznitsa.prologparser.terms com.igormaznitsa.prologparser.tokenizer com.igormaznitsa.prologparser.utils -
-
Uses of Quotation in com.igormaznitsa.prologparser.terms
Fields in com.igormaznitsa.prologparser.terms declared as Quotation Modifier and Type Field Description protected QuotationPrologTerm. quotationMethods in com.igormaznitsa.prologparser.terms that return Quotation Modifier and Type Method Description static QuotationPrologTerm. findQuotation(java.lang.String atomText)Find appropriate quotation for text.QuotationPrologAtom. getQuotation()QuotationPrologTerm. getQuotation()Get quotation for the term.static QuotationQuotation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Quotation[]Quotation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.igormaznitsa.prologparser.terms with parameters of type Quotation Constructor Description PrologAtom(java.lang.String text, Quotation quotingType)PrologAtom(java.lang.String text, Quotation quotingType, int line, int pos)PrologTerm(java.lang.String text, Quotation quotation)PrologTerm(java.lang.String text, Quotation quotation, int line, int pos) -
Uses of Quotation in com.igormaznitsa.prologparser.tokenizer
Methods in com.igormaznitsa.prologparser.tokenizer that return Quotation Modifier and Type Method Description QuotationTermWrapper. getQuotation()Methods in com.igormaznitsa.prologparser.tokenizer with parameters of type Quotation Modifier and Type Method Description PrologTermTokenizer. makeTermFromString(java.lang.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 Quotation Modifier and Type Method Description static java.lang.StringStringUtils. escapeString(java.lang.String str, Quotation quotingType)
-