示例#1
0
 protected override bool Visit(ASTInfer node)
 {
     node.TypeInfo = Cache.GetUnknown();
     return(true);
 }
示例#2
0
 protected override bool Visit(ASTInfer node)
 {
     throw new NotImplementedException();
 }
示例#3
0
 protected abstract bool Visit(ASTInfer node);