Class ASTExprLiteralFloat


public final class ASTExprLiteralFloat extends ASTExpression
AST node for an LPC floating-point literal.
  • Constructor Details

    • ASTExprLiteralFloat

      public ASTExprLiteralFloat(int line, Token<Float> token)
  • Method Details