Class CAstSymbolImpl

    • Constructor Detail

      • CAstSymbolImpl

        public CAstSymbolImpl​(String _name,
                              CAstType type)
      • CAstSymbolImpl

        public CAstSymbolImpl​(String _name,
                              CAstType type,
                              boolean _isFinal)
      • CAstSymbolImpl

        public CAstSymbolImpl​(String _name,
                              CAstType type,
                              boolean _isFinal,
                              boolean _isCaseInsensitive)
      • CAstSymbolImpl

        public CAstSymbolImpl​(String _name,
                              CAstType type,
                              Object _defaultInitValue)
      • CAstSymbolImpl

        public CAstSymbolImpl​(String _name,
                              CAstType type,
                              boolean _isFinal,
                              Object _defaultInitValue)
      • CAstSymbolImpl

        public CAstSymbolImpl​(String _name,
                              CAstType type,
                              boolean _isFinal,
                              boolean _isCaseInsensitive,
                              Object _defaultInitValue)