ASTValueVar constructor

ASTValueVar(
  1. Object o
)

Implementation

ASTValueVar(Object o) : super(ASTTypeVar.instance, o);