| Package | Description |
|---|---|
| net.jangaroo.jooc | |
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.types |
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
JangarooParser.getAnyType() |
TypeDeclaration |
JangarooParser.getVoidType() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDeclaration |
class |
PredefinedTypeDeclaration |
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
Type.getDeclaration() |
TypeDeclaration |
Type.getDeclaration(boolean errorIfUndeclared) |
TypeDeclaration |
Type.resolveDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
ExpressionType.getDeclaration() |
| Constructor and Description |
|---|
ExpressionType(TypeDeclaration declaration) |
ExpressionType(TypeDeclaration declaration,
ExpressionType typeParameter) |
FunctionSignature(TypeDeclaration functionType,
int minArgumentCount,
boolean hasRest,
List<ExpressionType> parameterTypes,
ExpressionType returnType) |
Copyright © 2002–2016 CoreMedia AG. All rights reserved.