Method | Description | |
---|---|---|
AddAttribute ( |
||
AddBaseType ( IType type ) : void | ||
AddConstructor ( ) : BooMethodBuilder | ||
AddField ( string name, IType type ) : Boo.Lang.Compiler.Ast.Field | ||
AddField ( string name, IType type, TypeMemberModifiers modifiers ) : Boo.Lang.Compiler.Ast.Field | ||
AddInternalField ( string name, IType type ) : Boo.Lang.Compiler.Ast.Field | ||
AddMethod ( string name, IType returnType ) : BooMethodBuilder | ||
AddMethod ( string name, IType returnType, TypeMemberModifiers modifiers ) : BooMethodBuilder | ||
AddPublicField ( string name, IType type ) : Boo.Lang.Compiler.Ast.Field | ||
AddReadOnlyProperty ( string name, IType type ) : Property | ||
AddVirtualMethod ( string name, IType returnType ) : BooMethodBuilder | ||
BooClassBuilder ( Boo.Lang.Compiler.TypeSystem.BooCodeBuilder codeBuilder, string name ) : System |
public AddAttribute ( |
||
attribute | ||
return | void |
public AddField ( string name, IType type ) : Boo.Lang.Compiler.Ast.Field | ||
name | string | |
type | IType | |
return | Boo.Lang.Compiler.Ast.Field |
public AddField ( string name, IType type, TypeMemberModifiers modifiers ) : Boo.Lang.Compiler.Ast.Field | ||
name | string | |
type | IType | |
modifiers | TypeMemberModifiers | |
return | Boo.Lang.Compiler.Ast.Field |
public AddInternalField ( string name, IType type ) : Boo.Lang.Compiler.Ast.Field | ||
name | string | |
type | IType | |
return | Boo.Lang.Compiler.Ast.Field |
public AddMethod ( string name, IType returnType ) : BooMethodBuilder | ||
name | string | |
returnType | IType | |
return | BooMethodBuilder |
public AddMethod ( string name, IType returnType, TypeMemberModifiers modifiers ) : BooMethodBuilder | ||
name | string | |
returnType | IType | |
modifiers | TypeMemberModifiers | |
return | BooMethodBuilder |
public AddPublicField ( string name, IType type ) : Boo.Lang.Compiler.Ast.Field | ||
name | string | |
type | IType | |
return | Boo.Lang.Compiler.Ast.Field |
public AddReadOnlyProperty ( string name, IType type ) : Property | ||
name | string | |
type | IType | |
return | Property |
public AddVirtualMethod ( string name, IType returnType ) : BooMethodBuilder | ||
name | string | |
returnType | IType | |
return | BooMethodBuilder |
public BooClassBuilder ( Boo.Lang.Compiler.TypeSystem.BooCodeBuilder codeBuilder, string name ) : System | ||
codeBuilder | Boo.Lang.Compiler.TypeSystem.BooCodeBuilder | |
name | string | |
return | System |