You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attila Sukosd edited this page Mar 15, 2013
·
1 revision
The BML annotations are represented in the BMLlib library in the form
of AST. Each terminal and non-terminal is represented here as a
separate class. The BML specifications are embeded in objects of the
classes BCClass and BCMEthod that bridge the BML
specifications with classes and methods they belong to. In particular,
the objects contain both references to the representation of BML
specifications and to the BCEL (Byte Code Engineering Library)
representation of classes and methods.