fabric.types
Class FabricArrayType_c
java.lang.Object
ConstArrayType_c
fabric.types.FabricArrayType_c
- All Implemented Interfaces:
- FabricArrayType
public class FabricArrayType_c
- extends ConstArrayType_c
- implements FabricArrayType
The only ArrayType class created by the FabricTypeSystem.
- Author:
- mdgeorge
- See Also:
for further description
Field Summary |
protected boolean |
isNative
|
Method Summary |
boolean |
isNative()
Type is a native (java) array type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isNative
protected boolean isNative
FabricArrayType_c
public FabricArrayType_c(FabricTypeSystem ts,
Position pos,
Type base,
boolean isConst,
boolean isNonConst,
boolean isNative)
isNative
public boolean isNative()
- Description copied from interface:
FabricArrayType
- Type is a native (java) array type
- Specified by:
isNative
in interface FabricArrayType