|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
add methods.true,
if the processing unit is in form of byte codes,
otherwise is set to false
true,
if current package is the root package
otherwise is set to false
obj corresponds to class, sets
currCls to this class,
currMbr to null
and calls processClass(obj)
processConceptVar method
procGoal & PROC_ATTRS !
- processCodeBlock(SciCodeBlock) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each code block.
- processCompStmt(SciCompoundStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each compound statement.
- processConceptVar(SciVariable) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each atribute, parameter, or local variable.
- processDeclStmt(SciDeclarationStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each declaration statement
Default implementation calls
processLocalVar for each declaration in statement.
- processExpression(SciExpression) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each expression, including expressions in function calls, conditional or loop statements and so on
Default implementation calls
examineExpression,
then calls processExpression for each expression's operand
- processExprStmt(SciExpressionStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each expression.
- processIfStmt(SciIfStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each if statement.
- processInitValue(SciExpression) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each initialization part of class attribute or local variable.
- processLocalVar(SciVariable) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each local variable.
- processLoopStmt(SciLoopStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each loop statement
(i.e.
- processOper(SciOperation) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each operation.
Default implementation calls
processParam
for each parameter of given operation (if any),
processThrowSpec
for each exception in the throw list of operation (if any)
and then calls
processCodeBlock
for the body of operation
- processOpers(SciClass) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is invoked for each class.
- processParam(SciParameter) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each parameter of the operation.
Default implementation calls
processConceptVar
for this parameter
- processReturnStmt(SciReturnStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each return statement.
- processStatement(SciStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each statement within code block.
- processSwitchStmt(SciSwitchStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each switch statement.
- processThrowSpec(SciThrowSpecifier) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each exception in the operation throw list.
- processThrowStmt(SciThrowStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each throw statement.
- processTryStmt(SciTryStatement) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Is called for each try-catch statement;
Default implementation calls
processStatement for the try part and for each of catch parts
- procGoal -
Variable in class com.togethersoft.modules.qa.utils.PluginImpl
- Defines wheather we are processing
operations (PROC_OPERS),
attributes(PROC_ATTRS)
or both (PROC_OPERS + PROC_ATTRS)
- putProperty(String, boolean) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Puts boolean property from plugin properties file.
- putProperty(String, int) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Puts int property from plugin properties file.
- putProperty(String, String) -
Method in class com.togethersoft.modules.qa.utils.PluginImpl
- Puts String property from plugin properties file.
true,
default implementation would print debuggung information to the console
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||