public class VarInfo
extends java.lang.Object
| Constructor and Description |
|---|
VarInfo(Variable var,
int tupleindex,
java.lang.Object valuesource,
int subindex)
Create a new VarInfo.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSubindex()
Get the subindex.
|
int |
getTupleIndex()
Get the tupleindex.
|
java.lang.Object |
getValueSource()
Get the value source.
|
Variable |
getVariable()
Get the variable.
|
java.lang.String |
toString()
Get the string representation.
|
public VarInfo(Variable var, int tupleindex, java.lang.Object valuesource, int subindex)
var - The variable.tupleindex - The tuple index.attr - The attribute.subindex - The subindex.public Variable getVariable()
public int getTupleIndex()
public int getSubindex()
public java.lang.Object getValueSource()
public java.lang.String toString()
toString in class java.lang.Object