| クラス | 説明 |
|---|---|
| CodeBlock |
Represent a block of JAVA code
|
| CodePosition |
This class represent the position (indexes) of the block into his parent block
|
| CodeString |
Represent a keyword a JAVA code
|
| JavaCode |
Map a Java file
|
| JavaParser |
JAVA Simple Parser: parse JAVA source code and detects String values
|
| 列挙 | 説明 |
|---|---|
| CodeBlock.BlockType |
All JAVA types of code blocks
|
| CodeBlock.Modifier |
Modifiers (for class attributes and functions)
|