Exemplo n.º 1
0
		public virtual void VisitScopeResolution(ScopeResolution scope)
		{
		}
Exemplo n.º 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());
 }
Exemplo n.º 3
0
 public void VisitScopeResolution(ScopeResolution scope)
 {
     writer.WriteType(scope.DataType.Name, scope.DataType);
 }
Exemplo n.º 4
0
 public SlicerResult VisitScopeResolution(ScopeResolution scopeResolution, BackwardSlicerContext ctx)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public void VisitScopeResolution(ScopeResolution scope)
 {
     InnerFormatter.WriteType(scope.DataType.Name, scope.DataType);
 }
Exemplo n.º 6
0
 public bool VisitScopeResolution(ScopeResolution scopeResolution, TypeVariable tv)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public DataType VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public Expression VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public virtual void VisitScopeResolution(ScopeResolution scope)
 {
 }
Exemplo n.º 10
0
 public Result VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 public ValueSet VisitScopeResolution(ScopeResolution scopeResolution, BitRange bitRange)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public virtual Expression VisitScopeResolution(ScopeResolution scope)
 {
     return(scope);
 }
Exemplo n.º 13
0
 public BitRange VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 14
0
 public bool VisitScopeResolution(ScopeResolution sc) => false;