C# Class Sarcasm.Parsing.ParseTreeNodeWithoutAst

Afficher le fichier Open project: davidnemeti/Sarcasm

Méthodes publiques

Méthode Description
FindToken ( ) : Token
FindTokenAndGetText ( ) : string
IsOperator ( ) : bool
IsPunctuationOrEmptyTransient ( ) : bool
ParseTreeNodeWithoutAst ( ParseTreeNode parseTreeNode ) : System
ToString ( ) : string

Method Details

FindToken() public méthode

public FindToken ( ) : Token
Résultat Token

FindTokenAndGetText() public méthode

public FindTokenAndGetText ( ) : string
Résultat string

IsOperator() public méthode

public IsOperator ( ) : bool
Résultat bool

IsPunctuationOrEmptyTransient() public méthode

public IsPunctuationOrEmptyTransient ( ) : bool
Résultat bool

ParseTreeNodeWithoutAst() public méthode

public ParseTreeNodeWithoutAst ( ParseTreeNode parseTreeNode ) : System
parseTreeNode ParseTreeNode
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string