Enhydra 5.1 API

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

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

public class ASTJoltField
extends SimpleNode

This node is for JOLT fields.

Version:
$Revision: 1.1 $
Author:
Shawn McMurdo

Field Summary
 
Fields inherited from class com.lutris.appserver.server.jolt.parser.SimpleNode
children, id, parent, parser
 
Method Summary
 int getBeginLine()
          Get the beginning line for the node.
 java.lang.String getDefault()
          Get the default
 java.lang.String getEncoding()
          Get the encoding
 java.lang.String getFieldName()
          Get the field name
 java.lang.Object jjtAccept(JoltParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void setBeginLine(int beginLine)
          Set the beginning line for the node.
 void setDefault(java.lang.String defaultValue)
          Set the default
 void setEncoding(java.lang.String encoding)
          Set the encoding
 void setFieldName(java.lang.String fieldName)
          Set the field name
 java.lang.String toString()
           
 
Methods inherited from class com.lutris.appserver.server.jolt.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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

setFieldName

public void setFieldName(java.lang.String fieldName)
Set the field name


getFieldName

public java.lang.String getFieldName()
Get the field name


setEncoding

public void setEncoding(java.lang.String encoding)
Set the encoding


getEncoding

public java.lang.String getEncoding()
Get the encoding


setDefault

public void setDefault(java.lang.String defaultValue)
Set the default


getDefault

public java.lang.String getDefault()
Get the default


setBeginLine

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


getBeginLine

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


toString

public java.lang.String toString()
Overrides:
toString in class SimpleNode

Enhydra 5.1 API