C# Class Babel.Compiler.RoutineLocalVariableStack

Inheritance: LocalVariableStack
Mostra file Open project: shugo/babel

Public Methods

Method Description
CreateLocal ( string name, TypeData type, bool isTypecaseVariable ) : LocalVariable

Method Details

CreateLocal() public method

public CreateLocal ( string name, TypeData type, bool isTypecaseVariable ) : LocalVariable
name string
type TypeData
isTypecaseVariable bool
return LocalVariable