public class SymbolType extends java.lang.Object implements IZenSymbol
| Constructor and Description |
|---|
SymbolType(ZenType type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IDumpable> |
asDumpedObject()
Gets a List of dumpable objects that can easily serialized into JSON
|
ZenType |
getType() |
IPartialExpression |
instance(ZenPosition position) |
java.lang.String |
toString() |
public SymbolType(ZenType type)
public IPartialExpression instance(ZenPosition position)
instance in interface IZenSymbolpublic java.lang.String toString()
toString in class java.lang.Objectpublic ZenType getType()
public java.util.List<? extends IDumpable> asDumpedObject()
IDumpConvertableasDumpedObject in interface IDumpConvertableasDumpedObject in interface IZenSymbol