Package h
Class ST_Agclos_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agclos_s
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_Agclos_s extends UnsupportedStarStruct
-
-
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
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agclos_s()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, 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
-
-