| Package | Description |
|---|---|
| foundation.rpg.generator.parser.context |
| Modifier and Type | Method and Description |
|---|---|
static Entry |
Entry.entry(Entry entry,
List<? extends AnnotationMirror> additional) |
static Entry |
Entry.methodEntry(ExecutableElement method) |
static Entry |
Entry.parameterEntry(VariableElement parameter) |
Entry |
ParameterResolver.resolve(VariableElement parameter) |
static Entry |
Entry.typeEntry(TypeMirror typeMirror) |
| Modifier and Type | Method and Description |
|---|---|
static Entry |
Entry.entry(Entry entry,
List<? extends AnnotationMirror> additional) |
void |
ParameterResolver.populate(TypeMirror generic,
Entry entry) |
| Constructor and Description |
|---|
Context(ExecutableElement startRule,
TypeElement factoryClass,
String packageName,
String parserName,
String lexerName,
Map<Rule,ExecutableElement> ruleToMethod,
Map<Symbol,Entry> symbolToType,
Grammar grammar) |
Copyright © 2020. All rights reserved.