C# Class Kirikiri.Tjs2.Translate.JavaCodeIntermediate

Afficher le fichier Open project: fantasydr/krkr-cs Class Usage Examples

Méthodes publiques

Méthode Description
AddMember ( JavaCodeIntermediate code ) : void
AddProperty ( string name, JavaCodeIntermediate prop ) : void
GetName ( ) : string
GetProperty ( string name ) : JavaCodeIntermediate.Property
JavaCodeIntermediate ( string classname ) : System.Collections.Generic
SetInitializer ( AList code ) : void
Write ( ) : void

Method Details

AddMember() public méthode

public AddMember ( JavaCodeIntermediate code ) : void
code JavaCodeIntermediate
Résultat void

AddProperty() public méthode

public AddProperty ( string name, JavaCodeIntermediate prop ) : void
name string
prop JavaCodeIntermediate
Résultat void

GetName() public méthode

public GetName ( ) : string
Résultat string

GetProperty() public méthode

public GetProperty ( string name ) : JavaCodeIntermediate.Property
name string
Résultat JavaCodeIntermediate.Property

JavaCodeIntermediate() public méthode

public JavaCodeIntermediate ( string classname ) : System.Collections.Generic
classname string
Résultat System.Collections.Generic

SetInitializer() public méthode

public SetInitializer ( AList code ) : void
code AList
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void