C# Class PHPAnalysis.Data.PHP.Function

Afficher le fichier Open project: jtvn/Eir-CTLLTL

Méthodes publiques

Méthode Description
ExtractStatements ( ) : XmlNode
Function ( JToken JSON, bool magicMethod = false ) : System
Function ( XmlNode node, bool magicMethod = false ) : System
Function ( string json, bool magicMethod = false ) : System
Function ( string name, int startLine, int endLine, string>.Dictionary parameters, XmlNode ast ) : System
ToString ( ) : string

Private Methods

Méthode Description
Function ( bool magicMethod = false ) : System

Method Details

ExtractStatements() public méthode

public ExtractStatements ( ) : XmlNode
Résultat System.Xml.XmlNode

Function() public méthode

public Function ( JToken JSON, bool magicMethod = false ) : System
JSON JToken
magicMethod bool
Résultat System

Function() public méthode

public Function ( XmlNode node, bool magicMethod = false ) : System
node System.Xml.XmlNode
magicMethod bool
Résultat System

Function() public méthode

public Function ( string json, bool magicMethod = false ) : System
json string
magicMethod bool
Résultat System

Function() public méthode

public Function ( string name, int startLine, int endLine, string>.Dictionary parameters, XmlNode ast ) : System
name string
startLine int
endLine int
parameters string>.Dictionary
ast System.Xml.XmlNode
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string