Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This rule will be parsed by the TM1RuleParser method get_parse_tree and the parsing result will be returned in an instance of TM1Splice.Parser.Grammar.TM1RuleGrammar.TreeNode class. The class contains elements property, which is a list of parsed tokens. You may see a simplified representation of the parsed rule on below picture.

...

The class defines following attributes:

Attribute

Type

Usage

directives_resolver

regions

parser

current_rule_id

generate_rule_id

ArgumentParser (class in ArgumentParser.py)

...