Exemplo n.º 1
0
 public TrashObject VisitMemberStmt(Stmt.Member stmt)
 {
     return(this.MemberStmt(stmt));
 }
Exemplo n.º 2
0
 public static TrashObject MemberStmt(this Interpreter interpreter, Stmt.Member stmt)
 {
     // this is NOT where we add the member to the class
     // this should theoretically never be visited
     throw new NotImplementedException();
 }