|
Change Return Type BaseNode to NumberNode in method public newNumberNode(ctx ParserRuleContext) : NumberNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to InfixOpNode in method public newInfixOpNode(ctx ParserRuleContext, left BaseNode, op String, right BaseNode) : InfixOpNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to VariableNode in method public newNameNode(ctx ParserRuleContext) : VariableNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to UnaryTestNode in method public newUnaryTestNode(ctx ParserRuleContext, op String, value BaseNode) : UnaryTestNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to BooleanNode in method public newBooleanNode(ctx ParserRuleContext) : BooleanNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to InNode in method public newInNode(ctx ParserRuleContext, value BaseNode, list BaseNode) : InNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to StringNode in method public newStringNode(ctx ParserRuleContext) : StringNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to NotNode in method public newNotNode(ctx ParserRuleContext, expr BaseNode) : NotNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to ListNode in method public newListNode(ctx ParserRuleContext, exprs List<BaseNode>) : ListNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to IntervalNode in method public newIntervalNode(ctx ParserRuleContext, low IntervalNode.IntervalBoundary, start BaseNode, end BaseNode, up IntervalNode.IntervalBoundary) : IntervalNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to NullNode in method public newNullNode(ctx ParserRuleContext) : NullNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to BetweenNode in method public newBetweenNode(ctx ParserRuleContext, value BaseNode, start BaseNode, end BaseNode) : BetweenNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |
|
Change Return Type BaseNode to SignedUnaryNode in method public newSignedUnaryNode(ctx ParserRuleContext, expr BaseNode) : SignedUnaryNode in class org.kie.dmn.lang.ast.ASTBuilderFactory |
From |
To |