Searched refs:parseExplicitConstructorInvocationStmt (Results 1 – 3 of 3) sorted by relevance
15 import static com.github.javaparser.JavaParser.parseExplicitConstructorInvocationStmt;47 body.getStatements().addFirst(parseExplicitConstructorInvocationStmt(superCall.toString())); in generateNode()
64 ….addStatement(parseExplicitConstructorInvocationStmt(f("super(super%s, %s.class, \"%s\", \"%s\", %… in generate()
474 …public static ExplicitConstructorInvocationStmt parseExplicitConstructorInvocationStmt(String stat… in parseExplicitConstructorInvocationStmt() method in JavaParser