C# 클래스 AspectSharp.Lang.Steps.AbstractStep

Summary description for AbstractStep.
상속: IStep
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
AbstractStep ( ) : System
Process ( Context context, EngineConfiguration configuration ) : void

보호된 메소드들

메소드 설명
Init ( Context context ) : void
RaiseErrorEvent ( LexicalInfo info, String message ) : void

메소드 상세

AbstractStep() 공개 메소드

public AbstractStep ( ) : System
리턴 System

Init() 보호된 메소드

protected Init ( Context context ) : void
context Context
리턴 void

Process() 공개 메소드

public Process ( Context context, EngineConfiguration configuration ) : void
context Context
configuration AspectSharp.Lang.AST.EngineConfiguration
리턴 void

RaiseErrorEvent() 보호된 메소드

protected RaiseErrorEvent ( LexicalInfo info, String message ) : void
info AspectSharp.Lang.AST.LexicalInfo
message String
리턴 void