Метод | Описание | |
---|---|---|
ConvertAttribute ( IAttribute attribute ) : |
||
ConvertConstantValue ( IType type, object constantValue ) : Expression | ||
ConvertConstantValue ( ResolveResult rr ) : Expression | ||
ConvertEntity ( IEntity entity ) : EntityDeclaration | ||
ConvertNamespace ( string namespaceName ) : AstType | ||
ConvertParameter ( IParameter parameter ) : ParameterDeclaration | ||
ConvertSymbol ( ISymbol symbol ) : AstNode | ||
ConvertType ( FullTypeName fullTypeName ) : AstType | ||
ConvertType ( IType type ) : AstType | ||
ConvertVariable ( IVariable v ) : VariableDeclarationStatement | ||
ModifierFromAccessibility ( Accessibility accessibility ) : Modifiers | ||
TypeSystemAstBuilder ( ) : System |
Creates a new TypeSystemAstBuilder.
|
|
TypeSystemAstBuilder ( |
Creates a new TypeSystemAstBuilder.
|
Метод | Описание | |
---|---|---|
AddTypeArguments ( AstType result, ITypeDefinition typeDef, IList |
Adds type arguments to the result type.
|
|
ConvertAccessor ( IMethod accessor, Accessibility ownerAccessibility, bool addParamterAttribute ) : Accessor | ||
ConvertConstructor ( IMethod ctor ) : ConstructorDeclaration | ||
ConvertDelegate ( IMethod invokeMethod, Modifiers modifiers ) : DelegateDeclaration | ||
ConvertDestructor ( IMethod dtor ) : DestructorDeclaration | ||
ConvertEnumValue ( IType type, long val ) : Expression | ||
ConvertEvent ( IEvent ev ) : EntityDeclaration | ||
ConvertField ( IField field ) : FieldDeclaration | ||
ConvertIndexer ( IProperty indexer ) : IndexerDeclaration | ||
ConvertMethod ( IMethod method ) : MethodDeclaration | ||
ConvertNamespaceDeclaration ( INamespace ns ) : NamespaceDeclaration | ||
ConvertOperator ( IMethod op ) : EntityDeclaration | ||
ConvertProperty ( IProperty property ) : PropertyDeclaration | ||
ConvertTypeDefinition ( ITypeDefinition typeDefinition ) : EntityDeclaration | ||
ConvertTypeHelper ( IType type ) : AstType | ||
ConvertTypeHelper ( ITypeDefinition typeDef, IList |
||
ConvertTypeParameter ( ITypeParameter tp ) : TypeParameterDeclaration | ||
ConvertTypeParameterConstraint ( ITypeParameter tp ) : Constraint | ||
GenerateBodyBlock ( ) : BlockStatement | ||
GetExplicitInterfaceType ( IMember member ) : AstType | ||
GetMemberModifiers ( IMember member ) : Modifiers | ||
InitProperties ( ) : void | ||
IsFlagsEnum ( ITypeDefinition type ) : bool | ||
IsObjectOrValueType ( IType type ) : bool | ||
IsValidNamespace ( string firstNamespacePart ) : bool | ||
NeedsAccessibility ( IMember member ) : bool | ||
TypeMatches ( IType type, ITypeDefinition typeDef, IList |
Gets whether 'type' is the same as 'typeDef' parameterized with the given type arguments.
|
public ConvertAttribute ( IAttribute attribute ) : |
||
attribute | IAttribute | |
Результат |
public ConvertConstantValue ( IType type, object constantValue ) : Expression | ||
type | IType | |
constantValue | object | |
Результат | Expression |
public ConvertConstantValue ( ResolveResult rr ) : Expression | ||
rr | ResolveResult | |
Результат | Expression |
public ConvertEntity ( IEntity entity ) : EntityDeclaration | ||
entity | IEntity | |
Результат | EntityDeclaration |
public ConvertNamespace ( string namespaceName ) : AstType | ||
namespaceName | string | |
Результат | AstType |
public ConvertParameter ( IParameter parameter ) : ParameterDeclaration | ||
parameter | IParameter | |
Результат | ParameterDeclaration |
public ConvertSymbol ( ISymbol symbol ) : AstNode | ||
symbol | ISymbol | |
Результат | AstNode |
public ConvertType ( FullTypeName fullTypeName ) : AstType | ||
fullTypeName | FullTypeName | |
Результат | AstType |
public ConvertType ( IType type ) : AstType | ||
type | IType | |
Результат | AstType |
public ConvertVariable ( IVariable v ) : VariableDeclarationStatement | ||
v | IVariable | |
Результат | VariableDeclarationStatement |
public static ModifierFromAccessibility ( Accessibility accessibility ) : Modifiers | ||
accessibility | Accessibility | |
Результат | Modifiers |
public TypeSystemAstBuilder ( |
||
resolver | /// A resolver initialized for the position where the type will be inserted. /// | |
Результат | System |