Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[Java]->[Symbols]->[ExclusiveOrExpression]

Expand All
Collapse All
Contents

java::ExclusiveOrExpression Locate in Contents

Declaration Locate in Contents

ExclusiveOrExpression:
            AndExpression
        |    ExclusiveOrExpression "^" AndExpression

Composition Locate in Contents

ExclusiveOrExpression ExclusiveOrExpression Alternation Node InclusiveOrExpression AndExpression Concatenation Node ExclusiveOrExpression implicit_whitespace '^' implicit_whitespace AndExpression

State Machine Locate in Contents

start:2069:$0 AndExpression|{2071|$1|2072} ExclusiveOrExpression|{2069|$3|2070} final:2070:$0 implicit_whitespace|{2030|$6|2031} implicit_whitespace|{2030|$7|2031} AndExpression|{2071|$5|2072}