public interface Type
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getTypeIndex()
It is useful during type computation and code gen to assign an int
index to the primitive types and possibly user-defined types like
structs and classes.
|
String getName()
int getTypeIndex()
Copyright © 2016 ANTLR. All Rights Reserved.