C# Class NClass.Java.JavaClass

Inheritance: NClass.Core.ClassType
ファイルを表示 Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
AddConstructor ( ) : Constructor
AddDestructor ( ) : Destructor
AddEvent ( ) : Event
AddField ( ) : Field
AddInterface ( InterfaceType interfaceType ) : void
AddMethod ( ) : Method
AddProperty ( ) : Property
Clone ( ) : ClassType
GetDeclaration ( ) : string

Private Methods

Method Description
JavaClass ( ) : System
JavaClass ( string name ) : System

Method Details

AddConstructor() public method

public AddConstructor ( ) : Constructor
return NClass.Core.Constructor

AddDestructor() public method

/// The type does not support destructors. ///
public AddDestructor ( ) : Destructor
return NClass.Core.Destructor

AddEvent() public method

/// The type does not support events. ///
public AddEvent ( ) : Event
return NClass.Core.Event

AddField() public method

/// The does not fit to the syntax. ///
public AddField ( ) : Field
return NClass.Core.Field

AddInterface() public method

/// The language of does not equal.-or- /// is earlier implemented interface. /// /// is null. ///
public AddInterface ( InterfaceType interfaceType ) : void
interfaceType NClass.Core.InterfaceType
return void

AddMethod() public method

/// The does not fit to the syntax. ///
public AddMethod ( ) : Method
return NClass.Core.Method

AddProperty() public method

/// The type does not support properties. ///
public AddProperty ( ) : Property
return Property

Clone() public method

public Clone ( ) : ClassType
return NClass.Core.ClassType

GetDeclaration() public method

public GetDeclaration ( ) : string
return string