public final class JCPreprocessor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JCPreprocessor.PreprocessingStatistics |
Constructor and Description |
---|
JCPreprocessor(PreprocessorContext context) |
Modifier and Type | Method and Description |
---|---|
JCPreprocessor.PreprocessingStatistics |
execute() |
static Iterable<CommandLineHandler> |
getCommandLineHandlers() |
PreprocessorContext |
getContext() |
static void |
main(String... args) |
public JCPreprocessor(PreprocessorContext context)
public static Iterable<CommandLineHandler> getCommandLineHandlers()
public PreprocessorContext getContext()
public JCPreprocessor.PreprocessingStatistics execute() throws IOException
IOException
public static void main(@MustNotContainNull String... args)
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.