public override void visit(UInt16Literal n)
 {
     n.Scope = Scope;
 }
 public void visit(UInt16Literal n)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public ASTType visit(UInt16Literal n)
 {
     return new UInt16Type();
 }