Package h
Class ST_Branch_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Branch_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_Branch_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_Node_t___or_object_t
child
ST_Rect_t
rect
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Branch_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
___(__struct__ other)
-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
rect
public final ST_Rect_t rect
-
child
public ST_Node_t___or_object_t child
-
-
Method Detail
-
___
public void ___(__struct__ other)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-
-