| Package | Description |
|---|---|
| org.textmapper.templates.types.ast |
| Modifier and Type | Method and Description |
|---|---|
AstType.AstKindKind |
AstType.getKind() |
static AstType.AstKindKind |
AstType.AstKindKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AstType.AstKindKind[] |
AstType.AstKindKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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.