Enhydra 5.1 API

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

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

public class ASTJoltParsedContents
extends SimpleNode


Field Summary
 
Fields inherited from class com.lutris.appserver.server.jolt.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTJoltParsedContents(int id)
           
ASTJoltParsedContents(JoltParser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JoltParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
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

ASTJoltParsedContents

public ASTJoltParsedContents(int id)

ASTJoltParsedContents

public ASTJoltParsedContents(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

Enhydra 5.1 API