Package smetana.core
Class UnsupportedStarStruct
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- All Implemented Interfaces:
__ptr__
,__struct__
- Direct Known Subclasses:
ST_adjmatrix_t
,ST_Agcbstack_s
,ST_Agclos_s
,ST_Agdesc_s
,ST_Agdisc_s
,ST_Agdstate_s
,ST_Agedgepair_s
,ST_Agiddisc_s
,ST_Agiodisc_s
,ST_Agmemdisc_s
,ST_Agobj_s
,ST_Agrec_s
,ST_Agsubnode_s
,ST_Agsym_s
,ST_Agtag_s
,ST_arrowdir_t
,ST_arrowname_t
,ST_arrowtype_t
,ST_aspect_t
,ST_BestPos_t
,ST_bezier
,ST_blk_t
,ST_boxf
,ST_Branch_t
,ST_cinfo_t
,ST_deque_t
,ST_dt_s
,ST_dtdata_s
,ST_dtdisc_s
,ST_dtlink_s
,ST_dtmethod_s
,ST_elist
,ST_field_t
,ST_fontinfo
,ST_GVC_s
,ST_GVCOMMON_t
,ST_gvlayout_engine_s
,ST_gvlayout_features_t
,ST_gvplugin_active_layout_t
,ST_gvplugin_available_s
,ST_gvplugin_installed_t
,ST_HDict_t
,ST_IMapEntry_t
,ST_inside_t
,ST_label_params_t
,ST_layout_t
,ST_LeafList_t
,ST_nlist_t
,ST_Node_t___
,ST_nodequeue
,ST_object_t
,ST_pack_info
,ST_PartitionVars
,ST_path
,ST_pathend_t
,ST_Pedge_t
,ST_point
,ST_pointf
,ST_pointnlink_t
,ST_polygon_t
,ST_port
,ST_Ppoly_t
,ST_rank_t
,ST_Rect_t
,ST_RTree
,ST_shape_desc
,ST_shape_functions
,ST_spline_info_t
,ST_splineInfo
,ST_splines
,ST_SplitQ_t
,ST_STheap_t
,ST_stk_t
,ST_subtree_t
,ST_tedge_t
,ST_textfont_t
,ST_textlabel_t
,ST_textspan_t
,ST_tna_t
,ST_triangle_t
,ST_xlabel_t
,ST_XLabels_t
public class UnsupportedStarStruct extends Object implements __struct__, __ptr__
-
-
Field Summary
Fields Modifier and Type Field Description static AtomicInteger
CPT
static UnsupportedStarStruct
SPY_ME
int
UID
-
Constructor Summary
Constructors Constructor Description UnsupportedStarStruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
___(__struct__ other)
__ptr__
castTo(Class dest)
__struct__
copy()
Object
getTheField(OFFSET virtualBytes)
boolean
isSameThan(__ptr__ other)
__ptr__
unsupported()
-
-
-
Field Detail
-
CPT
public static final AtomicInteger CPT
-
UID
public final int UID
-
SPY_ME
public static UnsupportedStarStruct SPY_ME
-
-
Method Detail
-
unsupported
public final __ptr__ unsupported()
- Specified by:
unsupported
in interface__ptr__
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThan
in interface__ptr__
-
getTheField
public Object getTheField(OFFSET virtualBytes)
- Specified by:
getTheField
in interface__ptr__
-
copy
public __struct__ copy()
- Specified by:
copy
in interface__struct__
-
___
public void ___(__struct__ other)
- Specified by:
___
in interface__struct__
-
-