public final class VerilogBinding
extends java.lang.Object
VerilogBinding
stores information about a binding.Modifier and Type | Class and Description |
---|---|
static class |
VerilogBinding.Type |
Constructor and Description |
---|
VerilogBinding(VerilogBinding.Type type,
VerilogVariable lhs,
ru.ispras.fortress.expression.Node rhs) |
Modifier and Type | Method and Description |
---|---|
VerilogVariable |
getLhs() |
ru.ispras.fortress.expression.Node |
getRhs() |
VerilogBinding.Type |
getType() |
java.lang.String |
toString() |
public VerilogBinding(VerilogBinding.Type type, VerilogVariable lhs, ru.ispras.fortress.expression.Node rhs)
public VerilogBinding.Type getType()
public VerilogVariable getLhs()
public ru.ispras.fortress.expression.Node getRhs()
public java.lang.String toString()
toString
in class java.lang.Object