Uses of Class
gw.internal.gosu.parser.expressions.TypeLiteral
-
Packages that use TypeLiteral Package Description gw.internal.gosu.ir.transform.expression gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.internal.gosu.parser.statements -
-
Uses of TypeLiteral in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type TypeLiteral Modifier and Type Method Description static IRExpression
TypeLiteralTransformer. compile(TopLevelTransformationContext cc, TypeLiteral expr)
-
Uses of TypeLiteral in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return TypeLiteral Modifier and Type Method Description TypeLiteral
GosuParser. parseTypeLiteral(IScriptPartId partId)
TypeLiteral
GosuParser. resolveTypeLiteral(String strTypeName)
Resolves the type literal given by strTypeName.protected TypeLiteral
GosuParser. resolveTypeLiteral(String[] T)
protected TypeLiteral
GosuParser. resolveTypeLiteral(String[] T, boolean bRelative, boolean bInterface)
TypeLiteral
GosuParser. resolveTypeLiteral(String strTypeName, boolean bRelative, boolean bInterface)
-
Uses of TypeLiteral in gw.internal.gosu.parser.expressions
Subclasses of TypeLiteral in gw.internal.gosu.parser.expressions Modifier and Type Class Description class
BlockLiteral
Represents a Block literal expression as defined in the Gosu grammar.class
CompoundTypeLiteral
class
InferredTypeLiteral
class
InterfaceTypeLiteral
Methods in gw.internal.gosu.parser.expressions that return TypeLiteral Modifier and Type Method Description TypeLiteral
SuperAccess. getKeyExpression()
TypeLiteral
TypeIsExpression. getRHS()
TypeLiteral
LocalVarDeclaration. getTypeLiteral()
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type TypeLiteral Modifier and Type Method Description List<TypeLiteral>
CompoundTypeLiteral. getTypes()
Methods in gw.internal.gosu.parser.expressions with parameters of type TypeLiteral Modifier and Type Method Description void
SuperAccess. setKeyExpression(TypeLiteral keyExpression)
void
BlockLiteral. setReturnType(TypeLiteral returnType)
void
TypeIsExpression. setRHS(TypeLiteral e)
-
Uses of TypeLiteral in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as TypeLiteral Modifier and Type Field Description protected TypeLiteral
VarStatement. _typeLiteral
Methods in gw.internal.gosu.parser.statements that return TypeLiteral Modifier and Type Method Description TypeLiteral
VarStatement. getTypeLiteral()
Methods in gw.internal.gosu.parser.statements with parameters of type TypeLiteral Modifier and Type Method Description void
VarStatement. setTypeLiteral(TypeLiteral typeLiteral)
-