Class ProgramArgumentPredicate

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

public class ProgramArgumentPredicate extends Object implements Predicate<ISymbol>
Check if this type being supplied to the test can be used as a program argument. This is subset of the types EK9 supports. Only a finite set of values of EK9 types can easily be identified and converted to actual typed values.
  • Constructor Details

    • ProgramArgumentPredicate

      public ProgramArgumentPredicate()
  • Method Details