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

Show file 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 property

public AList mCode
return AList

mName public property

public string mName
return string

mType public property

public int mType
return int