| 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.ast.type |
AST nodes for types (e.g methods' type)
|
| org.walkmod.javalang.comparators |
Identity comparators for AST nodes.
|
| org.walkmod.javalang.visitors |
Generic and simple visitors to process source files.
|
| Class and Description |
|---|
| ThisExpr |
| Class and Description |
|---|
| AnnotationExpr |
| NameExpr |
| Class and Description |
|---|
| AnnotationExpr |
| Expression |
| Class and Description |
|---|
| AnnotationExpr |
| Expression |
| VariableDeclarationExpr |
| Class and Description |
|---|
| AnnotationExpr |
| Class and Description |
|---|
| AnnotationExpr |
| Class and Description |
|---|
| ArrayAccessExpr |
| ArrayCreationExpr |
| ArrayInitializerExpr |
| AssignExpr |
| BinaryExpr |
| BooleanLiteralExpr |
| CastExpr |
| CharLiteralExpr |
| ClassExpr |
| ConditionalExpr |
| DoubleLiteralExpr |
| EnclosedExpr |
| FieldAccessExpr |
| InstanceOfExpr |
| IntegerLiteralExpr |
| IntegerLiteralMinValueExpr |
| LambdaExpr
Lambda expressions.
|
| LongLiteralExpr |
| LongLiteralMinValueExpr |
| MarkerAnnotationExpr |
| MemberValuePair |
| MethodCallExpr |
| MethodReferenceExpr
Method reference expressions introduced in Java 8 specifically designed to
simplify lambda Expressions.
|
| NameExpr |
| NormalAnnotationExpr |
| NullLiteralExpr |
| ObjectCreationExpr |
| QualifiedNameExpr |
| SingleMemberAnnotationExpr |
| StringLiteralExpr |
| SuperExpr |
| ThisExpr |
| TypeExpr
This class is just instantiated as scopes for MethodReferenceExpr nodes to
encapsulate Types.
|
| UnaryExpr |
| VariableDeclarationExpr |
Copyright © 2015. All rights reserved.