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 booleangetBoolean()bytegetByte()doublegetDouble()doublegetDouble(double value)floatgetFloat()intgetInt()longgetLong()ObjectgetObject()static ObjectgetObjectStatic()ObjectgetObjectWithArgument(String argument)shortgetShort()voidinvokeVoid(StringBuilder s)intmyMethod()ObjectsameName(float f)ObjectsameName(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:
myMethodin classSuppressMethodParent
-
sameName
public Object sameName(int i)
-
sameName
public Object sameName(float f)
-
-