Interface SymbolContainer
-
- All Known Implementing Classes:
Symbol
,SymbolReference
public interface SymbolContainer
A holder forSymbol
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Symbol>
getSymbols()
Returns anySymbol
objects contained in the object.
-