Enhydra 5.1 API

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

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

public class ASTBooleanConditional
extends SimpleNode

This node is for boolean conditionals for JOLT HTML and CALL.

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
 java.lang.String getField()
          Get the field
 java.lang.String getOperator()
          Get the operator
 java.lang.String getValue()
          Get the value
 java.lang.Object jjtAccept(JoltParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void setField(java.lang.String field)
          Set the field
 void setOperator(java.lang.String operator)
          Set the operator
 void setValue(java.lang.String value)
          Set the value
 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

setOperator

public void setOperator(java.lang.String operator)
Set the operator


getOperator

public java.lang.String getOperator()
Get the operator


setField

public void setField(java.lang.String field)
Set the field


getField

public java.lang.String getField()
Get the field


setValue

public void setValue(java.lang.String value)
Set the value


getValue

public java.lang.String getValue()
Get the value


toString

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

Enhydra 5.1 API