Uses of Class
gw.internal.gosu.parser.expressions.TypeVariableDefinitionImpl
Packages that use TypeVariableDefinitionImpl
-
Uses of TypeVariableDefinitionImpl in gw.internal.gosu.parser
Constructors in gw.internal.gosu.parser with parameters of type TypeVariableDefinitionImplModifierConstructorDescriptionGenericTypeVariable(TypeVariableDefinitionImpl typeVariableDefinition, IType boundingType) -
Uses of TypeVariableDefinitionImpl in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return TypeVariableDefinitionImplModifier and TypeMethodDescriptionTypeVariableDefinitionImpl.clone()TypeVariableDefinitionImpl.cloneShallow(IType boundingType) Methods in gw.internal.gosu.parser.expressions with parameters of type TypeVariableDefinitionImplModifier and TypeMethodDescriptionvoidTypeVariableDefinition.setTypeVarDef(TypeVariableDefinitionImpl typeVarDef) Constructors in gw.internal.gosu.parser.expressions with parameters of type TypeVariableDefinitionImplModifierConstructorDescriptionTypeVariableDefinition(TypeVariableDefinitionImpl typeVarDef, boolean isFunctionStatement) TypeVariableDefinition(IType enclosingType, IGenericTypeVariable typeVar, TypeVariableDefinitionImpl typeVarDef, TypeVariableType typeVarType)