Enhydra 5.1 API

com.lutris.appserver.server.jolt.parser
Class ASTJavaImport

java.lang.Object
  |
  +--com.lutris.appserver.server.jolt.parser.SimpleNode
        |
        +--com.lutris.appserver.server.jolt.parser.ASTJavaImport
All Implemented Interfaces:
Node

public class ASTJavaImport
extends SimpleNode

This node is for JOLT JAVAIMPORT.

Version:
$Revision: 1.1 $
Author:
Shawn McMurdo

Field Summary
 
Fields inherited from class com.lutris.appserver.server.jolt.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTJavaImport(int id)
           
ASTJavaImport(JoltParser p, int id)
           
 
Method Summary
 int getBeginLine()
          Get the beginning line for the node.
 java.lang.Object jjtAccept(JoltParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void setBeginLine(int beginLine)
          Set the beginning line for the node.
 
Methods inherited from class com.lutris.appserver.server.jolt.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTJavaImport

public ASTJavaImport(int id)

ASTJavaImport

public ASTJavaImport(JoltParser p,
                     int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(JoltParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode

setBeginLine

public void setBeginLine(int beginLine)
Set the beginning line for the node.


getBeginLine

public int getBeginLine()
Get the beginning line for the node.


Enhydra 5.1 API