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 TypeVariableDefinitionImplTypeVariableDefinitionImpl. clone()TypeVariableDefinitionImplTypeVariableDefinitionImpl. clone(IType boundingType)TypeVariableDefinitionImplTypeVariableDefinitionImpl. cloneShallow(IType boundingType)Methods in gw.internal.gosu.parser.expressions with parameters of type TypeVariableDefinitionImpl Modifier and Type Method Description voidTypeVariableDefinition. setTypeVarDef(TypeVariableDefinitionImpl typeVarDef)Constructors in gw.internal.gosu.parser.expressions with parameters of type TypeVariableDefinitionImpl Constructor Description TypeVariableDefinition(IType enclosingType, IGenericTypeVariable typeVar, TypeVariableDefinitionImpl typeVarDef, TypeVariableType typeVarType)
-