C# Class IronLua.Compiler.Ast.Elseif

Inheritance: Node
Afficher le fichier Open project: ericmj/IronLua

Méthodes publiques

Méthode Description
Elseif ( Expression test, Block body )

Method Details

Elseif() public méthode

public Elseif ( Expression test, Block body )
test Expression
body Block