Home
last modified time | relevance | path

Searched defs:arrayType1 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/type/
H A DArrayTypeTest.java44 ArrayType arrayType1 = fieldDeclaration.getVariable(0).getType().asArrayType(); in getFieldDeclarationWithArrays() local
66 ArrayType arrayType1 = variableDeclarationExpr.getVariable(0).getType().asArrayType(); in getVariableDeclarationWithArrays() local
87 ArrayType arrayType1 = methodDeclaration.getType().asArrayType(); in getMethodDeclarationWithArrays() local