Package h
Class ST_dtlink_s
- java.lang.Object
-
- All Implemented Interfaces:
WithParent
,__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
- Direct Known Subclasses:
ST_refstr_t
public class ST_dtlink_s extends UnsupportedStructAndPtr implements WithParent
-
-
Field Summary
Fields Modifier and Type Field Description ST_dtlink_s
_left
ST_dtlink_s
right
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_dtlink_s()
ST_dtlink_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
addVirtualBytes(int virtualBytes)
__ptr__
castTo(java.lang.Class dest)
ST_dthold_s
castTo_ST_dthold_s()
void
copyDataFrom(__struct__ other)
StarStruct
getParent()
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
comparePointer, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, setPtr, setStruct, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, 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(StarStruct parent)
-
-
Method Detail
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFrom
in interface__ptr__
- Specified by:
copyDataFrom
in interfaceStarStruct
- Overrides:
copyDataFrom
in classUnsupportedStarStruct
-
getParent
public StarStruct getParent()
- Specified by:
getParent
in interfaceWithParent
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castTo
in interface__ptr__
- Specified by:
castTo
in interfaceStarStruct
- Overrides:
castTo
in classUnsupportedStarStruct
-
castTo_ST_dthold_s
public ST_dthold_s castTo_ST_dthold_s()
-
addVirtualBytes
public java.lang.Object addVirtualBytes(int virtualBytes)
- Specified by:
addVirtualBytes
in interface__ptr__
- Specified by:
addVirtualBytes
in interfaceStarStruct
- Overrides:
addVirtualBytes
in classUnsupportedStarStruct
-
-