Package samples.suppressmethod
Class SuppressMethod
- java.lang.Object
-
- samples.suppressmethod.SuppressMethodParent
-
- samples.suppressmethod.SuppressMethod
-
public class SuppressMethod extends SuppressMethodParent
-
-
Constructor Summary
Constructors Constructor Description SuppressMethod()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getBoolean()
byte
getByte()
double
getDouble()
double
getDouble(double value)
float
getFloat()
int
getInt()
long
getLong()
Object
getObject()
static Object
getObjectStatic()
Object
getObjectWithArgument(String argument)
short
getShort()
void
invokeVoid(StringBuilder s)
int
myMethod()
Object
sameName(float f)
Object
sameName(int i)
-
-
-
Field Detail
-
OBJECT
public static final Object OBJECT
-
-
Method Detail
-
getObject
public Object getObject()
-
getObjectStatic
public static Object getObjectStatic()
-
getByte
public byte getByte()
-
getShort
public short getShort()
-
getInt
public int getInt()
-
getLong
public long getLong()
-
getBoolean
public boolean getBoolean()
-
getFloat
public float getFloat()
-
getDouble
public double getDouble()
-
getDouble
public double getDouble(double value)
-
invokeVoid
public void invokeVoid(StringBuilder s)
-
myMethod
public int myMethod()
- Overrides:
myMethod
in classSuppressMethodParent
-
sameName
public Object sameName(int i)
-
sameName
public Object sameName(float f)
-
-