public interface Symbol
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getInsertionOrderNumber() |
String |
getName() |
Scope |
getScope() |
int |
hashCode() |
void |
setInsertionOrderNumber(int i) |
void |
setScope(Scope scope) |
Copyright © 2016 ANTLR. All Rights Reserved.