| Package | Description |
|---|---|
| org.textmapper.templates.types | |
| org.textmapper.templates.types.ast |
| Modifier and Type | Method and Description |
|---|---|
TypesTree.TextSource |
TypesTree.getSource() |
| Modifier and Type | Method and Description |
|---|---|
static TypesTree<AstInput> |
TypesTree.parse(TypesTree.TextSource source) |
| Constructor and Description |
|---|
TypesTree(TypesTree.TextSource source,
T root,
List<TypesTree.TypesProblem> errors) |
| Modifier and Type | Field and Description |
|---|---|
protected TypesTree.TextSource |
AstNode.source |
| Modifier and Type | Method and Description |
|---|---|
TypesTree.TextSource |
IAstNode.getSource() |
TypesTree.TextSource |
AstNode.getSource() |
| Constructor and Description |
|---|
Ast_String(String identifier,
String scon,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstConstraint(AstStringConstraint stringConstraint,
List<AstMultiplicity> multiplicityListCommaSeparated,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstFeatureDeclaration(AstTypeEx typeEx,
String name,
List<AstConstraint> modifiers,
IAstExpression defaultval,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstInput(List<AstTypeDeclaration> declarations,
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) |
AstLiteralExpression(String scon,
Integer icon,
Boolean bcon,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstMethodDeclaration(AstTypeEx returnType,
String name,
List<AstTypeEx> parameters,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstMultiplicity(Integer lo,
boolean hasNoUpperBound,
Integer hi,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstNode(TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstStringConstraint(AstStringConstraint.AstKindKind kind,
List<Ast_String> strings,
String identifier,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstStructuralExpression(List<String> name,
List<AstListOfIdentifierAnd2ElementsCommaSeparatedItem> mapEntries,
List<IAstExpression> expressionList,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstType(AstType.AstKindKind kind,
List<String> name,
boolean isReference,
boolean isClosure,
List<AstTypeEx> parameters,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstTypeDeclaration(String name,
List<List<String>> _super,
List<IAstMemberDeclaration> members,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
AstTypeEx(AstType type,
List<AstMultiplicity> multiplicityListCommaSeparated,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
Copyright © 2014. All rights reserved.