Class NotResolvedDirectiveListener
java.lang.Object
org.ek9lang.compiler.directives.ResolutionDirectiveListener
org.ek9lang.compiler.directives.NotResolvedDirectiveListener
- All Implemented Interfaces:
Consumer<CompilationEvent>, CompilationPhaseListener
Checks if there are any directives that relate to @Resolved in the parsed module and checks the
non-resolution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(CompilationEvent compilationEvent) Once the compiler has processed (or attempted to process) a source file it will issue this event.protected voidnoSymbolMatch(CompilationEvent compilationEvent, ResolutionDirective directive) protected voidsymbolMatch(CompilationEvent compilationEvent, ResolutionDirective directive, ISymbol symbol) Methods inherited from class ResolutionDirectiveListener
processDirectives
-
Constructor Details
-
NotResolvedDirectiveListener
public NotResolvedDirectiveListener()
-
-
Method Details
-
accept
Description copied from interface:CompilationPhaseListenerOnce the compiler has processed (or attempted to process) a source file it will issue this event. -
symbolMatch
protected void symbolMatch(CompilationEvent compilationEvent, ResolutionDirective directive, ISymbol symbol) - Specified by:
symbolMatchin classResolutionDirectiveListener
-
noSymbolMatch
- Specified by:
noSymbolMatchin classResolutionDirectiveListener
-