Package h
Class ST_Agtag_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct,HardcodedStruct
public class ST_Agtag_s extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classST_Agtag_s.MyInternalData
-
Constructor Summary
Constructors Constructor Description ST_Agtag_s()ST_Agtag_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ other)__struct__copy()voidcopyDataFrom(__struct__ other)AreagetArea(java.lang.String name)StarStructgetInternalData()java.lang.ClassgetRealClass()voidmemcopyFrom(Area source)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
____, amp
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, getUID36, isSameThan, 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_Agtag_s
public ST_Agtag_s(StarStruct parent)
-
ST_Agtag_s
public ST_Agtag_s()
-
-
Method Detail
-
getRealClass
public java.lang.Class getRealClass()
- Specified by:
getRealClassin interfaceStarStruct- Overrides:
getRealClassin classUnsupportedStarStruct
-
copy
public __struct__ copy()
- Specified by:
copyin interface__struct__- Overrides:
copyin classUnsupportedStructAndPtr
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFromin interface__ptr__- Specified by:
copyDataFromin interfaceHardcodedStruct- Specified by:
copyDataFromin interfaceStarStruct- Overrides:
copyDataFromin classUnsupportedStarStruct
-
memcopyFrom
public void memcopyFrom(Area source)
- Specified by:
memcopyFromin interfaceArea- Specified by:
memcopyFromin interfaceStarStruct- Overrides:
memcopyFromin classUnsupportedStarStruct
-
___
public void ___(__struct__ other)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStructAndPtr
-
getArea
public Area getArea(java.lang.String name)
- Specified by:
getAreain interfaceInternalData- Overrides:
getAreain classUnsupportedStarStruct
-
getInternalData
public StarStruct getInternalData()
- Specified by:
getInternalDatain interface__struct__- Overrides:
getInternalDatain classUnsupportedStructAndPtr
-
-