C# Class Babel.Compiler.IterLocalVariableStack

Inheritance: LocalVariableStack
Mostra file Open project: shugo/babel

Protected Properties

Property Type Description
count int
enumerator System.Reflection.Emit.TypeBuilder

Public Methods

Method Description
CreateLocal ( string name, TypeData type, bool isTypecaseVariable ) : LocalVariable
IterLocalVariableStack ( TypeBuilder enumerator ) : System

Method Details

CreateLocal() public method

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

IterLocalVariableStack() public method

public IterLocalVariableStack ( TypeBuilder enumerator ) : System
enumerator System.Reflection.Emit.TypeBuilder
return System

Property Details

count protected_oe property

protected int count
return int

enumerator protected_oe property

protected TypeBuilder,System.Reflection.Emit enumerator
return System.Reflection.Emit.TypeBuilder