symbolLiteral abstract method
Returns a newly created symbol literal.
Implementation
SymbolLiteral symbolLiteral(Token poundSign, List<Token> components);
Returns a newly created symbol literal.
SymbolLiteral symbolLiteral(Token poundSign, List<Token> components);