Jalopy 1.0b10

Uses of Class
de.hunsicker.jalopy.language.Node

Packages that use Node
de.hunsicker.jalopy.language Contains all classes related to the task of language recognition and processing. 
 

Uses of Node in de.hunsicker.jalopy.language
 

Subclasses of Node in de.hunsicker.jalopy.language
 class JavaNode
          A node representing an element in a Java source file.
 

Fields in de.hunsicker.jalopy.language declared as Node
static Node JavadocParser.EMPTY_JAVADOC_COMMENT
          The empty Javadoc comment.
 

Methods in de.hunsicker.jalopy.language that return Node
 Node ExtendedToken.getComment()
          Returns the comment that is attached to this token.
 

Methods in de.hunsicker.jalopy.language with parameters of type Node
 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.
 boolean Node.startsBefore(Node other)
          Determines whether this node starts before another one.
 void ExtendedToken.setComment(Node comment)
          Sets the comment for this token.
 


Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002