Form

File Form.str
Author unknown
Since unknown

13.1: The Form of a Binary




Statistics


General
Lines of code 62
Stratego
Module number 1 (100% documented)
Constructor number 4 (50% documented)
Overlay number 0
Strategy number 3 (66% documented)
Rule number 0
DynamicRule number 0



Constructor summary


Anonymous(ATerm ) n/a Form.str
Local(ATerm ) n/a Form.str
Member(ATerm ) n/a Form.str
TopLevel(ATerm ) n/a Form.str

Strategy summary


is-digit n/a Form.str
parse-binary-name Parses the binary name of a class file to a list of parts the describe the meaning of the name Form.str
parse-binary-name Parses the binary name of a class file to a list of parts the describe the meaning of the name Form.str



Constructor details


Anonymous(ATerm )
File Form.str
Author unknown
Since unknown
 

No information available.


todo Include the number?

 
Local(ATerm )
File Form.str
Author unknown
Since unknown
 

No information available.


todo Include the number?

 

Strategy details


ATerm parse-binary-name
File Form.str
Author unknown
Since unknown
 

Parses the binary name of a class file to a list of parts the describe the meaning of the name.


type List(String) -> List(BinaryNamePart(String))

 
ATerm parse-binary-name
File Form.str
Author unknown
Since unknown
 

Parses the binary name of a class file to a list of parts the describe the meaning of the name.


type List(Char) -> List(BinaryNamePart(List(Char)))