ASTExpressionLiteral constructor

ASTExpressionLiteral(
  1. ASTValue value
)

Implementation

ASTExpressionLiteral(this.value);