Uses of Class
gw.internal.gosu.parser.expressions.TypeVariableDefinitionImpl
-
Packages that use TypeVariableDefinitionImpl Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions -
-
Uses of TypeVariableDefinitionImpl in gw.internal.gosu.parser
Constructors in gw.internal.gosu.parser with parameters of type TypeVariableDefinitionImpl Constructor Description GenericTypeVariable(TypeVariableDefinitionImpl typeVariableDefinition, IType boundingType)
-
Uses of TypeVariableDefinitionImpl in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return TypeVariableDefinitionImpl Modifier and Type Method Description TypeVariableDefinitionImpl
TypeVariableDefinitionImpl. clone()
TypeVariableDefinitionImpl
TypeVariableDefinitionImpl. clone(IType boundingType)
TypeVariableDefinitionImpl
TypeVariableDefinitionImpl. cloneShallow(IType boundingType)
Methods in gw.internal.gosu.parser.expressions with parameters of type TypeVariableDefinitionImpl Modifier and Type Method Description void
TypeVariableDefinition. setTypeVarDef(TypeVariableDefinitionImpl typeVarDef)
Constructors in gw.internal.gosu.parser.expressions with parameters of type TypeVariableDefinitionImpl Constructor Description TypeVariableDefinition(TypeVariableDefinitionImpl typeVarDef, boolean isFunctionStatement)
TypeVariableDefinition(IType enclosingType, IGenericTypeVariable typeVar, TypeVariableDefinitionImpl typeVarDef, TypeVariableType typeVarType)
-