Class VerilogVariable
- java.lang.Object
-
- ru.ispras.verilog.parser.elaborator.VerilogVariable
-
public final class VerilogVariable extends java.lang.Object
VerilogVariable
stores information about a design variable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VerilogVariable.Type
-
Constructor Summary
Constructors Constructor Description VerilogVariable(VerilogVariable.Type type, ru.ispras.fortress.expression.NodeVariable oldNode, ru.ispras.fortress.expression.NodeVariable newNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getGlobalName()
ru.ispras.fortress.expression.NodeVariable
getGlobalNode()
java.lang.String
getLocalName()
ru.ispras.fortress.expression.NodeVariable
getLocalNode()
VerilogVariable.Type
getType()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
VerilogVariable
public VerilogVariable(VerilogVariable.Type type, ru.ispras.fortress.expression.NodeVariable oldNode, ru.ispras.fortress.expression.NodeVariable newNode)
-
-
Method Detail
-
getType
public VerilogVariable.Type getType()
-
getLocalNode
public ru.ispras.fortress.expression.NodeVariable getLocalNode()
-
getLocalName
public java.lang.String getLocalName()
-
getGlobalNode
public ru.ispras.fortress.expression.NodeVariable getGlobalNode()
-
getGlobalName
public java.lang.String getGlobalName()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-