Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Boo
Lang
Compiler
Ast
OmittedExpression
C# Class Boo.Lang.Compiler.Ast.OmittedExpression
Inheritance:
Expression
Mostra file
Open project: boo/boo-lang
Class Usage Examples
Public Properties
Property
Type
Description
Default
Expression
Public Methods
Method
Description
Accept
(
IAstVisitor
visitor
) :
void
Clone
( ) :
object
Matches
(
Node
node
) :
bool
OmittedExpression
( ) :
System
Method Details
Accept()
public
method
public
Accept
(
IAstVisitor
visitor
) :
void
visitor
IAstVisitor
return
void
Clone()
public
method
public
Clone
( ) :
object
return
object
Matches()
public
method
public
Matches
(
Node
node
) :
bool
node
Node
return
bool
OmittedExpression()
public
method
public
OmittedExpression
( ) :
System
return
System
Property Details
Default
public_oe static_oe property
public
static
Expression,Boo.Lang.Compiler.Ast
Default
return
Expression