C# Class Boo.Lang.Compiler.TypeSystem.InternalGenericParameter

A generic type parameter of an internal generic type or method.
Inheritance: IType, IInternalEntity, IGenericParameter
Show file Open project: boo/boo-lang Class Usage Examples

Private Properties

Property Type Description
FindBaseType IType
HasConstraint bool
IEntityWithAttributes bool
INamespace IEntity[]
INamespace bool
IType IType

Public Methods

Method Description
GetConstructors ( ) : IConstructor[]
GetDefaultMember ( ) : IEntity
GetInterfaces ( ) : IType[]
GetTypeConstraints ( ) : IType[]
GetTypeDepth ( ) : int
InternalGenericParameter ( TypeSystemServices tss, Boo.Lang.Compiler.Ast.GenericParameterDeclaration declaration ) : System
InternalGenericParameter ( TypeSystemServices tss, Boo.Lang.Compiler.Ast.GenericParameterDeclaration declaration, int position ) : System
IsAssignableFrom ( IType other ) : bool
IsSubclassOf ( IType other ) : bool
ToString ( ) : string

Private Methods

Method Description
FindBaseType ( ) : IType
HasConstraint ( GenericParameterConstraints flag ) : bool
IEntityWithAttributes ( IType attributeType ) : bool
INamespace ( ) : IEntity[]
INamespace ( List targetList, string name, EntityType flags ) : bool
IType ( ) : IType

Method Details

GetConstructors() public method

public GetConstructors ( ) : IConstructor[]
return IConstructor[]

GetDefaultMember() public method

public GetDefaultMember ( ) : IEntity
return IEntity

GetInterfaces() public method

public GetInterfaces ( ) : IType[]
return IType[]

GetTypeConstraints() public method

public GetTypeConstraints ( ) : IType[]
return IType[]

GetTypeDepth() public method

public GetTypeDepth ( ) : int
return int

InternalGenericParameter() public method

public InternalGenericParameter ( TypeSystemServices tss, Boo.Lang.Compiler.Ast.GenericParameterDeclaration declaration ) : System
tss TypeSystemServices
declaration Boo.Lang.Compiler.Ast.GenericParameterDeclaration
return System

InternalGenericParameter() public method

public InternalGenericParameter ( TypeSystemServices tss, Boo.Lang.Compiler.Ast.GenericParameterDeclaration declaration, int position ) : System
tss TypeSystemServices
declaration Boo.Lang.Compiler.Ast.GenericParameterDeclaration
position int
return System

IsAssignableFrom() public method

public IsAssignableFrom ( IType other ) : bool
other IType
return bool

IsSubclassOf() public method

public IsSubclassOf ( IType other ) : bool
other IType
return bool

ToString() public method

public ToString ( ) : string
return string