Searched refs:thisRef (Results 1 – 3 of 3) sorted by relevance
232 Expression thisRef = call.getArguments().get(0); in genericsInheritance() local237 ResolvedType voidVisitorAdapterOfA = javaParserFacade.getType(thisRef); in genericsInheritance()
703 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields() local709 constructorCode.invokeDirect(superConstructor, null, thisRef, params); in generateConstructorsAndFields()
471 Local<G> thisRef = code.getThis(generated); in testDeclareConstructor() local473 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in testDeclareConstructor() local474 code.iput(fieldId, thisRef, parameter); in testDeclareConstructor()2014 Local<?> thisRef = code.getThis(GENERATED); in addDefaultConstructor() local2015 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in addDefaultConstructor() local