Home
last modified time | relevance | path

Searched refs:constructorParameter (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DMembersInjectorGenerator.java180 VariableWriter constructorParameter =
183 createMethodWriter.addParameter(constructorParameter.type(), constructorParameter.name());
191 suppressRawTypesWarning(constructorParameter);
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
DJava1_2ValidatorTest.java135 public void constructorParameter() { in constructorParameter() method in Java1_2ValidatorTest
DJava1_1ValidatorTest.java137 public void constructorParameter() { in constructorParameter() method in Java1_1ValidatorTest