config

File config.str
Author Martin Bravenboer
Since unknown

Configuration of SGLR.




Statistics


General
Lines of code 114
Stratego
Module number 1 (100% documented)
Constructor number 2 (0% documented)
Overlay number 0
Strategy number 11 (63% documented)
Rule number 0
DynamicRule number 0



Constructor summary


AsFix2(ATerm ) n/a config.str
AsFix2ME(ATerm ) n/a config.str

Strategy summary


get-ambiguity-is-error Succeeds if ambiguities are treated as errors config.str
get-sglr-log-statistics n/a config.str
set-ambiguity-is-error(Strategy s) Set if ambiguities are to be treated as errors config.str
set-asfix2-format Sets the parse tree format to AsFix2 config.str
set-asfix2me-format Sets the parse tree format to AsFix2ME config.str
set-default-sglr-config n/a config.str
set-filtering(Strategy s) Set if filtering is enabled config.str
set-parse-tree-format Sets the parse tree format to the specific format config.str
set-parse-tree-format n/a config.str
set-sglr-log-statistics(Strategy s) Set if statistics are to be logged config.str
set-sglr-log-stream n/a config.str



Strategy details


ATerm get-ambiguity-is-error
File config.str
Author unknown
Since unknown
 

Succeeds if ambiguities are treated as errors.


type t -> t

 
ATerm set-ambiguity-is-error(Strategy s)
File config.str
Author unknown
Since unknown
 
Parameters
Strategy s true (success) or false (failure)

Set if ambiguities are to be treated as errors.



 
ATerm set-asfix2-format
File config.str
Author unknown
Since unknown
 

Sets the parse tree format to AsFix2



 
ATerm set-asfix2me-format
File config.str
Author unknown
Since unknown
 

Sets the parse tree format to AsFix2ME



 
ATerm set-filtering(Strategy s)
File config.str
Author unknown
Since unknown
 
Parameters
Strategy s true (success) or false (failure)

Set if filtering is enabled.



 
ATerm set-parse-tree-format
File config.str
Author unknown
Since unknown
 

Sets the parse tree format to the specific format.


type ParseTreeFormat -> ParseTreeFormat

 
ATerm set-sglr-log-statistics(Strategy s)
File config.str
Author unknown
Since unknown
 
Parameters
Strategy s true (success) or false (failure)

Set if statistics are to be logged.