Class DefineStructure


  • public class DefineStructure
    extends java.lang.Object
    This class is used by VerilogFrontend 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefineStructure

        public DefineStructure​(boolean parameterized)
        Constructor with parameter with means is define structure parameterized or not.
        Parameters:
        parameterized - The parameterized structure flag.
    • Method Detail

      • getString

        public java.lang.String getString​(java.util.List<java.lang.String> params)
        Returns string with entered params.
        Parameters:
        params - list of params.
        Returns:
        String form of the specified parameters.
      • setValue

        public void setValue​(java.lang.String value)