Method | Description | |
---|---|---|
CheckBfs ( |
||
ParseBfs ( |
||
ParseBfs ( string source, IBfsErrorHandler errorHandler ) : |
||
ReportError ( |
||
ReportError ( string message ) : void | ||
ReportMessage ( string message ) : void | ||
ReportWarning ( |
||
ReportWarning ( string message ) : void |
Method | Description | |
---|---|---|
BfsCompiler ( ) : Peg.Base |
public static CheckBfs ( |
||
schema | ||
errorHandler | IBfsErrorHandler | |
return |
public static ParseBfs ( |
||
schema | ||
source | string | |
errorHandler | IBfsErrorHandler | |
return |
public static ParseBfs ( string source, IBfsErrorHandler errorHandler ) : |
||
source | string | |
errorHandler | IBfsErrorHandler | |
return |
public static ReportError ( |
||
range | ||
message | string | |
return | void |
public static ReportError ( string message ) : void | ||
message | string | |
return | void |
public static ReportMessage ( string message ) : void | ||
message | string | |
return | void |
public static ReportWarning ( |
||
range | ||
message | string | |
return | void |
public static ReportWarning ( string message ) : void | ||
message | string | |
return | void |