AspectSharp.Lang.Tests.SemanticAnalizerTestCase.Analize C# (CSharp) Method

Analize() protected method

protected Analize ( EngineConfiguration conf ) : SemanticAnalizerStep
conf AspectSharp.Lang.AST.EngineConfiguration
return AspectSharp.Lang.Steps.Semantic.SemanticAnalizerStep
		protected SemanticAnalizerStep Analize(EngineConfiguration conf)
		{
			return Analize(conf, null);
		}

Same methods

SemanticAnalizerTestCase::Analize ( EngineConfiguration conf, IStep next ) : SemanticAnalizerStep