| Package | Description |
|---|---|
| org.walkmod.javalang |
Parsers of Java source files.
|
| org.walkmod.javalang.ast |
AST root nodes of Java source files.
|
| org.walkmod.javalang.ast.body |
AST nodes for types' members (e.g methods, fields, other types..).
|
| org.walkmod.javalang.ast.expr |
AST nodes for expressions (e.g values applied as arguments in method calls)
|
| org.walkmod.javalang.ast.stmt |
AST nodes for statements (e.g methods' body)
|
| org.walkmod.javalang.comparators |
Identity comparators for AST nodes.
|
| org.walkmod.javalang.merger |
Specific merge policies for Java AST nodes.
|
| org.walkmod.javalang.tags |
AST nodes to parse Javadoc tags.
|
| org.walkmod.javalang.util |
Common utilities to process source files.
|
| org.walkmod.javalang.visitors |
Generic and simple visitors to process source files.
|
| Class and Description |
|---|
| JavadocTag |
| Class and Description |
|---|
| TypeDeclaration |
| Class and Description |
|---|
| BodyDeclaration |
| Parameter |
| VariableDeclarator |
| Class and Description |
|---|
| MultiTypeParameter |
| TypeDeclaration |
| VariableDeclaratorId |
| Class and Description |
|---|
| FieldDeclaration |
| Class and Description |
|---|
| JavadocTag |
| Class and Description |
|---|
| TypeDeclaration |
Copyright © 2015. All rights reserved.