org.jlab.coda.afecs.cool.parser
Class AStatement
java.lang.Object
org.jlab.coda.afecs.cool.parser.AStatement
public class AStatement
- extends java.lang.Object
JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Aug 18, 2009
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AStatement
public AStatement()
getLeft
public java.lang.String getLeft()
setLeft
public void setLeft(java.lang.String left)
getRight
public java.lang.String getRight()
setRight
public void setRight(java.lang.String right)
getActionOperator
public java.lang.String getActionOperator()
setActionOperator
public void setActionOperator(java.lang.String actionOperator)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object