public class SuppressMethod extends SuppressMethodParent
| Constructor and Description |
|---|
SuppressMethod() |
| Modifier and Type | Method and 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) |
public static final Object OBJECT
public Object getObject()
public static Object getObjectStatic()
public byte getByte()
public short getShort()
public int getInt()
public long getLong()
public boolean getBoolean()
public float getFloat()
public double getDouble()
public double getDouble(double value)
public void invokeVoid(StringBuilder s)
public int myMethod()
myMethod in class SuppressMethodParentpublic Object sameName(int i)
public Object sameName(float f)
Copyright © 2025. All rights reserved.