Package samples.suppressmethod
Class SuppressMethod
- java.lang.Object
-
- samples.suppressmethod.SuppressMethodParent
-
- samples.suppressmethod.SuppressMethod
-
public class SuppressMethod extends SuppressMethodParent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectOBJECT
-
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()java.lang.ObjectgetObject()static java.lang.ObjectgetObjectStatic()java.lang.ObjectgetObjectWithArgument(java.lang.String argument)shortgetShort()voidinvokeVoid(java.lang.StringBuilder s)intmyMethod()java.lang.ObjectsameName(float f)java.lang.ObjectsameName(int i)
-
-
-
Method Detail
-
getObjectWithArgument
public java.lang.Object getObjectWithArgument(java.lang.String argument)
-
getObject
public java.lang.Object getObject()
-
getObjectStatic
public static java.lang.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(java.lang.StringBuilder s)
-
myMethod
public int myMethod()
- Overrides:
myMethodin classSuppressMethodParent
-
sameName
public java.lang.Object sameName(int i)
-
sameName
public java.lang.Object sameName(float f)
-
-