Package h
Class ST_Agclos_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_Agclos_s extends UnsupportedStructAndPtr
-
-
Field Summary
Fields Modifier and Type Field Description boolean
callbacks_enabled
ST_Agcbstack_s
cb
ST_Agdisc_s
disc
ST_dt_s[]
lookup_by_id
int[]
seq
ST_Agdstate_s
state
ST_dt_s
strdict
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agclos_s()
ST_Agclos_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StarStruct
getParent()
__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, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, 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
-
-
-
-
Field Detail
-
disc
public final ST_Agdisc_s disc
-
state
public final ST_Agdstate_s state
-
strdict
public ST_dt_s strdict
-
seq
public final int[] seq
-
cb
public ST_Agcbstack_s cb
-
callbacks_enabled
public boolean callbacks_enabled
-
lookup_by_id
public final ST_dt_s[] lookup_by_id
-
-
Constructor Detail
-
ST_Agclos_s
public ST_Agclos_s()
-
ST_Agclos_s
public ST_Agclos_s(StarStruct parent)
-
-
Method Detail
-
getParent
public StarStruct getParent()
-
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
-
-