Interface CAstSymbol

All Known Implementing Classes:
AstTranslator.FinalCAstSymbol, AstTranslator.InternalCAstSymbol, CAstSymbolImpl, CAstSymbolImplBase

public interface CAstSymbol
  • Field Details

    • NULL_DEFAULT_VALUE

      static final Object NULL_DEFAULT_VALUE
  • Method Details

    • name

      String name()
    • isFinal

      boolean isFinal()
      like final in Java; can only be declared / assigned once
    • isCaseInsensitive

      boolean isCaseInsensitive()
    • defaultInitValue

      Object defaultInitValue()
    • isInternalName

      boolean isInternalName()
    • type

      CAstType type()