C# Class YAMP.Block

This is an abstract basic parse block.
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode Description
ToCode ( ) : String

Converts the given block to a valid part of a query.

ToDebug ( int padLeft, int tabsize ) : String

Returns a string to allow visualization of a Expression tree

Méthodes protégées

Méthode Description
Init ( ParseEngine engine ) : void

Initializes the values StartColumn, StartLine and Query.

Method Details

Init() protected méthode

Initializes the values StartColumn, StartLine and Query.
protected Init ( ParseEngine engine ) : void
engine ParseEngine The engine to use for initialization.
Résultat void

ToCode() public abstract méthode

Converts the given block to a valid part of a query.
public abstract ToCode ( ) : String
Résultat String

ToDebug() public abstract méthode

Returns a string to allow visualization of a Expression tree
public abstract ToDebug ( int padLeft, int tabsize ) : String
padLeft int
tabsize int
Résultat String