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_s
data
ST_dtdisc_s
disc
CFunction
memoryf
ST_dtmethod_s
meth
int
nview
CFunction
searchf
int
type
__ptr__
user
ST_dt_s
view
ST_dt_s
walk
-
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 boolean
isSameThan(StarStruct other)
void
setInt(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:
setPtr
in interface__c__fields
- Specified by:
setPtr
in interfaceStarStruct
- Overrides:
setPtr
in classUnsupportedStarStruct
-
setInt
public void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
- Specified by:
setInt
in interfaceStarStruct
- Overrides:
setInt
in classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThan
in interfaceStarStruct
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
-