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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
packageArgs
(String s, double d) (package private) int
(package private) void
protected void
protectedArgs
(String s, double d) protected int
protected void
void
publicArgs
(String s, double d) int
void
-
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
-