public class TypeValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
abstractTree
The type represented as an abstract tree
|
int |
operator
The operator of type for a declaration
|
Constructor and Description |
---|
TypeValue(int operator,
long abstractTree) |