Searched refs:demandVariableDeclaration (Results 1 – 6 of 6) sorted by relevance
33 VariableDeclarator v = Navigator.demandVariableDeclaration(cls, "foo").get(); in testSolveStaticallyImportedMemberType()
180 public static VariableDeclarator demandVariableDeclaration(Node node, String name) { in demandVariableDeclaration() method in Navigator188 VariableDeclarator res = demandVariableDeclaration(child, name); in demandVariableDeclaration()
100 VariableDeclarator varDecl = Navigator.demandVariableDeclaration(method, "a").get(); in solveParameterOfLambdaInVarDecl()
231 … VariableDeclarator variableDeclarator = Navigator.demandVariableDeclaration(method, "a").get(); in resolveElementOfList()245 … VariableDeclarator variableDeclarator = Navigator.demandVariableDeclaration(method, "a").get(); in resolveElementOfListAdvancedExample()
189 public static Optional<VariableDeclarator> demandVariableDeclaration(Node node, String name) { in demandVariableDeclaration() method in Navigator
66 …Line 188) demandVariableDeclaration(child, name) ==> com.github.javaparser.symbolsolver.javaparser…