public class BoundDefinition
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BoundDefinition.BoundType |
Modifier and Type | Method and Description |
---|---|
Xnode |
generate(XcodeML xcodeml)
Generate the corresponding node to represent the bound.
|
int |
getIntValue()
Get integer value of the bound object.
|
java.lang.String |
getValue()
Get string value of the bound object.
|
boolean |
isVar()
Check whether the bound is a var.
|
public boolean isVar()
public int getIntValue()
public java.lang.String getValue()