Searched defs:typeNode (Results 1 – 10 of 10) sorted by relevance
30 TypeNode typeNode = TypeNode.withReference(ref); in validReferenceConstructorExpr_thisConstructorBasic() local42 TypeNode typeNode = TypeNode.withReference(ref); in validReferenceConstructorExpr_hasArguments() local60 TypeNode typeNode = TypeNode.withReference(ref); in validReferenceConstructorExpr_superConstructorBasic() local90 TypeNode typeNode = TypeNode.withReference(ref); in invalidReferenceConstructorExpr_nullArgument() local
30 TypeNode typeNode = TypeNode.withReference(ref); in validSuperObjectValue_basic() local
29 TypeNode typeNode = TypeNode.withReference(ref); in validThisObjectValue_basic() local
61 private void assertInvalidVariable(TypeNode typeNode) { in assertInvalidVariable()
33 AbstractSimpleTypeNode typeNode = null; field in SelectNode40 Node typeNode = it.next(); in prune() local
43 … com.github.javaparser.ast.type.Type typeNode = methodDeclaration.getParameters().get(0).getType(); in arrayTypeIsNotPartOfTheTree() local
773 TypeNode typeNode = TypeNode.withReference(ref); in writeSuperObjectValueImports() local
1171 Node typeNode = attr.getNamedItem("type"); in extractMergeData() local
640 def readType (self, typeNode): argument
1165 for (typeNode in allTypes) { in generateAllTypesNode() constant