C# Class Babel.Compiler.TypeSpecifier

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

Méthodes publiques

Свойство Type Description
Null TypeSpecifier

Protected Properties

Свойство Type Description
kind TypeKind
name string
typeParameters TypedNodeList

Méthodes publiques

Méthode Description
Accept ( NodeVisitor visitor ) : void
ToString ( ) : string
TypeSpecifier ( string name, TypeKind kind, Location location ) : System
TypeSpecifier ( string name, TypeKind kind, TypedNodeList typeParameters, Location location ) : System

Private Methods

Méthode Description
TypeSpecifier ( ) : System

Method Details

Accept() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

TypeSpecifier() public méthode

public TypeSpecifier ( string name, TypeKind kind, Location location ) : System
name string
kind TypeKind
location Location
Résultat System

TypeSpecifier() public méthode

public TypeSpecifier ( string name, TypeKind kind, TypedNodeList typeParameters, Location location ) : System
name string
kind TypeKind
typeParameters TypedNodeList
location Location
Résultat System

Property Details

Null public_oe static_oe property

public static TypeSpecifier,Babel.Compiler Null
Résultat TypeSpecifier

kind protected_oe property

protected TypeKind kind
Résultat TypeKind

name protected_oe property

protected string name
Résultat string

typeParameters protected_oe property

protected TypedNodeList,Babel.Compiler typeParameters
Résultat TypedNodeList