Class CAstSymbolImplBase

    • Constructor Detail

      • CAstSymbolImplBase

        public CAstSymbolImplBase​(String name,
                                  CAstType type)
      • CAstSymbolImplBase

        public CAstSymbolImplBase​(String name,
                                  CAstType type,
                                  boolean isFinal)
      • CAstSymbolImplBase

        public CAstSymbolImplBase​(String name,
                                  CAstType type,
                                  boolean isFinal,
                                  boolean isCaseSensitive)
      • CAstSymbolImplBase

        public CAstSymbolImplBase​(String name,
                                  CAstType type,
                                  Object defaultInitValue)
      • CAstSymbolImplBase

        public CAstSymbolImplBase​(String name,
                                  CAstType type,
                                  boolean isFinal,
                                  Object defaultInitValue)
      • CAstSymbolImplBase

        public CAstSymbolImplBase​(String name,
                                  CAstType type,
                                  boolean isFinal,
                                  boolean isCaseSensitive,
                                  Object defaultInitValue)