Class Defaulted

java.lang.Object
org.ek9lang.compiler.common.Defaulted
All Implemented Interfaces:
Predicate<ISymbol>

public final class Defaulted extends Object implements Predicate<ISymbol>
Test if a symbol is externally implemented. This normally means it is part of ek9 core or is somehow externally linked to.
  • Constructor Details

    • Defaulted

      public Defaulted()
  • Method Details