public class Variable extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAccessorName()
Returns the JavaBean-style accessor name for this variable.
|
int |
getArraySize() |
Object |
getConstValue() |
String |
getName() |
Precision |
getPrecision() |
Qualifier |
getQualifier() |
int |
getReg() |
Type |
getType() |
void |
incrementRefCount() |
boolean |
isArray() |
boolean |
isParam() |
boolean |
isReferenced() |
public String getName()
public Type getType()
public Qualifier getQualifier()
public Precision getPrecision()
public int getReg()
public boolean isArray()
public int getArraySize()
public Object getConstValue()
public boolean isParam()
public String getAccessorName()
public void incrementRefCount()
public boolean isReferenced()
Copyright © 2020. All rights reserved.