padl_creator_classfile
Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | padl_creator_classfile [2025/01/15 21:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== PADL Creator ClassFile ====== | ||
| + | A PADL model is typically created from some Java bytecodes using the following code: | ||
| + | |||
| + | < | ||
| + | final ICodeLevelModel codeLevelModel = | ||
| + | | ||
| + | | ||
| + | new CompleteClassFileCreator( | ||
| + | | ||
| + | new String[] { " | ||
| + | </ | ||
| + | |||
| + | :!: The '' | ||
