Package h
Class ST_Agdesc_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
,HardcodedStruct
public class ST_Agdesc_s extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ST_Agdesc_s.MyInternalData
-
Constructor Summary
Constructors Constructor Description ST_Agdesc_s()
ST_Agdesc_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __struct__
copy()
void
copyDataFrom(__struct__ other)
StarStruct
getInternalData()
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, 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
-
-
-
-
Constructor Detail
-
ST_Agdesc_s
public ST_Agdesc_s()
-
ST_Agdesc_s
public ST_Agdesc_s(StarStruct parent)
-
-
Method Detail
-
copy
public __struct__ copy()
- Specified by:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStructAndPtr
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFrom
in interface__ptr__
- Specified by:
copyDataFrom
in interfaceHardcodedStruct
- Specified by:
copyDataFrom
in interfaceStarStruct
- Overrides:
copyDataFrom
in classUnsupportedStarStruct
-
getInternalData
public StarStruct getInternalData()
- Specified by:
getInternalData
in interface__struct__
- Overrides:
getInternalData
in classUnsupportedStructAndPtr
-
-