Uses of Interface
gw.lang.parser.expressions.ITypeLiteralExpression
-
Packages that use ITypeLiteralExpression Package Description gw.lang.parser gw.lang.parser.expressions gw.lang.reflect -
-
Uses of ITypeLiteralExpression in gw.lang.parser
Methods in gw.lang.parser that return ITypeLiteralExpression Modifier and Type Method Description ITypeLiteralExpressionIGosuParser. parseTypeLiteral(IScriptPartId partId)Parses a type literal expression.ITypeLiteralExpressionIGosuParser. resolveTypeLiteral(String strName) -
Uses of ITypeLiteralExpression in gw.lang.parser.expressions
Subinterfaces of ITypeLiteralExpression in gw.lang.parser.expressions Modifier and Type Interface Description interfaceIBlockLiteralExpressioninterfaceIInterfaceTypeLiteralExpressionMethods in gw.lang.parser.expressions that return ITypeLiteralExpression Modifier and Type Method Description ITypeLiteralExpressionITypeIsExpression. getRHS()ITypeLiteralExpressionILocalVarDeclaration. getTypeLiteral()ITypeLiteralExpressionINewExpression. getTypeLiteral()ITypeLiteralExpressionIVarStatement. getTypeLiteral()ITypeLiteralExpression[]ITypeParameterListClause. getTypes()Methods in gw.lang.parser.expressions that return types with arguments of type ITypeLiteralExpression Modifier and Type Method Description List<? extends ITypeLiteralExpression>ICompoundTypeLiteral. getTypes()Method parameters in gw.lang.parser.expressions with type arguments of type ITypeLiteralExpression Modifier and Type Method Description voidICompoundTypeLiteral. setTypes(List<? extends ITypeLiteralExpression> types) -
Uses of ITypeLiteralExpression in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeLiteralExpression Modifier and Type Method Description ITypeLiteralExpressionITypeSystem. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)static ITypeLiteralExpressionTypeSystem. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)
-