Interface ICodeType

All Superinterfaces:
ICodeItem
All Known Subinterfaces:
IAliasType, IArrayType, IClassType, IDexType, IEnumerationType, INativeType, IPrimitiveType, IPrototypeItem, IReferenceType, IStructureType

public interface ICodeType extends ICodeItem
The most generic interface for a type in a code unit.
  • Method Details

    • getImplementingClass

      ICodeClass getImplementingClass()
      Get the implementing class.
      Returns:
      a class object, null if none