Package h
Class ST_HDict_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_HDict_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_HDict_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_Branch_t
d
int
key
ST_dtlink_s
link
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_HDict_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getTheField(OFFSET offset)
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, isSameThan, unsupported
-
-
-
-
Field Detail
-
link
public final ST_dtlink_s link
-
key
public int key
-
d
public final ST_Branch_t d
-
-
Method Detail
-
getTheField
public Object getTheField(OFFSET offset)
- Specified by:
getTheField
in interface__ptr__
- Overrides:
getTheField
in classUnsupportedStarStruct
-
-