| Package | Description |
|---|---|
| org.textmapper.templates.types.ast |
| Modifier and Type | Method and Description |
|---|---|
AstTypeEx |
AstMethodDeclaration.getReturnType() |
AstTypeEx |
AstFeatureDeclaration.getTypeEx() |
| Modifier and Type | Method and Description |
|---|---|
List<AstTypeEx> |
AstType.getParameters() |
List<AstTypeEx> |
AstMethodDeclaration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AstVisitor.visit(AstTypeEx n) |
| Constructor and Description |
|---|
AstFeatureDeclaration(AstTypeEx typeEx,
String name,
List<AstConstraint> modifiers,
IAstExpression defaultval,
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) |
| Constructor and Description |
|---|
AstMethodDeclaration(AstTypeEx returnType,
String name,
List<AstTypeEx> parameters,
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) |
Copyright © 2014. All rights reserved.