[Parse Class] -> Function after Annotation with multiple arguments
This commit is contained in:
parent
01b92973d4
commit
1015bbadf2
1 changed files with 3 additions and 3 deletions
|
@ -217,11 +217,11 @@ public class JavaParser extends Parser<JavaFile> {
|
||||||
StateTree<JavaElement> function_q11 = function_q10.then(LAMBDA_7);
|
StateTree<JavaElement> function_q11 = function_q10.then(LAMBDA_7);
|
||||||
function_q11.then(function_q10);
|
function_q11.then(function_q10);
|
||||||
function_q4.end(END_FUNC).then(function_q17);
|
function_q4.end(END_FUNC).then(function_q17);
|
||||||
StateTree<JavaElement> function_q7 = function_q3.then(new RedirectStateTree<>(type_q0,(bag) -> "func_type(220)")).then(LAMBDA_name);
|
StateTree<JavaElement> function_q6 = function_q3.then(new RedirectStateTree<>(type_q0, (bag) -> "func_type(q6)"));
|
||||||
function_q7.then(function_q4);
|
StateTree<JavaElement> function_q7 = function_q6.then(LAMBDA_name);
|
||||||
StateTree<JavaElement> function_q6 = function_q3.then(new RedirectStateTree<>(type_q0,(bag) -> "func_type(222)"));
|
|
||||||
StateTree<JavaElement> function_q8 = function_q7.then(LAMBDA_7);
|
StateTree<JavaElement> function_q8 = function_q7.then(LAMBDA_7);
|
||||||
function_q8.then(function_q6);
|
function_q8.then(function_q6);
|
||||||
|
function_q7.then(function_q4);
|
||||||
StateTree<JavaElement> function_q15 = function_q0.then(new RedirectStateTree<>(modifier_q0, (bag) -> "func_modifier"));
|
StateTree<JavaElement> function_q15 = function_q0.then(new RedirectStateTree<>(modifier_q0, (bag) -> "func_modifier"));
|
||||||
StateTree<JavaElement> function_q20 = function_q0.then(new RedirectStateTree<>(annotation_q0,(bag) -> "func_annotation")).loop();
|
StateTree<JavaElement> function_q20 = function_q0.then(new RedirectStateTree<>(annotation_q0,(bag) -> "func_annotation")).loop();
|
||||||
function_q20.then(function_q1);
|
function_q20.then(function_q1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue