SAP ABAP Class CL_SLIN_PARSE_RULE (Non-Terminal with Relevant Rule)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
     SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
Properties
Class CL_SLIN_PARSE_RULE  
Short Description Non-Terminal with Relevant Rule    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIN_INTERN   Internal Use for SLIN (changes made without discussion) 
Created 20071122   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_SLIN_SCAN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_SLIN_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SLIN_PARSE_RULE has no interface implemented.
Friends
Class CL_SLIN_PARSE_RULE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ANONYM_VARIABLE Constant Public Type reference (TYPE) STRING '_' 20071122
2 GRAMMAR Instance attribute Private Object reference (TYPE REF TO) CL_SLIN_PARSE_GRAMMAR Reference Back to Grammar 20071122
3 IS_RULE_WITH_NEW_NODE Instance attribute Public Type reference (TYPE) BOOLEAN Non-Terminal Generates Own Nodes in Result Tree 20071122
4 PRUNE_PARSE_RESULT Instance attribute Private Type reference (TYPE) BOOLEAN Ignore Matching Values 20071122
5 RULE Instance attribute Private Object reference (TYPE REF TO) RULE Non-Terminal Rule 20071122
6 RULE_ANONYM_VAR Constant Public Type reference (TYPE) STRING '' 20071122
7 RULE_CALL_PATTERN Constant Public Type reference (TYPE) STRING '<+*>' 20071122
8 RULE_NAME Instance attribute Private Type reference (TYPE) STRING Name of Rule (Non-Terminal) 20071122
9 TOKEN_MASK Constant Public Type reference (TYPE) CHAR1 '#' 20071122
10 TOKEN_SEP Constant Public Type reference (TYPE) FLAG ':' 20071122
Methods
# Method Level Visibility Method type Description Created on
1 FIT Instance method Private Method Match Rule Tree with Statement and Create Result Tree 20071122
2 GET_INSTANCE Static method Public Method Factory 20071122
3 MACRO_EXPAND Instance method Public Method Inline Rule 20071122
4 MATCH_ATTR_START Instance method Public Method 20120520
5 MATCH_START Instance method Public Method Create Result Tree for Current Statement 20071122
6 RESETSTATE Instance method Private Method Undo Grammar Context 20071122
7 SETSTATE Instance method Private Method Set Grammar Context 20071122
8 SET_PRUNE_PARSE_RESULT Instance method Public Method Set: Ignore Result Values 20071122
9 SHOW Instance method Public Method Show-Utility 20071122
10 XOR_EXPAND Instance method Public Method Enables Internal Optimization of Rule Tree 20071122
11 XOR_OPTIMIZE Instance method Public Method Enables Internal Optimization of Rule Tree 20071122
Events
Class CL_SLIN_PARSE_RULE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STATEMATCH Private See coding 20071122 begin of StateMatch, cacheRuleName type string, cacheGrammar type ref to CL_SLIN_PARSE_GRAMMAR, end of StateMatch
Method Signatures

Method FIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Object reference (TYPE REF TO) PARSENAMEVALUEMATCHES 20080321
2 Importing WORK Call by reference Object reference (TYPE REF TO) PARSEABAPSTATE 20071122

Method FIT on class CL_SLIN_PARSE_RULE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GRAMMAR Call by reference Object reference (TYPE REF TO) CL_SLIN_PARSE_GRAMMAR zugehörige Grammatik 20071122
2 Importing ISRULEWITHNEWNODE Call by reference Type reference (TYPE) BOOLEAN Nonterminal bildet eigenen Ergebnisknoten? 20071122
3 Returning RET Value transfer Object reference (TYPE REF TO) CL_SLIN_PARSE_RULE 20080321
4 Importing RULE_DESC Call by reference Type reference (TYPE) STRING textuelle Regelbeschreibung 20071122
5 Importing RULE_NAME Call by reference Type reference (TYPE) STRING Regelname 20071122

Method GET_INSTANCE on class CL_SLIN_PARSE_RULE has no exception.

Method MACRO_EXPAND Signature

Method MACRO_EXPAND on class CL_SLIN_PARSE_RULE has no parameter.
Method MACRO_EXPAND on class CL_SLIN_PARSE_RULE has no exception.

Method MATCH_ATTR_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTRS Call by reference Type reference (TYPE) CL_SLIN_UTIL=>PARSE_ATTR_SEQ 20120520
2 Importing LEX Call by reference Object reference (TYPE REF TO) CL_SLIN_LEXER 20120520
3 Exporting MATCH Call by reference Type reference (TYPE) ABAP_BOOL 20120520

Method MATCH_ATTR_START on class CL_SLIN_PARSE_RULE has no exception.

Method MATCH_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEX Call by reference Object reference (TYPE REF TO) CL_SLIN_LEXER 20120210
2 Returning RET Value transfer Object reference (TYPE REF TO) CL_SLIN_PARSE_NODE 20080321

Method MATCH_START on class CL_SLIN_PARSE_RULE has no exception.

Method RESETSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MATCHVARS Call by reference Object reference (TYPE REF TO) PARSENAMEVALUEMATCHES 20071122
2 Returning RET Value transfer Object reference (TYPE REF TO) PARSENAMEVALUEMATCHES 20080321
3 Importing STATE Call by reference Type reference (TYPE) STATEMATCH 20071122
4 Importing WORK Call by reference Object reference (TYPE REF TO) PARSEABAPSTATE 20071122

Method RESETSTATE on class CL_SLIN_PARSE_RULE has no exception.

Method SETSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) STATEMATCH 20080321
2 Importing WORK Call by reference Object reference (TYPE REF TO) PARSEABAPSTATE 20071122

Method SETSTATE on class CL_SLIN_PARSE_RULE has no exception.

Method SET_PRUNE_PARSE_RESULT Signature

Method SET_PRUNE_PARSE_RESULT on class CL_SLIN_PARSE_RULE has no parameter.
Method SET_PRUNE_PARSE_RESULT on class CL_SLIN_PARSE_RULE has no exception.

Method SHOW Signature

Method SHOW on class CL_SLIN_PARSE_RULE has no parameter.
Method SHOW on class CL_SLIN_PARSE_RULE has no exception.

Method XOR_EXPAND Signature

Method XOR_EXPAND on class CL_SLIN_PARSE_RULE has no parameter.
Method XOR_EXPAND on class CL_SLIN_PARSE_RULE has no exception.

Method XOR_OPTIMIZE Signature

Method XOR_OPTIMIZE on class CL_SLIN_PARSE_RULE has no parameter.
Method XOR_OPTIMIZE on class CL_SLIN_PARSE_RULE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 711