Package h
Class ST_LeafList_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_LeafList_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_LeafList_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_Branch_t
leaf
ST_LeafList_t
next
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_LeafList_t()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
next
public ST_LeafList_t next
-
leaf
public ST_Branch_t leaf
-
-