symbolLiteral abstract method

SymbolLiteral symbolLiteral(
  1. Token poundSign,
  2. List<Token> components
)

Returns a newly created symbol literal.

Implementation

SymbolLiteral symbolLiteral(Token poundSign, List<Token> components);