Package h
Class ST_dt_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct,HardcodedStruct
public class ST_dt_s extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_dtdata_sdataST_dtdisc_sdiscCFunctionmemoryfST_dtmethod_smethintnviewCFunctionsearchfinttype__ptr__userST_dt_sviewST_dt_swalk-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_dt_s()ST_dt_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSameThan(StarStruct other)voidsetInt(java.lang.String fieldName, int data)__ptr__setPtr(java.lang.String fieldName, __ptr__ newData)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, memcopyFrom, minus, plus, setDouble, setDouble, setInt, 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
-
Methods inherited from interface smetana.core.HardcodedStruct
copyDataFrom
-
-
-
-
Field Detail
-
searchf
public CFunction searchf
-
disc
public ST_dtdisc_s disc
-
data
public ST_dtdata_s data
-
memoryf
public CFunction memoryf
-
meth
public ST_dtmethod_s meth
-
type
public int type
-
nview
public int nview
-
view
public ST_dt_s view
-
walk
public ST_dt_s walk
-
user
public __ptr__ user
-
-
Constructor Detail
-
ST_dt_s
public ST_dt_s()
-
ST_dt_s
public ST_dt_s(StarStruct parent)
-
-
Method Detail
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtrin interface__c__fields- Specified by:
setPtrin interfaceStarStruct- Overrides:
setPtrin classUnsupportedStarStruct
-
setInt
public void setInt(java.lang.String fieldName, int data)- Specified by:
setIntin interface__c__fields- Specified by:
setIntin interfaceStarStruct- Overrides:
setIntin classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThanin interfaceStarStruct- Overrides:
isSameThanin classUnsupportedStarStruct
-
-