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
Fields in gw.internal.gosu.parser declared as TypeVariableDefinitionImpl Modifier and Type Field Description private TypeVariableDefinitionImplGenericTypeVariable. _typeVariableDefinitionMethods in gw.internal.gosu.parser that return TypeVariableDefinitionImpl Modifier and Type Method Description private TypeVariableDefinitionImplGosuClass. getTypeVarDefImpl(ITypeVariableDefinition typeVarDef)Methods in gw.internal.gosu.parser that return types with arguments of type TypeVariableDefinitionImpl Modifier and Type Method Description private java.util.List<TypeVariableDefinitionImpl>GosuClassParser. getDeclTypeVars()private java.util.List<TypeVariableDefinitionImpl>GosuParser. getTypeVarDefsFromDecl(IGenericTypeVariable[] typeVars)Method parameters in gw.internal.gosu.parser with type arguments of type TypeVariableDefinitionImpl Modifier and Type Method Description private voidGosuClassParser. _parseEnhancementTypeVarsAndExtends(IGosuEnhancementInternal gsClass, java.util.List<TypeVariableDefinitionImpl> declTypeVars)private voidGosuClassParser. _parseTypeVarsAndExtends(IGosuClassInternal gsClass, ClassType classType, boolean bResolveTypes, IGosuClassInternal gosuObjectInterface, boolean bAnnotation, boolean bInterface, java.util.List<TypeVariableDefinitionImpl> declTypeVars)private java.util.List<ITypeVariableDefinitionExpression>GosuClassParser. parseTypeVariableDefinitionExpressions(IGosuClassInternal gsClass, java.util.List<TypeVariableDefinitionImpl> declTypeVars)(package private) java.util.List<ITypeVariableDefinitionExpression>GosuParser. parseTypeVariableDefList(ParsedElement parsedElem, boolean bForFunction, java.util.List<TypeVariableDefinitionImpl> typeVarDefListFromDecl)(package private) java.util.List<ITypeVariableDefinitionExpression>GosuParser. parseTypeVariableDefs(ParsedElement parsedElem, boolean bFunction, java.util.List<TypeVariableDefinitionImpl> typeVarDefListFromDecl)Constructors in gw.internal.gosu.parser with parameters of type TypeVariableDefinitionImpl Constructor Description GenericTypeVariable(TypeVariableDefinitionImpl typeVariableDefinition, IType boundingType)GenericTypeVariable(java.lang.String strName, TypeVariableDefinitionImpl typeVariableDefinition, IType boundingType) -
Uses of TypeVariableDefinitionImpl in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as TypeVariableDefinitionImpl Modifier and Type Field Description (package private) TypeVariableDefinitionImplTypeVariableDefinition. _typeVarDefMethods 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(TypeVariableDefinitionImpl typeVarDef, boolean isFunctionStatement)TypeVariableDefinition(IType enclosingType, IGenericTypeVariable typeVar, TypeVariableDefinitionImpl typeVarDef, TypeVariableType typeVarType)TypeVariableDefinitionImpl(TypeVariableDefinitionImpl tvd, IType boundingType)
-