Class ASTExprSymbolLiteral


public final class ASTExprSymbolLiteral extends ASTExpression
A quoted LPC symbol/name literal, parsed from source forms such as 'item.
  • Constructor Details

    • ASTExprSymbolLiteral

      public ASTExprSymbolLiteral(int line, String name)
  • Method Details