Package org.djutils.reflection
Class ClassUtilTest.Sup
java.lang.Object
org.djutils.reflection.ClassUtilTest.Sup
- Direct Known Subclasses:
ClassUtilTest.Sub
- Enclosing class:
- ClassUtilTest
protected static class ClassUtilTest.Sup extends Object
subclass with fields and methods.
-
Field Summary
Fields Modifier and Type Field Description String
finalString
(package private) double
packageDouble
protected long
protectedLong
int
publicInt
int
publicSubInt
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, 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 -
publicSubInt
public int publicSubInt
-
-
Constructor Details
-
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
-