C# Class Babel.Compiler.IterLocalVariableStack

Inheritance: LocalVariableStack
Afficher le fichier Open project: shugo/babel

Protected Properties

Свойство Type Description
count int
enumerator System.Reflection.Emit.TypeBuilder

Méthodes publiques

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

Method Details

CreateLocal() public méthode

public CreateLocal ( string name, TypeData type, bool isTypecaseVariable ) : LocalVariable
name string
type TypeData
isTypecaseVariable bool
Résultat LocalVariable

IterLocalVariableStack() public méthode

public IterLocalVariableStack ( TypeBuilder enumerator ) : System
enumerator System.Reflection.Emit.TypeBuilder
Résultat System

Property Details

count protected_oe property

protected int count
Résultat int

enumerator protected_oe property

protected TypeBuilder,System.Reflection.Emit enumerator
Résultat System.Reflection.Emit.TypeBuilder