ASTClassNormal constructor

ASTClassNormal(
  1. String name,
  2. ASTType<VMObject> type,
  3. ASTBlock? parentBlock
)

Implementation

ASTClassNormal(super.name, super.type, super.parentBlock);