com.ibm.workflow.util.fdl
Class FdlAuthorize_ProcessCategory

java.lang.Object
  |
  +--com.ibm.workflow.util.fdl.SimpleNode
        |
        +--com.ibm.workflow.util.fdl.FdlAuthorize_ProcessCategory
All Implemented Interfaces:
Node

public class FdlAuthorize_ProcessCategory
extends SimpleNode


Fields inherited from class com.ibm.workflow.util.fdl.SimpleNode
children, first, id, last, parent, parser
 
Constructor Summary
FdlAuthorize_ProcessCategory(int id)
           
FdlAuthorize_ProcessCategory(Parser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class com.ibm.workflow.util.fdl.SimpleNode
childrenAccept, dump, getFirstToken, getLastToken, id, 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

FdlAuthorize_ProcessCategory

public FdlAuthorize_ProcessCategory(int id)

FdlAuthorize_ProcessCategory

public FdlAuthorize_ProcessCategory(Parser p,
                                    int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(ParserVisitor visitor,
                                  java.lang.Object data)
                           throws ParseException
Accept the visitor.
Overrides:
jjtAccept in class SimpleNode