fabric.types
Class FabricArrayType_c

java.lang.Object
  extended by ConstArrayType_c
      extended by 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
           
 
Constructor Summary
FabricArrayType_c(FabricTypeSystem ts, Position pos, Type base, boolean isConst, boolean isNonConst, 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
 

Field Detail

isNative

protected boolean isNative
Constructor Detail

FabricArrayType_c

public FabricArrayType_c(FabricTypeSystem ts,
                         Position pos,
                         Type base,
                         boolean isConst,
                         boolean isNonConst,
                         boolean isNative)
Method Detail

isNative

public boolean isNative()
Description copied from interface: FabricArrayType
Type is a native (java) array type

Specified by:
isNative in interface FabricArrayType