R-GReQL-Grammatik: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Knoten) |
(→Knoten) |
||
Zeile 112: | Zeile 112: | ||
===== <s>ContainsOperator</s> ===== | ===== <s>ContainsOperator</s> ===== | ||
===== MatrixMulOperator ===== | |||
===== TildeOperator ===== | |||
=== Statement === | |||
==== Block ==== | |||
==== IfStatement ==== | |||
==== SwitchStatement ==== | |||
==== Loop ==== | |||
===== WhileStatement ===== | |||
===== RepeatStatement ===== | |||
===== ForStatement ===== | |||
==== BreakStatement ==== | |||
==== NextStatement ==== | |||
==== Unsortiert ==== | |||
===== AnonFunctionDeclaration ===== | |||
===== NamedElement ===== | |||
===== <s>FunctionDeclaration</s> ===== | |||
===== <s>ReturnStatement</s> ===== | |||
= Kanten = | |||
== AssignmentOperator == | |||
=== LeftHandSide === | |||
=== RightHandSide === | |||
== Block == | |||
=== BodyStatements === | |||
== ForStatement == | |||
=== CountVariable === | |||
=== Set === | |||
=== SetVariable === | |||
== FunctionCall == | |||
=== List === | |||
== IfStatement == | |||
=== Condition === | |||
=== ElseBody === | |||
=== ThenBody === | |||
== Node == | |||
=== Expression === | |||
== ParameterList == | |||
=== Parameter === | |||
== Prog == | |||
=== ProgStatements === | |||
== Statement == | |||
=== StatementBody === |