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

Summary description for Context.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
SetHasError ( ) : void

메소드 상세

Context() 공개 메소드

public Context ( ) : System
리턴 System

RaiseErrorEvent() 공개 메소드

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