Class InterSuperReference

All Implemented Interfaces:
TypeConstants, TypeIds

public class InterSuperReference extends SuperReference
Used to represent super references inside of inter-type declarations. Special mechanism needed for handling in an interface context.
Author:
Jim Hugunin
  • Constructor Details

  • Method Details

    • resolveType

      public TypeBinding resolveType(BlockScope scope)
      Description copied from class: Expression
      Resolve the type of this expression in the context of a blockScope
      Overrides:
      resolveType in class SuperReference
      Returns:
      Return the actual type of this expression after resolution