Module suggest

Class FieldSymbol

All Implemented Interfaces:
MemberSymbol, Symbol, SymbolWithModifiers, TypedSymbol
Direct Known Subclasses:
FieldSymbolImport

public class FieldSymbol extends VariableSymbol implements MemberSymbol, SymbolWithModifiers
A field symbol is just a variable that lives inside an aggregate like a class or struct.
  • Field Details

    • slot

      protected int slot
    • modifier

      protected int modifier
  • Constructor Details

    • FieldSymbol

      public FieldSymbol(String name)
  • Method Details