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
_left
ST_dtlink_s
right
-
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(Class dest)
__ptr__
getParent()
Object
getTheField(OFFSET 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(Class dest)
- Specified by:
castTo
in interface__ptr__
- Overrides:
castTo
in classUnsupportedStarStruct
-
getTheField
public Object getTheField(OFFSET offset)
- Specified by:
getTheField
in interface__ptr__
- Overrides:
getTheField
in classUnsupportedStarStruct
-
-