Uses of Interface
gw.lang.parser.expressions.ITypeLiteralExpression
Packages that use ITypeLiteralExpression
Package
Description
-
Uses of ITypeLiteralExpression in editor.search
Methods in editor.search with parameters of type ITypeLiteralExpressionModifier and TypeMethodDescriptionprivate static booleanUsageTarget.isErrant(ITypeLiteralExpression typeLiteral) -
Uses of ITypeLiteralExpression in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ITypeLiteralExpressionModifier and TypeMethodDescriptionTypeLoaderAccess.parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) static ITypeLiteralExpressionTypeLord.parseTypeLiteral(String strParameterizedTypeName, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) -
Uses of ITypeLiteralExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement ITypeLiteralExpressionModifier and TypeClassDescriptionclassRepresents a Block literal expression as defined in the Gosu grammar.classclassclassclassRepresents a Type literal expression as defined in the Gosu grammar.Fields in gw.internal.gosu.parser.expressions declared as ITypeLiteralExpressionModifier and TypeFieldDescriptionprivate ITypeLiteralExpressionNewExpression._typeLiteralprivate ITypeLiteralExpression[]TypeParameterListClause._typesMethods in gw.internal.gosu.parser.expressions that return ITypeLiteralExpressionModifier and TypeMethodDescriptionNewExpression.getTypeLiteral()TypeParameterListClause.getTypes()Methods in gw.internal.gosu.parser.expressions with parameters of type ITypeLiteralExpressionModifier and TypeMethodDescriptionvoidNewExpression.setTypeLiteral(ITypeLiteralExpression typeLiteral) Method parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeLiteralExpressionModifier and TypeMethodDescriptionvoidCompoundTypeLiteral.setTypes(List<? extends ITypeLiteralExpression> types) Constructors in gw.internal.gosu.parser.expressions with parameters of type ITypeLiteralExpression -
Uses of ITypeLiteralExpression in gw.lang.parser
Methods in gw.lang.parser that return ITypeLiteralExpressionModifier and TypeMethodDescriptionIGosuParser.parseTypeLiteral(IScriptPartId partId) Parses a type literal expression.IGosuParser.resolveTypeLiteral(String strName) -
Uses of ITypeLiteralExpression in gw.lang.parser.expressions
Subinterfaces of ITypeLiteralExpression in gw.lang.parser.expressionsModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in gw.lang.parser.expressions that return ITypeLiteralExpressionModifier and TypeMethodDescriptionITypeIsExpression.getRHS()ILocalVarDeclaration.getTypeLiteral()INewExpression.getTypeLiteral()IVarStatement.getTypeLiteral()ITypeParameterListClause.getTypes()Methods in gw.lang.parser.expressions that return types with arguments of type ITypeLiteralExpressionModifier and TypeMethodDescriptionList<? extends ITypeLiteralExpression>ICompoundTypeLiteral.getTypes()Method parameters in gw.lang.parser.expressions with type arguments of type ITypeLiteralExpressionModifier and TypeMethodDescriptionvoidICompoundTypeLiteral.setTypes(List<? extends ITypeLiteralExpression> types) -
Uses of ITypeLiteralExpression in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeLiteralExpressionModifier and TypeMethodDescriptionITypeSystem.parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) static ITypeLiteralExpressionTypeSystem.parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)