public static class Reflection_Jc.Field
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
modifier |
private java.lang.String |
name |
private int |
position |
private int |
typeAddr |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
int |
bytesInteger()
Returns the nrof bytes if it is an integer type or 0 if it isn't.
|
int |
getModifier() |
java.lang.String |
getName() |
int |
getNrofBytesPrimitiveType()
gets the number of bytes if it is a primitive type
or gets 0 elsewhere.
|
int |
getPosition() |
boolean |
isBoolean()
Returns true if the type is float
|
boolean |
isDouble()
Returns true if the type is double
|
boolean |
isFloat()
Returns true if the type is float
|
int |
isInteger()
Deprecated.
see
bytesInteger() |
java.lang.String |
toString() |
private java.lang.String name
private int position
private int typeAddr
private int modifier
public final java.lang.String getName()
public final int getPosition()
public final int getModifier()
public int getNrofBytesPrimitiveType()
public final int isInteger()
bytesInteger()
public final int bytesInteger()
public final boolean isFloat()
public final boolean isDouble()
public final boolean isBoolean()
public java.lang.String toString()
toString
in class java.lang.Object