Uses of Interface
gw.lang.parser.expressions.ITypeLiteralExpression
-
Packages that use ITypeLiteralExpression Package Description editor.search gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser gw.lang.parser.expressions gw.lang.reflect -
-
Uses of ITypeLiteralExpression in editor.search
Methods in editor.search with parameters of type ITypeLiteralExpression Modifier and Type Method Description private static booleanUsageTarget. isErrant(ITypeLiteralExpression typeLiteral) -
Uses of ITypeLiteralExpression in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ITypeLiteralExpression Modifier and Type Method Description ITypeLiteralExpressionTypeLoaderAccess. parseTypeExpression(java.lang.String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)static ITypeLiteralExpressionTypeLord. parseTypeLiteral(java.lang.String strParameterizedTypeName, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) -
Uses of ITypeLiteralExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement ITypeLiteralExpression Modifier and Type Class Description classBlockLiteralRepresents a Block literal expression as defined in the Gosu grammar.classCompoundTypeLiteralclassInferredTypeLiteralclassInterfaceTypeLiteralclassTypeLiteralRepresents a Type literal expression as defined in the Gosu grammar.Fields in gw.internal.gosu.parser.expressions declared as ITypeLiteralExpression Modifier and Type Field Description private ITypeLiteralExpressionNewExpression. _typeLiteralprivate ITypeLiteralExpression[]TypeParameterListClause. _typesMethods in gw.internal.gosu.parser.expressions that return ITypeLiteralExpression Modifier and Type Method Description ITypeLiteralExpressionNewExpression. getTypeLiteral()ITypeLiteralExpression[]TypeParameterListClause. getTypes()Methods in gw.internal.gosu.parser.expressions with parameters of type ITypeLiteralExpression Modifier and Type Method Description voidNewExpression. setTypeLiteral(ITypeLiteralExpression typeLiteral)Method parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeLiteralExpression Modifier and Type Method Description voidCompoundTypeLiteral. setTypes(java.util.List<? extends ITypeLiteralExpression> types)Constructors in gw.internal.gosu.parser.expressions with parameters of type ITypeLiteralExpression Constructor Description TypeParameterListClause(ITypeLiteralExpression[] types) -
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(java.lang.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 java.util.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(java.util.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(java.lang.String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)static ITypeLiteralExpressionTypeSystem. parseTypeExpression(java.lang.String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)
-