Interface Type
-
- All Known Implementing Classes:
ArrayType,ClassType,FunctionType,ObjectType,ObjectType.BuiltInObjectType,ObjectType.FrameworkType,ObjectType.WebApiType,PrimitiveType
@Beta public interface TypeInterface to represent the different type of Symbols.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classType.Callabilitystatic classType.Kind
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Type.Callabilitycallability()Type.Kindkind()
-
-
-
Method Detail
-
kind
Type.Kind kind()
-
callability
Type.Callability callability()
-
-