コード例 #1
0
 public override void visit(Int8Literal n)
 {
     n.Scope = Scope;
 }
コード例 #2
0
 public void visit(Int8Literal n)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public ASTType visit(Int8Literal n)
 {
     return new Int8Type();
 }