We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ec936 commit d80b7b5Copy full SHA for d80b7b5
Rubberduck.Parsing/IRubberduckParser.cs
@@ -1,20 +1,9 @@
1
-using System;
2
-using System.Threading;
3
-using System.Threading.Tasks;
4
-using Antlr4.Runtime;
5
-using Microsoft.Vbe.Interop;
6
using Rubberduck.Parsing.VBA;
7
8
namespace Rubberduck.Parsing
9
{
10
public interface IRubberduckParser
11
12
RubberduckParserState State { get; }
13
- void LoadNewComReferences();
14
- void UnloadComReference(Reference reference);
15
- void ParseComponent(VBComponent component, TokenStreamRewriter rewriter = null);
16
- Task ParseAsync(VBComponent component, CancellationToken token, TokenStreamRewriter rewriter = null);
17
- void Cancel(VBComponent component = null);
18
- void Resolve(CancellationToken token);
19
}
20
0 commit comments