diff --git a/src/be/jeffcheasey88/peeratcode/parser/java/JavaParser.java b/src/be/jeffcheasey88/peeratcode/parser/java/JavaParser.java index 6b3d6ef..689bcac 100644 --- a/src/be/jeffcheasey88/peeratcode/parser/java/JavaParser.java +++ b/src/be/jeffcheasey88/peeratcode/parser/java/JavaParser.java @@ -217,11 +217,11 @@ public class JavaParser extends Parser { StateTree function_q11 = function_q10.then(LAMBDA_7); function_q11.then(function_q10); function_q4.end(END_FUNC).then(function_q17); - StateTree function_q7 = function_q3.then(new RedirectStateTree<>(type_q0,(bag) -> "func_type(220)")).then(LAMBDA_name); - function_q7.then(function_q4); - StateTree function_q6 = function_q3.then(new RedirectStateTree<>(type_q0,(bag) -> "func_type(222)")); + StateTree function_q6 = function_q3.then(new RedirectStateTree<>(type_q0, (bag) -> "func_type(q6)")); + StateTree function_q7 = function_q6.then(LAMBDA_name); StateTree function_q8 = function_q7.then(LAMBDA_7); function_q8.then(function_q6); + function_q7.then(function_q4); StateTree function_q15 = function_q0.then(new RedirectStateTree<>(modifier_q0, (bag) -> "func_modifier")); StateTree function_q20 = function_q0.then(new RedirectStateTree<>(annotation_q0,(bag) -> "func_annotation")).loop(); function_q20.then(function_q1);