Interface SymbolContainer

All Known Implementing Classes:
Symbol, SymbolReference

public interface SymbolContainer
A holder for Symbol objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns any Symbol objects contained in the object.
  • Method Details

    • getSymbols

      List<Symbol> getSymbols()
      Returns any Symbol objects contained in the object.
      Returns:
      Returns a collection of Symbols.