public override void visit(Int8Literal n)
 {
     n.Scope = Scope;
 }
 public void visit(Int8Literal n)
 {
     throw new NotImplementedException();
 }
 public ASTType visit(Int8Literal n)
 {
     return new Int8Type();
 }