Class NotImplicitSuper

java.lang.Object
org.ek9lang.compiler.phase7.support.NotImplicitSuper
All Implemented Interfaces:
Predicate<ISymbol>

public class NotImplicitSuper extends Object implements Predicate<ISymbol>
Checks if the ISymbol as a type passed in is deemed to be an implicit super. This typically means it's an inferred function or class. Generally something where we should not be calling any for of super method on it.
  • Constructor Details

    • NotImplicitSuper

      public NotImplicitSuper()
  • Method Details