com.bluemarsh.jswat.parser.java.node
Class AForStatementNoShortIf

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PForStatementNoShortIf
              |
              +--com.bluemarsh.jswat.parser.java.node.AForStatementNoShortIf
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AForStatementNoShortIf
extends PForStatementNoShortIf


Constructor Summary
AForStatementNoShortIf()
           
AForStatementNoShortIf(TFor _for_, TLParenthese _lParenthese_, PForInit _forInit_, TSemicolon _semicolon1_, PExpression _expression_, TSemicolon _semicolon2_, PForUpdate _forUpdate_, TRParenthese _rParenthese_, PStatementNoShortIf _statementNoShortIf_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PExpression getExpression()
           
 TFor getFor()
           
 PForInit getForInit()
           
 PForUpdate getForUpdate()
           
 TLParenthese getLParenthese()
           
 TRParenthese getRParenthese()
           
 TSemicolon getSemicolon1()
           
 TSemicolon getSemicolon2()
           
 PStatementNoShortIf getStatementNoShortIf()
           
 void setExpression(PExpression node)
           
 void setFor(TFor node)
           
 void setForInit(PForInit node)
           
 void setForUpdate(PForUpdate node)
           
 void setLParenthese(TLParenthese node)
           
 void setRParenthese(TRParenthese node)
           
 void setSemicolon1(TSemicolon node)
           
 void setSemicolon2(TSemicolon node)
           
 void setStatementNoShortIf(PStatementNoShortIf node)
           
 java.lang.String toString()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AForStatementNoShortIf

public AForStatementNoShortIf()

AForStatementNoShortIf

public AForStatementNoShortIf(TFor _for_,
                              TLParenthese _lParenthese_,
                              PForInit _forInit_,
                              TSemicolon _semicolon1_,
                              PExpression _expression_,
                              TSemicolon _semicolon2_,
                              PForUpdate _forUpdate_,
                              TRParenthese _rParenthese_,
                              PStatementNoShortIf _statementNoShortIf_)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Node

apply

public void apply(Switch sw)

getFor

public TFor getFor()

setFor

public void setFor(TFor node)

getLParenthese

public TLParenthese getLParenthese()

setLParenthese

public void setLParenthese(TLParenthese node)

getForInit

public PForInit getForInit()

setForInit

public void setForInit(PForInit node)

getSemicolon1

public TSemicolon getSemicolon1()

setSemicolon1

public void setSemicolon1(TSemicolon node)

getExpression

public PExpression getExpression()

setExpression

public void setExpression(PExpression node)

getSemicolon2

public TSemicolon getSemicolon2()

setSemicolon2

public void setSemicolon2(TSemicolon node)

getForUpdate

public PForUpdate getForUpdate()

setForUpdate

public void setForUpdate(PForUpdate node)

getRParenthese

public TRParenthese getRParenthese()

setRParenthese

public void setRParenthese(TRParenthese node)

getStatementNoShortIf

public PStatementNoShortIf getStatementNoShortIf()

setStatementNoShortIf

public void setStatementNoShortIf(PStatementNoShortIf node)

toString

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