Uses of Class
astra.type.Type
| Package | Description |
|---|---|
| astra.term | |
| astra.type |
-
Uses of Type in astra.term
Methods in astra.term that return Type Modifier and Type Method Description TypeAtIndex. type()TypeBrackets. type()TypeCount. type()TypeFormulaTerm. type()TypeFromJson. type()TypeFunct. type()TypeHead. type()TypeListSplitter. type()TypeListTerm. type()TypeModuleTerm. type()TypeNullTerm. type()TypeOperator. type()TypePerformative. type()TypePrimitive. type()TypeQueryTerm. type()TypeTail. type()TypeTerm. type()TypeToJson. type()TypeVariable. type()Constructors in astra.term with parameters of type Type Constructor Description AtIndex(Term term, Term index, Type type)Head(Term term, Type type)ModuleTerm(String module, Type type, Predicate method, ModuleTermAdaptor adaptor)Operator(char op, Type type, Term left, Term right)Primitive(Type type, T value)Variable(Type type, int key)Variable(Type type, String name)Variable(Type type, String name, boolean returns) -
Uses of Type in astra.type
Subclasses of Type in astra.type Modifier and Type Class Description classObjectTypeFields in astra.type declared as Type Modifier and Type Field Description static TypeType. BOOLEANstatic TypeType. CHARstatic TypeType. DOUBLEstatic TypeType. FLOATstatic TypeType. FORMULAstatic TypeType. FUNCTIONstatic TypeType. INTEGERstatic TypeType. LISTstatic TypeType. LONGstatic TypeType. OBJECTstatic TypeType. PERFORMATIVEstatic TypeType. STRINGMethods in astra.type that return Type Modifier and Type Method Description static TypeType. getMostGeneralType(Type type, Type type2)static TypeType. getType(Object obj)Methods in astra.type with parameters of type Type Modifier and Type Method Description static TermType. defaultValue(Type type)booleanType. equals(Type type)static TypeType. getMostGeneralType(Type type, Type type2)static booleanType. isNumeric(Type type)