Package org.ek9lang.compiler.directives
Class DirectivesCompilationPhase
java.lang.Object
org.ek9lang.compiler.directives.DirectivesCompilationPhase
- All Implemented Interfaces:
Function<EK9Parser.DirectiveContext,
CompilationPhase>
public class DirectivesCompilationPhase
extends Object
implements Function<EK9Parser.DirectiveContext,CompilationPhase>
Just extracts the compilation phase or throws an illegal argument exception.
-
Constructor Details
-
DirectivesCompilationPhase
public DirectivesCompilationPhase()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.DirectiveContext,
CompilationPhase>
-