Package | Description |
---|---|
jdeserialize |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
jdeserialize.decodeClassName(java.lang.String fdesc,
boolean convertSlashes)
Decodes a class name according to the field-descriptor format in the jvm spec,
section 4.3.2.
|
static fieldtype |
fieldtype.get(byte b)
Given a byte containing a type code, return the corresponding enum.
|
void |
field.setReferenceTypeName(java.lang.String newname)
Changes the name of an object reference to the name specified.
|
void |
contentbase.validate() |
void |
content.validate()
Performs extra object-specific validity checks.
|
void |
classdesc.validate() |
void |
field.validate(java.lang.String jt) |
Constructor and Description |
---|
field(fieldtype type,
java.lang.String name)
Constructor for simple fields.
|
field(fieldtype type,
java.lang.String name,
stringobj classname)
Constructor.
|