예제 #1
0
 bool ExpressionVisitor <bool> .VisitFieldAccess(FieldAccess acc)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public DataType VisitFieldAccess(FieldAccess acc)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public Expression VisitFieldAccess(FieldAccess acc)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void VisitFieldAccess(FieldAccess acc)
 {
     acc.Structure.Accept(this);
 }