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 boolean
UsageTarget.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 ITypeLiteralExpression
TypeLord.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 TypeClassDescriptionclass
Represents a Block literal expression as defined in the Gosu grammar.class
class
class
class
Represents a Type literal expression as defined in the Gosu grammar.Fields in gw.internal.gosu.parser.expressions declared as ITypeLiteralExpressionModifier and TypeFieldDescriptionprivate ITypeLiteralExpression
NewExpression._typeLiteral
private ITypeLiteralExpression[]
TypeParameterListClause._types
Methods 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 TypeMethodDescriptionvoid
NewExpression.setTypeLiteral
(ITypeLiteralExpression typeLiteral) Method parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeLiteralExpressionModifier and TypeMethodDescriptionvoid
CompoundTypeLiteral.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 TypeInterfaceDescriptioninterface
interface
Methods 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 TypeMethodDescriptionvoid
ICompoundTypeLiteral.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 ITypeLiteralExpression
TypeSystem.parseTypeExpression
(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)