org.acm.seguin.ide.jedit
Class JavaStylePlugin.JavaAST

java.lang.Object
  extended by EBMessage
      extended by org.acm.seguin.ide.jedit.JavaStylePlugin.JavaAST
Enclosing class:
JavaStylePlugin

public final class JavaStylePlugin.JavaAST
extends EBMessage

Description of the Class

Since:
2.9.12
Author:
Mike Atkinson

Constructor Summary
JavaStylePlugin.JavaAST(EBComponent component, Buffer buffer, net.sourceforge.jrefactory.ast.Node node)
          Constructor for the JavaAST object
 
Method Summary
 net.sourceforge.jrefactory.ast.Node getRootNode()
          Gets the rootNode attribute of the JavaAST object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaStylePlugin.JavaAST

public JavaStylePlugin.JavaAST(EBComponent component,
                               Buffer buffer,
                               net.sourceforge.jrefactory.ast.Node node)
Constructor for the JavaAST object

Parameters:
component - Description of Parameter
buffer - Description of Parameter
node - Description of Parameter
Since:
2.9.12
Method Detail

getRootNode

public net.sourceforge.jrefactory.ast.Node getRootNode()
Gets the rootNode attribute of the JavaAST object

Returns:
The rootNode value
Since:
2.9.12