C# Class Spring.Expressions.Parser.antlr.debug.Tracer

Inheritance: TraceListenerBase, TraceListener
Afficher le fichier Open project: spring-projects/spring-net

Protected Properties

Свойство Type Description
indentString string

Méthodes publiques

Méthode Description
enterRule ( object source, TraceEventArgs e ) : void
exitRule ( object source, TraceEventArgs e ) : void

Méthodes protégées

Méthode Description
dedent ( ) : void
indent ( ) : void

Method Details

dedent() protected méthode

protected dedent ( ) : void
Résultat void

enterRule() public méthode

public enterRule ( object source, TraceEventArgs e ) : void
source object
e TraceEventArgs
Résultat void

exitRule() public méthode

public exitRule ( object source, TraceEventArgs e ) : void
source object
e TraceEventArgs
Résultat void

indent() protected méthode

protected indent ( ) : void
Résultat void

Property Details

indentString protected_oe property

protected string indentString
Résultat string