Uses of Interface
gw.lang.parser.expressions.ITypeLiteralExpression
-
Packages that use ITypeLiteralExpression Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser gw.lang.parser.expressions gw.lang.reflect -
-
Uses of ITypeLiteralExpression in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ITypeLiteralExpression Modifier and Type Method Description ITypeLiteralExpression
TypeLoaderAccess. 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 ITypeLiteralExpression Modifier and Type Class Description class
BlockLiteral
Represents a Block literal expression as defined in the Gosu grammar.class
CompoundTypeLiteral
class
InferredTypeLiteral
class
InterfaceTypeLiteral
class
TypeLiteral
Represents a Type literal expression as defined in the Gosu grammar.Methods in gw.internal.gosu.parser.expressions that return ITypeLiteralExpression Modifier and Type Method Description ITypeLiteralExpression
NewExpression. getTypeLiteral()
ITypeLiteralExpression[]
TypeParameterListClause. getTypes()
Methods in gw.internal.gosu.parser.expressions with parameters of type ITypeLiteralExpression Modifier and Type Method Description void
NewExpression. setTypeLiteral(ITypeLiteralExpression typeLiteral)
Method parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeLiteralExpression Modifier and Type Method Description void
CompoundTypeLiteral. setTypes(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 ITypeLiteralExpression
IGosuParser. parseTypeLiteral(IScriptPartId partId)
Parses a type literal expression.ITypeLiteralExpression
IGosuParser. resolveTypeLiteral(String strName)
-
Uses of ITypeLiteralExpression in gw.lang.parser.expressions
Subinterfaces of ITypeLiteralExpression in gw.lang.parser.expressions Modifier and Type Interface Description interface
IBlockLiteralExpression
interface
IInterfaceTypeLiteralExpression
Methods in gw.lang.parser.expressions that return ITypeLiteralExpression Modifier and Type Method Description ITypeLiteralExpression
ITypeIsExpression. getRHS()
ITypeLiteralExpression
ILocalVarDeclaration. getTypeLiteral()
ITypeLiteralExpression
INewExpression. getTypeLiteral()
ITypeLiteralExpression
IVarStatement. 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 void
ICompoundTypeLiteral. 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 ITypeLiteralExpression
ITypeSystem. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)
static ITypeLiteralExpression
TypeSystem. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)
-