Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtField.java541 i.withConstructorParams = false; in byNew()
569 i.withConstructorParams = false; in byNew()
598 i.withConstructorParams = true; in byNewWithParams()
629 i.withConstructorParams = true; in byNewWithParams()
659 i.withConstructorParams = false; in byCall()
694 i.withConstructorParams = false; in byCall()
727 i.withConstructorParams = true; in byCallWithParams()
764 i.withConstructorParams = true; in byCallWithParams()
986 boolean withConstructorParams; field in CtField.NewInitializer
1010 if (withConstructorParams) in compile()
[all …]