C# Class AspectSharp.Lang.Steps.Context

Summary description for Context.
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Context ( ) : System
RaiseErrorEvent ( LexicalInfo info, String message ) : void

Private Methods

Méthode Description
SetHasError ( ) : void

Method Details

Context() public méthode

public Context ( ) : System
Résultat System

RaiseErrorEvent() public méthode

public RaiseErrorEvent ( LexicalInfo info, String message ) : void
info AspectSharp.Lang.AST.LexicalInfo
message String
Résultat void