|
|||||||||
| Home >> All >> org >> ydp >> [ jai overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ydp.jai
Class Property

java.lang.Objectorg.ydp.jai.Property
- class Property
- extends java.lang.Object
| Field Summary | |
private int |
offset
|
private int |
type
|
| Constructor Summary | |
Property(int type,
int offset)
|
|
| Method Summary | |
int |
getOffset()
|
int |
getType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
type
private int type
offset
private int offset
| Constructor Detail |
Property
public Property(int type,
int offset)
| Method Detail |
getType
public int getType()
getOffset
public int getOffset()
|
|||||||||
| Home >> All >> org >> ydp >> [ jai overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.ydp.jai.Property