| Package | Description |
|---|---|
| org.eclipse.xtext.parser | |
| org.eclipse.xtext.parser.antlr | |
| org.eclipse.xtext.parser.packrat | |
| org.eclipse.xtext.service | |
| org.eclipse.xtext.xtext.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEcoreElementFactory |
| Modifier and Type | Method and Description |
|---|---|
IAstFactory |
AbstractAntlrParser.getElementFactory() |
IAstFactory |
AbstractInternalAntlrParser.getSemanticModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAntlrParser.setElementFactory(IAstFactory elementFactory) |
void |
AbstractInternalAntlrParser.setSemanticModelBuilder(IAstFactory semanticModelBuilder) |
| Modifier and Type | Method and Description |
|---|---|
IAstFactory |
ParseResultFactory.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseResultFactory.setFactory(IAstFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IAstFactory> |
DefaultRuntimeModule.bindIAstFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
CardinalityAwareEcoreFactory
The Xtext grammar allows to override the cardinality value by using patterns like
(feature+=RuleCall+)?. |
Copyright © 2015. All Rights Reserved.