Package org.ek9lang.compiler.directives
Class DirectivesNextLineNumber
java.lang.Object
org.ek9lang.compiler.directives.DirectivesNextLineNumber
- All Implemented Interfaces:
Function<EK9Parser.DirectiveContext,
Integer>
public class DirectivesNextLineNumber
extends Object
implements Function<EK9Parser.DirectiveContext,Integer>
Finds the next line number from where a directive has been used.
-
Constructor Details
-
DirectivesNextLineNumber
public DirectivesNextLineNumber()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.DirectiveContext,
Integer>
-