Package h
Class ST_dtlink_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_dtlink_s
-
- All Implemented Interfaces:
__ptr__,__struct__
- Direct Known Subclasses:
ST_dthold_s,ST_refstr_t
public class ST_dtlink_s extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_dtlink_s_leftST_dtlink_sright-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_dtlink_s()ST_dtlink_s(__ptr__ parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ other)__ptr__castTo(java.lang.Class dest)__ptr__getParent()java.lang.ObjectgetTheField(FieldOffset offset)-
Methods inherited from class smetana.core.UnsupportedStarStruct
copy, isSameThan, unsupported
-
-
-
-
Field Detail
-
right
public ST_dtlink_s right
-
_left
public ST_dtlink_s _left
-
-
Constructor Detail
-
ST_dtlink_s
public ST_dtlink_s()
-
ST_dtlink_s
public ST_dtlink_s(__ptr__ parent)
-
-
Method Detail
-
___
public void ___(__struct__ other)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStarStruct
-
getParent
public __ptr__ getParent()
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castToin interface__ptr__- Overrides:
castToin classUnsupportedStarStruct
-
getTheField
public java.lang.Object getTheField(FieldOffset offset)
- Specified by:
getTheFieldin interface__ptr__- Overrides:
getTheFieldin classUnsupportedStarStruct
-
-