C# Class Babel.Compiler.CallExpression

Inheritance: Expression
Afficher le fichier Open project: shugo/babel Class Usage Examples

Protected Properties

Свойство Type Description
arguments TypedNodeList
flip bool
isBuiltin bool
method System.Reflection.MethodInfo
name string
receiver Expression
typeSpecifier TypeSpecifier

Méthodes publiques

Méthode Description
Accept ( NodeVisitor visitor ) : void
CallExpression ( Expression receiver, string name, TypedNodeList arguments ) : System
CallExpression ( Expression receiver, string name, TypedNodeList arguments, Location location ) : System
CallExpression ( Expression receiver, string name, TypedNodeList arguments, bool flip, Location location ) : System
CallExpression ( TypeSpecifier typeSpecifier, string name, TypedNodeList arguments ) : System
CallExpression ( TypeSpecifier typeSpecifier, string name, TypedNodeList arguments, Location location ) : System
Clone ( ) : object

Method Details

Accept() public méthode

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
Résultat void

CallExpression() public méthode

public CallExpression ( Expression receiver, string name, TypedNodeList arguments ) : System
receiver Expression
name string
arguments TypedNodeList
Résultat System

CallExpression() public méthode

public CallExpression ( Expression receiver, string name, TypedNodeList arguments, Location location ) : System
receiver Expression
name string
arguments TypedNodeList
location Location
Résultat System

CallExpression() public méthode

public CallExpression ( Expression receiver, string name, TypedNodeList arguments, bool flip, Location location ) : System
receiver Expression
name string
arguments TypedNodeList
flip bool
location Location
Résultat System

CallExpression() public méthode

public CallExpression ( TypeSpecifier typeSpecifier, string name, TypedNodeList arguments ) : System
typeSpecifier TypeSpecifier
name string
arguments TypedNodeList
Résultat System

CallExpression() public méthode

public CallExpression ( TypeSpecifier typeSpecifier, string name, TypedNodeList arguments, Location location ) : System
typeSpecifier TypeSpecifier
name string
arguments TypedNodeList
location Location
Résultat System

Clone() public méthode

public Clone ( ) : object
Résultat object

Property Details

arguments protected_oe property

protected TypedNodeList,Babel.Compiler arguments
Résultat TypedNodeList

flip protected_oe property

protected bool flip
Résultat bool

isBuiltin protected_oe property

protected bool isBuiltin
Résultat bool

method protected_oe property

protected MethodInfo,System.Reflection method
Résultat System.Reflection.MethodInfo

name protected_oe property

protected string name
Résultat string

receiver protected_oe property

protected Expression,Babel.Compiler receiver
Résultat Expression

typeSpecifier protected_oe property

protected TypeSpecifier,Babel.Compiler typeSpecifier
Résultat TypeSpecifier