dw-parser 1.9.0-alpha.0

DataWeave Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
|-Document Start='0' End='68'
  |-InfixFunctionCall Start='36' End='68'
    |-FunctionCall Start='36' End='61'
      |-VariableReference Start='36' End='51'
        |-NameIdentifier Start='36' End='51' Value='substringBefore'
      |-Number Start='52' End='55' Value='123'
      |-Str Start='57' End='60' Value=','
    |-Str Start='65' End='68' Value='x'
    |-VariableReference Start='62' End='64'
      |-NameIdentifier Start='62' End='64' Value='++'
  |-ImportDirective Start='0' End='31'
    |-NameIdentifier Start='14' End='31' Value='dw::core::Strings'