C# 클래스 Rubberduck.Parsing.VBA.AttributeParser.AttributeListener

상속: Rubberduck.Parsing.Grammar.VBAParserBaseListener
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
AttributeListener ( DeclarationType>.Tuple scope ) : System
EnterAmbiguousIdentifier ( VBAParser context ) : void
EnterFunctionStmt ( VBAParser context ) : void
EnterPropertyGetStmt ( VBAParser context ) : void
EnterPropertyLetStmt ( VBAParser context ) : void
EnterPropertySetStmt ( VBAParser context ) : void
EnterSubStmt ( VBAParser context ) : void
ExitAttributeStmt ( VBAParser context ) : void
ExitFunctionStmt ( VBAParser context ) : void
ExitModuleAttributes ( VBAParser context ) : void
ExitModuleConfigElement ( VBAParser context ) : void
ExitPropertyGetStmt ( VBAParser context ) : void
ExitPropertyLetStmt ( VBAParser context ) : void
ExitPropertySetStmt ( VBAParser context ) : void
ExitSubStmt ( VBAParser context ) : void

메소드 상세

AttributeListener() 공개 메소드

public AttributeListener ( DeclarationType>.Tuple scope ) : System
scope DeclarationType>.Tuple
리턴 System

EnterAmbiguousIdentifier() 공개 메소드

public EnterAmbiguousIdentifier ( VBAParser context ) : void
context VBAParser
리턴 void

EnterFunctionStmt() 공개 메소드

public EnterFunctionStmt ( VBAParser context ) : void
context VBAParser
리턴 void

EnterPropertyGetStmt() 공개 메소드

public EnterPropertyGetStmt ( VBAParser context ) : void
context VBAParser
리턴 void

EnterPropertyLetStmt() 공개 메소드

public EnterPropertyLetStmt ( VBAParser context ) : void
context VBAParser
리턴 void

EnterPropertySetStmt() 공개 메소드

public EnterPropertySetStmt ( VBAParser context ) : void
context VBAParser
리턴 void

EnterSubStmt() 공개 메소드

public EnterSubStmt ( VBAParser context ) : void
context VBAParser
리턴 void

ExitAttributeStmt() 공개 메소드

public ExitAttributeStmt ( VBAParser context ) : void
context VBAParser
리턴 void

ExitFunctionStmt() 공개 메소드

public ExitFunctionStmt ( VBAParser context ) : void
context VBAParser
리턴 void

ExitModuleAttributes() 공개 메소드

public ExitModuleAttributes ( VBAParser context ) : void
context VBAParser
리턴 void

ExitModuleConfigElement() 공개 메소드

public ExitModuleConfigElement ( VBAParser context ) : void
context VBAParser
리턴 void

ExitPropertyGetStmt() 공개 메소드

public ExitPropertyGetStmt ( VBAParser context ) : void
context VBAParser
리턴 void

ExitPropertyLetStmt() 공개 메소드

public ExitPropertyLetStmt ( VBAParser context ) : void
context VBAParser
리턴 void

ExitPropertySetStmt() 공개 메소드

public ExitPropertySetStmt ( VBAParser context ) : void
context VBAParser
리턴 void

ExitSubStmt() 공개 메소드

public ExitSubStmt ( VBAParser context ) : void
context VBAParser
리턴 void