Example #1
0
		public virtual void VisitScopeResolution(ScopeResolution scope)
		{
		}
Example #2
0
 public void CfScopeResolution()
 {
     var eq = new EquivalenceClass(new TypeVariable("Eq_2", 2));
     var sr = new ScopeResolution(eq);
     var e = new FieldAccess(PrimitiveType.Int32, sr, new StructureField(4, PrimitiveType.Int32, "i0004"));
     e.Accept(cf);
     Assert.AreEqual("Eq_2::i0004", sw.ToString());
 }
Example #3
0
 public void VisitScopeResolution(ScopeResolution scope)
 {
     writer.WriteType(scope.DataType.Name, scope.DataType);
 }
Example #4
0
 public SlicerResult VisitScopeResolution(ScopeResolution scopeResolution, BackwardSlicerContext ctx)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public void VisitScopeResolution(ScopeResolution scope)
 {
     InnerFormatter.WriteType(scope.DataType.Name, scope.DataType);
 }
Example #6
0
 public bool VisitScopeResolution(ScopeResolution scopeResolution, TypeVariable tv)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public DataType VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public Expression VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Example #9
0
 public virtual void VisitScopeResolution(ScopeResolution scope)
 {
 }
Example #10
0
 public Result VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Example #11
0
 public ValueSet VisitScopeResolution(ScopeResolution scopeResolution, BitRange bitRange)
 {
     throw new NotImplementedException();
 }
Example #12
0
 public virtual Expression VisitScopeResolution(ScopeResolution scope)
 {
     return(scope);
 }
Example #13
0
 public BitRange VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Example #14
0
 public bool VisitScopeResolution(ScopeResolution sc) => false;