Uses of Interface
com.github.javaparser.Provider
Packages that use Provider
-
Uses of Provider in com.github.javaparser
Classes in com.github.javaparser that implement ProviderModifier and TypeClassDescriptionclassProviderun-escaping unicode escape sequences in the input sequence.classNOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)classclassProviderun-escaping unicode escape sequences in the input sequence.Methods in com.github.javaparser that return ProviderModifier and TypeMethodDescriptionProcessor.preProcess(Provider innerProvider)Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.static Providerstatic Providerstatic ProviderProviders.provider(InputStream input)static ProviderProviders.provider(InputStream input, Charset encoding)static Providerstatic Providerstatic Providerstatic Providerstatic ProviderProviders.resourceProvider(ClassLoader classLoader, String pathToResource, Charset encoding)Provide a Provider from the resource found in class loader with the provided encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResourcestatic ProviderProviders.resourceProvider(String pathToResource)Provide a Provider from the resource found in the current class loader with UTF-8 encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResourcestatic ProviderProviders.resourceProvider(String pathToResource, Charset encoding)Provide a Provider from the resource found in the current class loader with the provided encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResourceMethods in com.github.javaparser with parameters of type ProviderModifier and TypeMethodDescription<N extends Node>
ParseResult<N>JavaParser.parse(ParseStart<N> start, Provider provider)Parses source code.Processor.preProcess(Provider innerProvider)Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.voidReinitialise.voidReinitialise.voidReinitialise.Constructors in com.github.javaparser with parameters of type ProviderModifierConstructorDescriptionLineEndingProcessingProvider(int bufferSize, Provider input)LineEndingProcessingProvider(Provider input)SimpleCharStream(Provider dstream)Constructor.SimpleCharStream(Provider dstream, int startline, int startcolumn)Constructor.SimpleCharStream(Provider dstream, int startline, int startcolumn, int buffersize)Constructor.UnicodeEscapeProcessingProvider(int bufferSize, Provider input)Creates aUnicodeEscapeProcessingProvider.Creates aUnicodeEscapeProcessingProvider.