Method | Description | |
---|---|---|
Analyze ( AnnotatedCodeLocation annotatedCodeLocation, string annotatedCodeLocationPointer ) : void | ||
Analyze ( CodeFlow codeFlow, string codeFlowPointer ) : void | ||
Analyze ( Notification notification, string notificationPointer ) : void | ||
Analyze ( System.Result result, string resultPointer ) : void | ||
Analyze ( Rule rule, string rulePointer ) : void | ||
Analyze ( Stack stack, string stackPointer ) : void | ||
Analyze ( StackFrame frame, string framePointer ) : void |
Method | Description | |
---|---|---|
Analyze ( string message, string pointer ) : void | ||
DoesNotEndWithPeriod ( string message ) : bool |
protected Analyze ( AnnotatedCodeLocation annotatedCodeLocation, string annotatedCodeLocationPointer ) : void | ||
annotatedCodeLocation | AnnotatedCodeLocation | |
annotatedCodeLocationPointer | string | |
return | void |
protected Analyze ( CodeFlow codeFlow, string codeFlowPointer ) : void | ||
codeFlow | CodeFlow | |
codeFlowPointer | string | |
return | void |
protected Analyze ( Notification notification, string notificationPointer ) : void | ||
notification | Notification | |
notificationPointer | string | |
return | void |
protected Analyze ( System.Result result, string resultPointer ) : void | ||
result | System.Result | |
resultPointer | string | |
return | void |
protected Analyze ( Rule rule, string rulePointer ) : void | ||
rule | Rule | |
rulePointer | string | |
return | void |
protected Analyze ( Stack stack, string stackPointer ) : void | ||
stack | Stack | |
stackPointer | string | |
return | void |
protected Analyze ( StackFrame frame, string framePointer ) : void | ||
frame | StackFrame | |
framePointer | string | |
return | void |