| Package | Description |
|---|---|
| org.textmapper.lapg.api | |
| org.textmapper.lapg.api.ast | |
| org.textmapper.lapg.api.builder | |
| org.textmapper.lapg.api.rule | |
| org.textmapper.lapg.builder | |
| org.textmapper.lapg.util |
| Modifier and Type | Method and Description |
|---|---|
AstType |
Symbol.getType() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AstClass |
interface |
AstEnum |
interface |
AstList |
interface |
AstRawType |
| Modifier and Type | Class and Description |
|---|---|
static class |
AstType.PrimitiveType |
| Modifier and Type | Field and Description |
|---|---|
static AstType |
AstType.BOOL |
static AstType |
AstType.INT |
static AstType |
AstType.STRING |
| Modifier and Type | Method and Description |
|---|---|
AstType |
AstList.getInner() |
AstType |
AstField.getType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AstType.isSubtypeOf(AstType another) |
boolean |
AstType.PrimitiveType.isSubtypeOf(AstType another) |
| Modifier and Type | Method and Description |
|---|---|
AstType |
AstBuilder.rawType(String type,
SourceElement origin) |
| Modifier and Type | Method and Description |
|---|---|
AstField |
AstBuilder.addField(String name,
AstType type,
boolean nullable,
AstClass container,
SourceElement origin) |
Terminal |
GrammarBuilder.addTerminal(String name,
AstType type,
SourceElement origin) |
AstList |
AstBuilder.list(AstType inner,
boolean nonEmpty,
SourceElement origin) |
void |
GrammarMapper.map(Nonterminal symbol,
AstType type) |
void |
GrammarMapper.map(RhsSequence seq,
AstField field,
AstType subType,
boolean isAddition) |
| Modifier and Type | Method and Description |
|---|---|
AstType |
RhsSequence.getType()
Overrides the type of the mapped field.
|
| Modifier and Type | Method and Description |
|---|---|
AstType |
LiTerminal.getType() |
| Constructor and Description |
|---|
LiTerminal(String name,
AstType type,
SourceElement origin) |
| Modifier and Type | Method and Description |
|---|---|
static AstType |
RhsUtil.getCastType(RhsPart part) |
Copyright © 2014. All rights reserved.