| Package | Description |
|---|---|
| io.protostuff.compiler.model | |
| io.protostuff.compiler.parser |
| Modifier and Type | Field and Description |
|---|---|
protected ProtoContext |
Proto.context |
| Modifier and Type | Method and Description |
|---|---|
ProtoContext |
Proto.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Proto.setContext(ProtoContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected ProtoContext |
AbstractProtoParserListener.context |
| Modifier and Type | Method and Description |
|---|---|
ProtoContext |
DefaultDescriptorProtoProvider.get() |
ProtoContext |
Importer.importFile(FileReader fileReader,
String fileName) |
ProtoContext |
ImporterImpl.importFile(FileReader reader,
String fileName) |
ProtoContext |
FileDescriptorLoader.load(FileReader reader,
String filename) |
ProtoContext |
FileDescriptorLoaderImpl.load(FileReader reader,
String filename) |
| Modifier and Type | Method and Description |
|---|---|
List<ProtoContext> |
ProtoContext.getImports() |
List<ProtoContext> |
ProtoContext.getPublicImports() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoContext.addImport(ProtoContext importedProto) |
void |
ProtoContext.addPublicImport(ProtoContext importedProto) |
static ProtoWalker |
ProtoWalker.newInstance(ProtoContext proto) |
void |
ExtensionRegistratorPostProcessor.process(ProtoContext context) |
void |
ProtoContextPostProcessor.process(ProtoContext context) |
void |
UserTypeValidationPostProcessor.process(ProtoContext context) |
void |
TypeResolverPostProcessor.process(ProtoContext context) |
void |
OptionsPostProcessor.process(ProtoContext context) |
void |
ImportsPostProcessor.process(ProtoContext context) |
void |
TypeRegistratorPostProcessor.process(ProtoContext context) |
void |
ProtoWalker.Processor.run(ProtoContext context,
T t) |
| Constructor and Description |
|---|
AbstractProtoParserListener(org.antlr.v4.runtime.BufferedTokenStream tokens,
ProtoContext context) |
EnumParseListener(org.antlr.v4.runtime.BufferedTokenStream tokens,
ProtoContext context) |
MessageParseListener(org.antlr.v4.runtime.BufferedTokenStream tokens,
ProtoContext context) |
OptionParseListener(org.antlr.v4.runtime.BufferedTokenStream tokens,
ProtoContext context) |
ProtoExtensionRegistry(ProtoContext context) |
ProtoWalker(ProtoContext protoContext) |
ServiceParseListener(org.antlr.v4.runtime.BufferedTokenStream tokens,
ProtoContext context) |
| Constructor and Description |
|---|
OptionsPostProcessor(javax.inject.Provider<ProtoContext> descriptorProtoProvider) |
Copyright © 2015–2017. All rights reserved.