public class CompileContext
extends java.lang.Object
Constructor and Description |
---|
CompileContext(CompiledPattern pattern,
MatchOptions options,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
MatchOptions |
getOptions() |
CompiledPattern |
getPattern() |
Project |
getProject() |
OptimizingSearchHelper |
getSearchHelper() |
public CompileContext(CompiledPattern pattern, MatchOptions options, Project project)
public void clear()
public OptimizingSearchHelper getSearchHelper()
public CompiledPattern getPattern()
public MatchOptions getOptions()
public Project getProject()