Jalopy 1.0b10

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

Packages that use JavaNode
de.hunsicker.jalopy Contains the main classes to directly interact with the Jalopy formatting engine. 
de.hunsicker.jalopy.language Contains all classes related to the task of language recognition and processing. 
 

Uses of JavaNode in de.hunsicker.jalopy
 

Methods in de.hunsicker.jalopy that return JavaNode
 JavaNode Jalopy.parse()
          Parses the (via Jalopy.setInput(File)) specified input source.
 

Methods in de.hunsicker.jalopy with parameters of type JavaNode
 void Jalopy.inspect(JavaNode tree)
          Inspects the given Java AST for code convention violations and coding weaknesses.
 

Uses of JavaNode in de.hunsicker.jalopy.language
 

Fields in de.hunsicker.jalopy.language declared as JavaNode
protected  JavaNode JavaNode.parent
          Parent node.
protected  JavaNode JavaNode.prevSibling
          Previous node.
 

Methods in de.hunsicker.jalopy.language that return JavaNode
static JavaNode JavaNodeHelper.getLastChild(AST node)
          DOCUMENT ME!
 JavaNode JavaNode.getParent()
          Returns the parent node of this node.
 JavaNode JavaNode.getPreviousSibling()
          Returns the previous sibling of this node.
 

Methods in de.hunsicker.jalopy.language with parameters of type JavaNode
static boolean JavaNodeHelper.isFreestandingBlock(JavaNode node)
          Determines whether the given node represents a freestanding block.
 void JavaParser.classDefinition(JavaNode modifiers)
          DOCUMENT ME!
 void JavaParser.declaratorBrackets(JavaNode typ)
          DOCUMENT ME!
 void JavaParser.interfaceDefinition(JavaNode modifiers)
          DOCUMENT ME!
 void JavaParser.variableDeclarator(JavaNode mods, JavaNode t)
          Declaration of a variable.
 void JavaParser.variableDefinitions(JavaNode mods, JavaNode t)
          DOCUMENT ME!
 void JavaNode.setParent(JavaNode node)
          Sets the parent to the given node.
 void JavaNode.setPreviousSibling(JavaNode node)
          Sets the previous sibling to the given node.
 


Jalopy 1.0b10

Submit a bug or feature.

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