C# Class Pytocs.Syntax.Argument

Inheritance: Node
Afficher le fichier Open project: uxmal/pytocs

Méthodes publiques

Свойство Type Description
defval Exp
name Exp

Méthodes publiques

Méthode Description
Argument ( Exp name, Exp defval, string filename, int start, int end ) : System
Argument ( Exp name, string filename, int start, int end ) : System
ToString ( ) : string
Write ( TextWriter writer ) : void

Method Details

Argument() public méthode

public Argument ( Exp name, Exp defval, string filename, int start, int end ) : System
name Exp
defval Exp
filename string
start int
end int
Résultat System

Argument() public méthode

public Argument ( Exp name, string filename, int start, int end ) : System
name Exp
filename string
start int
end int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Property Details

defval public_oe property

public Exp defval
Résultat Exp

name public_oe property

public Exp name
Résultat Exp