public class PragmaValues
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
enonce
Node containing the value of the pragma if any
|
java.lang.String |
name
Name of the pragma (kind).
|
long |
objList
Node containing the list of all identifiers on which the pragma is applied
|
Constructor and Description |
---|
PragmaValues(java.lang.String name,
long objList,
long enonce) |