Method | Description | |
---|---|---|
EnterAsTypeClause ( VBAParser context ) : void | ||
EnterEnumerationStmt ( VBAParser context ) : void | ||
EnterFieldLength ( VBAParser context ) : void | ||
EnterForEachStmt ( VBAParser context ) : void | ||
EnterForNextStmt ( VBAParser context ) : void | ||
EnterFunctionStmt ( VBAParser context ) : void | ||
EnterICS_B_MemberProcedureCall ( VBAParser context ) : void | ||
EnterICS_B_ProcedureCall ( VBAParser context ) : void | ||
EnterICS_S_DictionaryCall ( VBAParser context ) : void | ||
EnterICS_S_MembersCall ( VBAParser context ) : void | ||
EnterICS_S_ProcedureOrArrayCall ( VBAParser context ) : void | ||
EnterICS_S_VariableOrProcedureCall ( VBAParser context ) : void | ||
EnterImplementsStmt ( VBAParser context ) : void | ||
EnterLetStmt ( VBAParser context ) : void | ||
EnterPropertyGetStmt ( VBAParser context ) : void | ||
EnterPropertyLetStmt ( VBAParser context ) : void | ||
EnterPropertySetStmt ( VBAParser context ) : void | ||
EnterRaiseEventStmt ( VBAParser context ) : void | ||
EnterResumeStmt ( VBAParser context ) : void | ||
EnterSetStmt ( VBAParser context ) : void | ||
EnterSubStmt ( VBAParser context ) : void | ||
EnterTypeStmt ( VBAParser context ) : void | ||
EnterVsAssign ( VBAParser context ) : void | ||
EnterWithStmt ( VBAParser context ) : void | ||
ExitEnumerationStmt ( VBAParser context ) : void | ||
ExitFunctionStmt ( VBAParser context ) : void | ||
ExitPropertyGetStmt ( VBAParser context ) : void | ||
ExitPropertyLetStmt ( VBAParser context ) : void | ||
ExitPropertySetStmt ( VBAParser context ) : void | ||
ExitSubStmt ( VBAParser context ) : void | ||
ExitTypeStmt ( VBAParser context ) : void | ||
ExitWithStmt ( VBAParser context ) : void | ||
IdentifierReferenceListener ( IdentifierReferenceResolver resolver ) : Rubberduck.Parsing.Grammar |
Method | Description | |
---|---|---|
SetCurrentScope ( ) : void | ||
SetCurrentScope ( string identifier, DeclarationType type ) : void |
public EnterAsTypeClause ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterEnumerationStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterFieldLength ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterForEachStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterForNextStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterFunctionStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterICS_B_MemberProcedureCall ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterICS_B_ProcedureCall ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterICS_S_DictionaryCall ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterICS_S_MembersCall ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterICS_S_ProcedureOrArrayCall ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterICS_S_VariableOrProcedureCall ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterImplementsStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterLetStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterPropertyGetStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterPropertyLetStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterPropertySetStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterRaiseEventStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterResumeStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterSetStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterSubStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterTypeStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterVsAssign ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public EnterWithStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public ExitEnumerationStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public ExitFunctionStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public ExitPropertyGetStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public ExitPropertyLetStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public ExitPropertySetStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public ExitSubStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public ExitTypeStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public ExitWithStmt ( VBAParser context ) : void | ||
context | VBAParser | |
return | void |
public IdentifierReferenceListener ( IdentifierReferenceResolver resolver ) : Rubberduck.Parsing.Grammar | ||
resolver | IdentifierReferenceResolver | |
return | Rubberduck.Parsing.Grammar |