Method | Description | |
---|---|---|
Main ( String args ) : void | ||
returnModuloFirstSecond ( int p_i4top, int p_i4bottom ) : int | ||
returnModuloFirstSecond_static ( int p_i4top, int p_i4bottom ) : int | ||
return_Boolean_Boolean ( Boolean p_1 ) : Boolean | ||
return_Boolean_Boolean_static ( Boolean p_1 ) : Boolean | ||
return_Byte_Byte ( Byte p_1 ) : Byte | ||
return_Byte_Byte_static ( Byte p_1 ) : Byte | ||
return_String_String ( String p_str1 ) : String | ||
return_String_String_static ( String p_str1 ) : String | ||
return_char_char ( char p_1 ) : char | ||
return_char_char_static ( char p_1 ) : char | ||
return_double_double ( double p_1 ) : double | ||
return_double_double_static ( double p_1 ) : double | ||
return_float_float ( float p_1 ) : float | ||
return_float_float_static ( float p_1 ) : float | ||
return_long_long ( long p_1 ) : long | ||
return_long_long_static ( long p_1 ) : long | ||
return_void_void ( ) : void | ||
return_void_void_static ( ) : void | ||
runTest ( ) : Boolean | ||
throw_exception ( ) : void | ||
throw_exception_static ( ) : void |
Method | Description | |
---|---|---|
print ( String error ) : void | ||
return_short_short ( short p_1 ) : short | ||
return_short_short_static ( short p_1 ) : short |
public returnModuloFirstSecond ( int p_i4top, int p_i4bottom ) : int | ||
p_i4top | int | |
p_i4bottom | int | |
return | int |
public static returnModuloFirstSecond_static ( int p_i4top, int p_i4bottom ) : int | ||
p_i4top | int | |
p_i4bottom | int | |
return | int |
public return_Boolean_Boolean ( Boolean p_1 ) : Boolean | ||
p_1 | Boolean | |
return | Boolean |
public static return_Boolean_Boolean_static ( Boolean p_1 ) : Boolean | ||
p_1 | Boolean | |
return | Boolean |
public static return_Byte_Byte_static ( Byte p_1 ) : Byte | ||
p_1 | Byte | |
return | Byte |
public return_String_String ( String p_str1 ) : String | ||
p_str1 | String | |
return | String |
public static return_String_String_static ( String p_str1 ) : String | ||
p_str1 | String | |
return | String |
public static return_char_char_static ( char p_1 ) : char | ||
p_1 | char | |
return | char |
public return_double_double ( double p_1 ) : double | ||
p_1 | double | |
return | double |
public static return_double_double_static ( double p_1 ) : double | ||
p_1 | double | |
return | double |
public return_float_float ( float p_1 ) : float | ||
p_1 | float | |
return | float |
public static return_float_float_static ( float p_1 ) : float | ||
p_1 | float | |
return | float |
public static return_long_long_static ( long p_1 ) : long | ||
p_1 | long | |
return | long |
public static return_void_void_static ( ) : void | ||
return | void |
public static throw_exception_static ( ) : void | ||
return | void |