Package h
Class ST_cinfo_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_cinfo_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_cinfo_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_boxf
bb
CArray<ST_object_t>
objp
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_cinfo_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
___(__struct__ value)
ST_cinfo_t
copy()
-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
bb
public final ST_boxf bb
-
objp
public CArray<ST_object_t> objp
-
-
Method Detail
-
___
public void ___(__struct__ value)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-
copy
public ST_cinfo_t copy()
- Specified by:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStarStruct
-
-