public class ExampleClass
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ExampleClass.StaticClass |
Modifier and Type | Field and Description |
---|---|
int |
field10 |
long |
field11 |
java.lang.StringBuffer |
field20 |
java.lang.StringBuffer |
field21 |
static int |
static_field |
Constructor and Description |
---|
ExampleClass() |
ExampleClass(int field1) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
callHello(IHello hello) |
java.lang.String |
callHello2(IHello hello) |
java.nio.channels.ReadableByteChannel |
getBrokenStream() |
int |
getField1() |
int[] |
getIntArray() |
java.lang.Integer |
getInteger(int i) |
java.util.List<java.lang.String> |
getList(int i) |
java.nio.channels.ReadableByteChannel |
getStream() |
java.lang.Object[] |
getStringArray() |
int |
method1() |
java.math.BigDecimal |
method10(java.math.BigDecimal bd) |
java.math.BigInteger |
method10(int i) |
java.math.BigDecimal |
method10(int i,
int j) |
java.math.BigInteger |
method11(java.math.BigInteger bi) |
void |
method2(java.lang.String param1) |
java.lang.String |
method3(int param1,
boolean param2) |
ExampleClass |
method4(char param1) |
ExampleClass |
method4(java.lang.String param1) |
int |
method5(ExampleClass param1) |
ExampleClass |
method6(char param1) |
int |
method7(int i) |
int |
method7(long l) |
int |
method7(java.lang.Object o) |
int |
method7(java.lang.String s) |
long |
method8(long l) |
java.lang.Long |
method9(java.lang.Long l) |
protected int |
protected_method() |
void |
setField1(int field1) |
int |
sleepFirstTimeOnly(long millis) |
static int |
static_method() |
public int field10
public long field11
public java.lang.StringBuffer field20
public java.lang.StringBuffer field21
public static int static_field
public int method1()
public void method2(java.lang.String param1)
public java.util.List<java.lang.String> getList(int i)
public java.lang.Integer getInteger(int i)
public java.lang.String method3(int param1, boolean param2)
public ExampleClass method4(char param1)
public ExampleClass method4(java.lang.String param1)
public int method5(ExampleClass param1)
public int getField1()
public void setField1(int field1)
public ExampleClass method6(char param1)
public java.lang.Object[] getStringArray()
public int[] getIntArray()
public java.lang.String callHello(IHello hello)
public java.lang.String callHello2(IHello hello)
public int method7(int i)
public int method7(java.lang.String s)
public int method7(java.lang.Object o)
public int method7(long l)
public long method8(long l)
public java.lang.Long method9(java.lang.Long l)
public java.math.BigDecimal method10(int i, int j)
public java.math.BigDecimal method10(java.math.BigDecimal bd)
public java.math.BigInteger method10(int i)
public java.math.BigInteger method11(java.math.BigInteger bi)
protected int protected_method()
public static int static_method()
public java.nio.channels.ReadableByteChannel getStream() throws java.io.IOException
java.io.IOException
public java.nio.channels.ReadableByteChannel getBrokenStream() throws java.io.IOException
java.io.IOException
public int sleepFirstTimeOnly(long millis)