Package ru.ispras.verilog.parser.util
Class DefineStructure
- java.lang.Object
-
- ru.ispras.verilog.parser.util.DefineStructure
-
public class DefineStructure extends java.lang.Object
This class is used byVerilogFrontend
to expand define structures of Verilog code.
-
-
Constructor Summary
Constructors Constructor Description DefineStructure(boolean parameterized)
Constructor with parameter with means is define structure parameterized or not.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getString(java.util.List<java.lang.String> params)
Returns string with entered params.void
setValue(java.lang.String value)
-