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