Package | Description |
---|---|
de.hunsicker.jalopy.language |
Contains all classes related to the task of language recognition and processing.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaNode
A node representing an element in a Java source file.
|
Modifier and Type | Field and Description |
---|---|
static Node |
JavadocParser.EMPTY_JAVADOC_COMMENT
The empty Javadoc comment.
|
Modifier and Type | Method and Description |
---|---|
Node |
ExtendedToken.getComment()
Returns the comment that is attached to this token.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Node.contains(Node node)
Checks whether this node contains the given node.
|
boolean |
Node.endsAfter(Node other)
Determines whether this node starts after another one.
|
void |
ExtendedToken.setComment(Node comment)
Sets the comment for this token.
|
boolean |
Node.startsBefore(Node other)
Determines whether this node starts before another one.
|
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013