| Package | Description |
|---|---|
| org.textmapper.templates.types.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
AstLiteralExpression |
class |
AstStructuralExpression |
| Modifier and Type | Method and Description |
|---|---|
IAstExpression |
AstFeatureDeclaration.getDefaultval() |
IAstExpression |
AstListOfIdentifierAnd2ElementsCommaSeparatedItem.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<IAstExpression> |
AstStructuralExpression.getExpressionList() |
| Constructor and Description |
|---|
AstFeatureDeclaration(AstTypeEx typeEx,
String name,
List<AstConstraint> modifiers,
IAstExpression defaultval,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstListOfIdentifierAnd2ElementsCommaSeparatedItem(String identifier,
AstMapSeparator mapSeparator,
IAstExpression expression,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
| Constructor and Description |
|---|
AstStructuralExpression(List<String> name,
List<AstListOfIdentifierAnd2ElementsCommaSeparatedItem> mapEntries,
List<IAstExpression> expressionList,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
Copyright © 2014. All rights reserved.