SAP ABAP Class CL_SCV_RESULT_INSPECTOR (For Analyzing Results)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-COV (Application Component) Coverage Analyzer
     SCOV_API_ALL (Package) Coverage API for All Purposes
Properties
Class CL_SCV_RESULT_INSPECTOR  
Short Description For Analyzing Results    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCOV_API_ALL   Coverage API for All Purposes 
Created 20091203   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SCV_RESULT_NODE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SCV_RESULT_INSPECTOR has no interface implemented.
Friends
Class CL_SCV_RESULT_INSPECTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_RESULT_NODE Instance attribute Public Object reference (TYPE REF TO) IF_SCV_RESULT_NODE 20091203
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Creates a New Inspector 20091203
2 FIND_ALL_NODES Instance method Public Method Search with Template (All Hits) 20091203
3 FIND_FIRST_NODE Instance method Public Method Search with Template (First Hit) 20091203
4 FIND_NODE Instance method Public Method Search with Exact Name 20091203
5 FIND_NODES_BY_TYPE Instance method Public Method Finds all node with a specific type 20100312
6 GOTO_NODE Instance method Public Method Positions Inspector on Node with Exact Name 20091203
7 MATCH_NODES_BY_TYPE Instance method Private Method Finds all node with a specific type 20100312
8 MATCH_PATTERN Instance method Private Method Finds First or All Nodes in a Pattern 20091203
Events
Class CL_SCV_RESULT_INSPECTOR has no event.
Types
Class CL_SCV_RESULT_INSPECTOR has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT Call by reference Object reference (TYPE REF TO) IF_SCV_RESULT 20091203
2 Importing I_RESULT_NODE Call by reference Object reference (TYPE REF TO) IF_SCV_RESULT_NODE 20091203
3 Returning R_INSPECTOR Value transfer Object reference (TYPE REF TO) CL_SCV_RESULT_INSPECTOR 20091203

Method CREATE on class CL_SCV_RESULT_INSPECTOR has no exception.

Method FIND_ALL_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Type reference (TYPE) CSEQUENCE 20091203
2 Returning R_NODES Value transfer Type reference (TYPE) IF_SCV_RESULT_NODE=>TAB 20091203

Method FIND_ALL_NODES on class CL_SCV_RESULT_INSPECTOR has no exception.

Method FIND_FIRST_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Type reference (TYPE) CSEQUENCE 20091203
2 Returning R_NODE Value transfer Object reference (TYPE REF TO) IF_SCV_RESULT_NODE 20091203

Method FIND_FIRST_NODE on class CL_SCV_RESULT_INSPECTOR has no exception.

Method FIND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Type reference (TYPE) CSEQUENCE 20091203
2 Returning R_NODE Value transfer Object reference (TYPE REF TO) IF_SCV_RESULT_NODE 20091203

Method FIND_NODE on class CL_SCV_RESULT_INSPECTOR has no exception.

Method FIND_NODES_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Object reference (TYPE REF TO) CE_SCV_NODE_TYPE Aufzählungstyp für die Arten von Ergebnisknoten 20100312
2 Returning R_NODES Value transfer Type reference (TYPE) IF_SCV_RESULT_NODE=>TAB 20100312

Method FIND_NODES_BY_TYPE on class CL_SCV_RESULT_INSPECTOR has no exception.

Method GOTO_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Type reference (TYPE) CSEQUENCE 20091203
2 Returning R_NODE Value transfer Object reference (TYPE REF TO) IF_SCV_RESULT_NODE 20091203

Method GOTO_NODE on class CL_SCV_RESULT_INSPECTOR has no exception.

Method MATCH_NODES_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CANDIDATES Call by reference Type reference (TYPE) IF_SCV_RESULT_NODE=>TAB 20100312
2 Importing I_TYPE Call by reference Object reference (TYPE REF TO) CE_SCV_NODE_TYPE Aufzählungstyp für die Arten von Ergebnisknoten 20100312
3 Returning R_NODES Value transfer Type reference (TYPE) IF_SCV_RESULT_NODE=>TAB TAB 20100312

Method MATCH_NODES_BY_TYPE on class CL_SCV_RESULT_INSPECTOR has no exception.

Method MATCH_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Type reference (TYPE) CSEQUENCE 20091203
2 Importing I_FIND_ALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20091203
3 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_SCV_RESULT_NODE 20091203
4 Returning R_NODES Value transfer Type reference (TYPE) IF_SCV_RESULT_NODE=>TAB 20091203

Method MATCH_PATTERN on class CL_SCV_RESULT_INSPECTOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800