Package gw.lang.ir

Class SyntheticIRArrayType

java.lang.Object
gw.lang.ir.SyntheticIRArrayType
All Implemented Interfaces:
IRType

public class SyntheticIRArrayType extends Object implements IRType
  • Field Details

    • _componentType

      private IRType _componentType
  • Constructor Details

    • SyntheticIRArrayType

      public SyntheticIRArrayType(IRType componentType)
  • Method Details