Package h
Class ST_HDict_t
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_HDict_t extends UnsupportedStructAndPtr
-
-
Field Summary
Fields Modifier and Type Field Description ST_Branch_t
d
int
key
ST_dtlink_s
link
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_HDict_t()
ST_HDict_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
addVirtualBytes(int virtualBytes)
void
setInt(java.lang.String fieldName, int data)
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, 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
-
link
public final ST_dtlink_s link
-
key
public int key
-
d
public final ST_Branch_t d
-
-
Constructor Detail
-
ST_HDict_t
public ST_HDict_t()
-
ST_HDict_t
public ST_HDict_t(StarStruct parent)
-
-
Method Detail
-
addVirtualBytes
public java.lang.Object addVirtualBytes(int virtualBytes)
- Specified by:
addVirtualBytes
in interface__ptr__
- Specified by:
addVirtualBytes
in interfaceStarStruct
- Overrides:
addVirtualBytes
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
-
-