| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.parser.expressions | |
| gw.lang.reflect |
| Modifier and Type | Method and Description |
|---|---|
ITypeLiteralExpression |
IGosuParser.parseTypeLiteral(IScriptPartId partId)
Parses a type literal expression.
|
ITypeLiteralExpression |
IGosuParser.resolveTypeLiteral(String strName) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBlockLiteralExpression |
interface |
IInterfaceTypeLiteralExpression |
| Modifier and Type | Method and Description |
|---|---|
ITypeLiteralExpression |
ITypeIsExpression.getRHS() |
ITypeLiteralExpression |
INewExpression.getTypeLiteral() |
ITypeLiteralExpression |
IVarStatement.getTypeLiteral() |
ITypeLiteralExpression |
ILocalVarDeclaration.getTypeLiteral() |
ITypeLiteralExpression[] |
ITypeParameterListClause.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ITypeLiteralExpression> |
ICompoundTypeLiteral.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ICompoundTypeLiteral.setTypes(List<? extends ITypeLiteralExpression> types) |
| Modifier and Type | Method and Description |
|---|---|
ITypeLiteralExpression |
ITypeSystem.parseTypeExpression(String typeString,
TypeVarToTypeMap actualParamByVarName,
ITypeUsesMap typeUsesMap) |
static ITypeLiteralExpression |
TypeSystem.parseTypeExpression(String typeString,
TypeVarToTypeMap actualParamByVarName,
ITypeUsesMap typeUsesMap) |
Copyright © 2018. All rights reserved.