| Modifier and Type | Class and Description |
|---|---|
static class |
AstType.AstKindKind |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstVisitor v) |
boolean |
getIsClosure() |
boolean |
getIsReference() |
AstType.AstKindKind |
getKind() |
List<String> |
getName() |
List<AstTypeEx> |
getParameters() |
public AstType(AstType.AstKindKind kind, List<String> name, boolean isReference, boolean isClosure, List<AstTypeEx> parameters, TypesTree.TextSource source, int line, int offset, int endoffset)
public AstType.AstKindKind getKind()
public boolean getIsReference()
public boolean getIsClosure()
public void accept(AstVisitor v)
Copyright © 2014. All rights reserved.