ASTValueString constructor

ASTValueString(
  1. String s
)

Implementation

ASTValueString(String s) : super(ASTTypeString.instance, s);