Package org.djutils.reflection
Class ClassUtilTest.Sup
java.lang.Object
org.djutils.reflection.ClassUtilTest.Sup
- Direct Known Subclasses:
 ClassUtilTest.Sub
- Enclosing class:
 - ClassUtilTest
 
subclass with fields and methods.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription(package private) voidpackageArgs(String s, double d) (package private) int(package private) voidprotected voidprotectedArgs(String s, double d) protected intprotected voidvoidpublicArgs(String s, double d) intvoid 
- 
Field Details
- 
staticFinalString
- See Also:
 
 - 
finalString
- See Also:
 
 - 
packageDouble
double packageDouble - 
protectedLong
protected long protectedLong - 
publicInt
public int publicInt - 
publicSubInt
public int publicSubInt 
 - 
 - 
Constructor Details
- 
Sup
- Parameters:
 s- Stringi- intd- double
 - 
Sup
- Parameters:
 s- Stringi- int
 
 - 
 - 
Method Details
- 
packageVoid
void packageVoid() - 
protectedVoid
protected void protectedVoid() - 
publicVoid
public void publicVoid() - 
packageInt
int packageInt()- Returns:
 - int
 
 - 
protectedInt
protected int protectedInt()- Returns:
 - int
 
 - 
publicInt
public int publicInt()- Returns:
 - int
 
 - 
packageArgs
- Parameters:
 s- Stringd- double
 - 
protectedArgs
- Parameters:
 s- Stringd- double
 - 
publicArgs
- Parameters:
 s- Stringd- double
 
 -