public class Prog
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Prog.Inside | 
| Modifier and Type | Field and Description | 
|---|---|
| int | i_am_not_static_2 | 
| static int | i_am_static_1 | 
| static java.lang.String | S | 
| Constructor and Description | 
|---|
| Prog() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | add_ints(int i1,
        int i2,
        int i3) | 
| static float | div0() | 
| float | div1(int d) | 
| double | div2(int d) | 
| static java.lang.String | double_to_string(double d) | 
| static double | floats_to_double(float f1,
                float f2,
                float f3) | 
| static float | floats_to_float(float f1,
               float f2,
               float f3) | 
| static void | main(java.lang.String[] args) | 
| static java.lang.String | welcome() | 
public static int i_am_static_1
public int i_am_not_static_2
public static java.lang.String S
public static void main(java.lang.String[] args)
public static float div0()
public static java.lang.String welcome()
public float div1(int d)
public double div2(int d)
public static int add_ints(int i1,
                           int i2,
                           int i3)
public static float floats_to_float(float f1,
                                    float f2,
                                    float f3)
public static double floats_to_double(float f1,
                                      float f2,
                                      float f3)
public static java.lang.String double_to_string(double d)