Package org.djutils.reflection
Class ClassUtilTest.Sub
java.lang.Object
org.djutils.reflection.ClassUtilTest.Sup
org.djutils.reflection.ClassUtilTest.Sub
- Enclosing class:
- ClassUtilTest
protected static class ClassUtilTest.Sub extends ClassUtilTest.Sup
superclass with fields and methods.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ClassUtilTest.Sub.Inner
non-static inner class. -
Field Summary
Fields Modifier and Type Field Description String
finalString
(package private) double
packageDouble
protected long
protectedLong
int
publicInt
int
publicSuperInt
static String
staticFinalString
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description (package private) void
packageArgs(String s, double d)
(package private) int
packageInt()
(package private) void
packageVoid()
protected void
protectedArgs(String s, double d)
protected int
protectedInt()
protected void
protectedVoid()
void
publicArgs(String s)
void
publicArgs(String s, double d)
int
publicInt()
void
publicVoid()
-
Field Details
-
staticFinalString
- See Also:
- Constant Field Values
-
finalString
- See Also:
- Constant Field Values
-
packageDouble
double packageDouble -
protectedLong
protected long protectedLong -
publicInt
public int publicInt -
publicSuperInt
public int publicSuperInt
-
-
Constructor Details
-
Method Details
-
packageVoid
void packageVoid()- Overrides:
packageVoid
in classClassUtilTest.Sup
-
protectedVoid
protected void protectedVoid()- Overrides:
protectedVoid
in classClassUtilTest.Sup
-
publicVoid
public void publicVoid()- Overrides:
publicVoid
in classClassUtilTest.Sup
-
packageInt
int packageInt()- Overrides:
packageInt
in classClassUtilTest.Sup
- Returns:
- int
-
protectedInt
protected int protectedInt()- Overrides:
protectedInt
in classClassUtilTest.Sup
- Returns:
- int
-
publicInt
public int publicInt()- Overrides:
publicInt
in classClassUtilTest.Sup
- Returns:
- int
-
packageArgs
- Overrides:
packageArgs
in classClassUtilTest.Sup
- Parameters:
s
- Stringd
- double
-
protectedArgs
- Overrides:
protectedArgs
in classClassUtilTest.Sup
- Parameters:
s
- Stringd
- double
-
publicArgs
- Overrides:
publicArgs
in classClassUtilTest.Sup
- Parameters:
s
- Stringd
- double
-
publicArgs
- Parameters:
s
- String
-