Exemplo n.º 1
0
 public override void ChildProdLetGlobal(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 2
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildReturnStatement(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 3
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildStorageClass(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 4
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildPartOfConstructorCall(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 5
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildPassInstructions(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 6
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildFunctionPart(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 7
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildInOutInout(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 8
0
 public override void ChildProdIdChoices(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 9
0
 public override void ChildProdTaskParam(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 10
0
 public override void ChildProdValueString(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 11
0
 public override void ChildProdValueBoolean(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 12
0
 public override void ChildProdVartailChar(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 13
0
 public override void ChildProdVarinitDouble(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 14
0
 public override void ChildProdVardtype(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 15
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildExpressionTail(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 16
0
 public override void ChildProdIndexValue(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 17
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildFlowControlWords(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 18
0
 public override void ChildProdElementsTail(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 19
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildIfSwitchAttributes(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 20
0
 public override void ChildProdArray(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 21
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildMatrixExp(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 22
0
 public override void ChildProdReturnType(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 23
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildPartOfVariableAssignment(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 24
0
 public override void ChildProdParamTail(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 25
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildPreProcessorDirectives(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 26
0
 public override void ChildProdObjectVarTail(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 27
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildSemanticMatrixes(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 28
0
 public override void ChildProdFunctions(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 29
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildSwitchStatement(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 30
0
 public override void ChildProdIoStatement(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 31
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildCondition(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 32
0
 public override void ChildProdConcat(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 33
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildFile(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 34
0
 public override void ChildProdPreIncdec(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 35
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildFunctionConstructorCallOrVariableDeclaration(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 36
0
 public virtual void ChildFunctionCallExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 37
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildIdentifierComposedRequired(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 38
0
 public virtual void ChildArgumentList(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 39
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildInitializers(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 40
0
 public virtual void ChildBooleanLiteralExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 41
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildListOfParams(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 42
0
 public virtual void ChildExpressionGroup(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 43
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildPackoffsetFunc(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 44
0
 public virtual void ChildInListTargetExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 45
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildPartOfPropertySpecification(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 46
0
 public virtual void ChildCompareExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 47
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildPartOfVariableDeclaration(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 48
0
 public virtual void ChildMultiplicativeExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 49
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildPrefixPostfixOperators(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 50
0
 public virtual void ChildMemberAccessExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 51
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildRegisterFunc(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 52
0
 public virtual void ChildBasicExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 53
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildSemanticalParameters(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 54
0
 public virtual void ChildFieldPropertyExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 55
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildStatementScope(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 56
0
 public virtual void ChildSpecialFunctionExpression(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 57
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildStructDeclaration(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 58
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildComposeIdentifier(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 59
0
 /**
  * <summary>Called when adding a child to a parse tree
  * node.</summary>
  *
  * <param name='node'>the parent node</param>
  * <param name='child'>the child node, or null</param>
  *
  * <exception cref='ParseException'>if the node analysis
  * discovered errors</exception>
  */
 public virtual void ChildTechniqueDeclaration(Production node, Node child)
 {
     node.AddChild(child);
 }
Exemplo n.º 60
0
 public override void ChildProdGlobalChoice(Production node, Node child)
 {
     node.AddChild(child);
 }