Class AggregateHasPureConstruction

java.lang.Object
org.ek9lang.compiler.common.AggregateHasPureConstruction
All Implemented Interfaces:
Predicate<IAggregateSymbol>

public class AggregateHasPureConstruction extends Object implements Predicate<IAggregateSymbol>
Predicate to see if an aggregate mandated pure in its construction.
  • Constructor Details

    • AggregateHasPureConstruction

      public AggregateHasPureConstruction()
  • Method Details