Class SuppressMethod

java.lang.Object
samples.suppressmethod.SuppressMethodParent
samples.suppressmethod.SuppressMethod

public class SuppressMethod extends SuppressMethodParent
  • Field Details

    • OBJECT

      public static final Object OBJECT
  • Constructor Details

    • SuppressMethod

      public SuppressMethod()
  • Method Details

    • getObjectWithArgument

      public Object getObjectWithArgument(String argument)
    • 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 class SuppressMethodParent
    • sameName

      public Object sameName(int i)
    • sameName

      public Object sameName(float f)