public class SymbolLocal extends java.lang.Object implements IZenSymbol
| Constructor and Description |
|---|
SymbolLocal(ZenType type,
boolean isFinal) |
| Modifier and Type | Method and Description |
|---|---|
ZenType |
getType() |
IPartialExpression |
instance(ZenPosition position) |
boolean |
isFinal() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasDumpedObjectpublic SymbolLocal(ZenType type, boolean isFinal)
public ZenType getType()
public boolean isFinal()
public IPartialExpression instance(ZenPosition position)
instance in interface IZenSymbol