C# Class Microsoft.Fast.AST.Ast

Exibir arquivo Open project: AutomataDotNet/Automata

Protected Properties

Property Type Description
_str_ string

Public Methods

Method Description
PrettyPrint ( StringBuilder sb ) : void
ToString ( ) : string

Method Details

PrettyPrint() public abstract method

public abstract PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

_str_ protected_oe property

protected string _str_
return string