public virtual void VisitScopeResolution(ScopeResolution scope) { }
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()); }
public void VisitScopeResolution(ScopeResolution scope) { writer.WriteType(scope.DataType.Name, scope.DataType); }
public SlicerResult VisitScopeResolution(ScopeResolution scopeResolution, BackwardSlicerContext ctx) { throw new NotImplementedException(); }
public void VisitScopeResolution(ScopeResolution scope) { InnerFormatter.WriteType(scope.DataType.Name, scope.DataType); }
public bool VisitScopeResolution(ScopeResolution scopeResolution, TypeVariable tv) { throw new NotImplementedException(); }
public DataType VisitScopeResolution(ScopeResolution scopeResolution) { throw new NotImplementedException(); }
public Expression VisitScopeResolution(ScopeResolution scopeResolution) { throw new NotImplementedException(); }
public Result VisitScopeResolution(ScopeResolution scopeResolution) { throw new NotImplementedException(); }
public ValueSet VisitScopeResolution(ScopeResolution scopeResolution, BitRange bitRange) { throw new NotImplementedException(); }
public virtual Expression VisitScopeResolution(ScopeResolution scope) { return(scope); }
public BitRange VisitScopeResolution(ScopeResolution scopeResolution) { throw new NotImplementedException(); }
public bool VisitScopeResolution(ScopeResolution sc) => false;