Boo.Lang.Compiler.Ast.IfStatement.IfStatement C# (CSharp) Метод

IfStatement() публичный Метод

public IfStatement ( LexicalInfo token ) : System
token LexicalInfo
Результат System
        public IfStatement(LexicalInfo token)
            : base(token)
        {
        }

Same methods

IfStatement::IfStatement ( ) : System
IfStatement::IfStatement ( Expression condition, Block trueBlock, Block falseBlock ) : System
IfStatement::IfStatement ( LexicalInfo token, Expression condition, Block trueBlock, Block falseBlock ) : System
IfStatement