Package | Description |
---|---|
com.github.javaparser |
Modifier and Type | Class and Description |
---|---|
class |
LineEndingProcessingProvider
Provider un-escaping unicode escape sequences in the input sequence. |
class |
StreamProvider
NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)
|
class |
StringProvider |
class |
UnicodeEscapeProcessingProvider
Provider un-escaping unicode escape sequences in the input sequence. |
Modifier and Type | Method and Description |
---|---|
Provider |
Processor.preProcess(Provider innerProvider)
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
|
Provider |
Processor.preProcess(Provider innerProvider)
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
|
static Provider |
Providers.provider(File file) |
static Provider |
Providers.provider(File file) |
static Provider |
Providers.provider(File file,
Charset encoding) |
static Provider |
Providers.provider(File file,
Charset encoding) |
static Provider |
Providers.provider(InputStream input) |
static Provider |
Providers.provider(InputStream input) |
static Provider |
Providers.provider(InputStream input,
Charset encoding) |
static Provider |
Providers.provider(InputStream input,
Charset encoding) |
static Provider |
Providers.provider(Path path) |
static Provider |
Providers.provider(Path path) |
static Provider |
Providers.provider(Path path,
Charset encoding) |
static Provider |
Providers.provider(Path path,
Charset encoding) |
static Provider |
Providers.provider(Reader reader) |
static Provider |
Providers.provider(Reader reader) |
static Provider |
Providers.provider(String source) |
static Provider |
Providers.provider(String source) |
static Provider |
Providers.resourceProvider(ClassLoader classLoader,
String pathToResource,
Charset encoding)
Provide a Provider from the resource found in class loader with the provided encoding.
|
static Provider |
Providers.resourceProvider(ClassLoader classLoader,
String pathToResource,
Charset encoding)
Provide a Provider from the resource found in class loader with the provided encoding.
|
static Provider |
Providers.resourceProvider(String pathToResource)
Provide a Provider from the resource found in the current class loader with UTF-8 encoding.
|
static Provider |
Providers.resourceProvider(String pathToResource)
Provide a Provider from the resource found in the current class loader with UTF-8 encoding.
|
static Provider |
Providers.resourceProvider(String pathToResource,
Charset encoding)
Provide a Provider from the resource found in the current class loader with the provided encoding.
|
static Provider |
Providers.resourceProvider(String pathToResource,
Charset encoding)
Provide a Provider from the resource found in the current class loader with the provided encoding.
|
Modifier and Type | Method and Description |
---|---|
<N extends Node> |
JavaParser.parse(ParseStart<N> start,
Provider provider)
Parses source code.
|
<N extends Node> |
JavaParser.parse(ParseStart<N> start,
Provider provider)
Parses source code.
|
Provider |
Processor.preProcess(Provider innerProvider)
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
|
Provider |
Processor.preProcess(Provider innerProvider)
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
|
void |
SimpleCharStream.reInit(Provider dstream)
Reinitialise.
|
void |
SimpleCharStream.reInit(Provider dstream)
Reinitialise.
|
void |
SimpleCharStream.reInit(Provider dstream,
int startline,
int startcolumn)
Reinitialise.
|
void |
SimpleCharStream.reInit(Provider dstream,
int startline,
int startcolumn)
Reinitialise.
|
void |
SimpleCharStream.reInit(Provider dstream,
int startline,
int startcolumn,
int buffersize)
Reinitialise.
|
void |
SimpleCharStream.reInit(Provider dstream,
int startline,
int startcolumn,
int buffersize)
Reinitialise.
|
Copyright © 2007–2022. All rights reserved.