ASTValueBool constructor

ASTValueBool(
  1. bool value
)

Implementation

ASTValueBool(bool value) : super(ASTTypeBool.instance, value);