C# Class Kirikiri.Tjs2.Translate.JavaCodeIntermediate.ClosureCode

Datei anzeigen Open project: fantasydr/krkr-cs

Public Properties

Property Type Description
mCode AList
mName string
mType int

Public Methods

Method Description
ClosureCode ( string name, int type, AList code ) : System.Collections.Generic
Write ( string classname, TextWriteStreamInterface stream ) : void

Method Details

ClosureCode() public method

public ClosureCode ( string name, int type, AList code ) : System.Collections.Generic
name string
type int
code AList
return System.Collections.Generic

Write() public method

public Write ( string classname, TextWriteStreamInterface stream ) : void
classname string
stream TextWriteStreamInterface
return void

Property Details

mCode public_oe property

public AList mCode
return AList

mName public_oe property

public string mName
return string

mType public_oe property

public int mType
return int