C# 클래스 AspectSharp.Lang.AspectParser

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

공개 메소드들

메소드 설명
AspectParser ( AspectLanguageLexer lexer ) : System
Parse ( ) : EngineConfiguration
ParsePointcutSignature ( PointCutDefinition pointcut ) : void
reportError ( antlr.RecognitionException ex ) : void

메소드 상세

AspectParser() 공개 메소드

public AspectParser ( AspectLanguageLexer lexer ) : System
lexer AspectLanguageLexer
리턴 System

Parse() 공개 메소드

public Parse ( ) : EngineConfiguration
리턴 AspectSharp.Lang.AST.EngineConfiguration

ParsePointcutSignature() 공개 메소드

public ParsePointcutSignature ( PointCutDefinition pointcut ) : void
pointcut AspectSharp.Lang.AST.PointCutDefinition
리턴 void

reportError() 공개 메소드

public reportError ( antlr.RecognitionException ex ) : void
ex antlr.RecognitionException
리턴 void