Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JavaNode |
Jalopy.parse()
Parses the (via
Jalopy.setInput(File) ) specified input source. |
Modifier and Type | Method and Description |
---|---|
void |
Jalopy.inspect(JavaNode tree)
Inspects the given Java AST for code convention violations and coding weaknesses.
|
Modifier and Type | Field and Description |
---|---|
protected JavaNode |
JavaNode.parent
Parent node.
|
protected JavaNode |
JavaNode.prevSibling
Previous node.
|
Modifier and Type | Method and Description |
---|---|
static JavaNode |
JavaNodeHelper.getLastChild(de.hunsicker.antlr.collections.AST node)
DOCUMENT ME!
|
JavaNode |
JavaNode.getParent()
Returns the parent node of this node.
|
JavaNode |
JavaNode.getPreviousSibling()
Returns the previous sibling of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaParser.classDefinition(JavaNode modifiers) |
void |
JavaParser.declaratorBrackets(JavaNode typ) |
void |
JavaParser.interfaceDefinition(JavaNode modifiers) |
static boolean |
JavaNodeHelper.isFreestandingBlock(JavaNode node)
Determines whether the given node represents a freestanding block.
|
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.
|
void |
JavaParser.variableDeclarator(JavaNode mods,
JavaNode t)
Declaration of a variable.
|
void |
JavaParser.variableDefinitions(JavaNode mods,
JavaNode t) |
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013