Package smetana.core
Class UnsupportedC
- java.lang.Object
-
- smetana.core.UnsupportedC
-
- All Implemented Interfaces:
__ptr__
- Direct Known Subclasses:
CArray
,CArrayOfStar
,CFunctionAbstract
,CStarStar
,CString
public class UnsupportedC extends Object implements __ptr__
-
-
Field Summary
Fields Modifier and Type Field Description static AtomicInteger
CPT
int
UID
-
Constructor Summary
Constructors Constructor Description UnsupportedC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__
castTo(Class dest)
Object
getTheField(OFFSET bytes)
boolean
isSameThan(__ptr__ other)
__ptr__
unsupported()
-
-
-
Field Detail
-
CPT
public static final AtomicInteger CPT
-
UID
public final int UID
-
-
Method Detail
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThan
in interface__ptr__
-
getTheField
public Object getTheField(OFFSET bytes)
- Specified by:
getTheField
in interface__ptr__
-
unsupported
public final __ptr__ unsupported()
- Specified by:
unsupported
in interface__ptr__
-
-