Uses of Class
com.igormaznitsa.prologparser.terms.TermType
-
Packages that use TermType Package Description com.igormaznitsa.prologparser com.igormaznitsa.prologparser.terms com.igormaznitsa.prologparser.tokenizer -
-
Uses of TermType in com.igormaznitsa.prologparser
Methods in com.igormaznitsa.prologparser that return TermType Modifier and Type Method Description (package private) TermTypeAstItem. getType() -
Uses of TermType in com.igormaznitsa.prologparser.terms
Methods in com.igormaznitsa.prologparser.terms that return TermType Modifier and Type Method Description TermTypeOpContainer. getType()TermTypePrologAtom. getType()TermTypePrologList. getType()TermTypePrologNumeric. getType()TermTypePrologStruct. getType()abstract TermTypePrologTerm. getType()Get term type.TermTypePrologVar. getType()static TermTypeTermType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TermType[]TermType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TermType in com.igormaznitsa.prologparser.tokenizer
Methods in com.igormaznitsa.prologparser.tokenizer that return TermType Modifier and Type Method Description TermTypeOp. getType()TermTypeTermWrapper. getType()
-