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 StringfinalString(package private) doublepackageDoubleprotected longprotectedLongintpublicIntintpublicSubIntstatic StringstaticFinalString -
Constructor Summary
-
Method Summary
Modifier and Type Method Description (package private) voidpackageArgs(String s, double d)(package private) intpackageInt()(package private) voidpackageVoid()protected voidprotectedArgs(String s, double d)protected intprotectedInt()protected voidprotectedVoid()voidpublicArgs(String s, double d)intpublicInt()voidpublicVoid()
-
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
-