Uses of Enum Class
com.igormaznitsa.prologparser.terms.TermType
Packages that use TermType
Package
Description
-
Uses of TermType in com.igormaznitsa.prologparser
Methods in com.igormaznitsa.prologparser that return TermType -
Uses of TermType in com.igormaznitsa.prologparser.terms
Subclasses with type arguments of type TermType in com.igormaznitsa.prologparser.termsMethods in com.igormaznitsa.prologparser.terms that return TermTypeModifier and TypeMethodDescriptionOpContainer.getType()PrologAtom.getType()PrologList.getType()final TermTypePrologNumeric.getType()PrologStruct.getType()abstract TermTypePrologTerm.getType()Get term type.PrologVar.getType()static TermTypeReturns the enum constant of this class with the specified name.static TermType[]TermType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TermType in com.igormaznitsa.prologparser.tokenizer
Methods in com.igormaznitsa.prologparser.tokenizer that return TermType