public final class VerilogDescriptor
extends java.lang.Object
VerilogDescriptor
stores information about a design variable.Constructor and Description |
---|
VerilogDescriptor(VerilogVariable variable,
VerilogDeclaration declaration) |
Modifier and Type | Method and Description |
---|---|
ru.ispras.fortress.data.DataType |
getDataType() |
VerilogDeclaration |
getDeclaration() |
java.util.List<VerilogIndexRange> |
getIndexRanges() |
int |
getOffset() |
VerilogVariable |
getVariable() |
java.lang.String |
toString() |
public VerilogDescriptor(VerilogVariable variable, VerilogDeclaration declaration)
public VerilogDeclaration getDeclaration()
public VerilogVariable getVariable()
public ru.ispras.fortress.data.DataType getDataType()
public int getOffset()
public java.util.List<VerilogIndexRange> getIndexRanges()
public java.lang.String toString()
toString
in class java.lang.Object