joosc.node
Class AIncStmExp

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PStmExp
          extended byjoosc.node.AIncStmExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AIncStmExp
extends PStmExp


Constructor Summary
AIncStmExp()
           
AIncStmExp(TIdentifier _identifier_, TInc _inc_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TIdentifier getIdentifier()
           
 TInc getInc()
           
 void setIdentifier(TIdentifier node)
           
 void setInc(TInc node)
           
 java.lang.String toString()
           
 
Methods inherited from class joosc.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

AIncStmExp

public AIncStmExp()

AIncStmExp

public AIncStmExp(TIdentifier _identifier_,
                  TInc _inc_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIdentifier

public TIdentifier getIdentifier()

setIdentifier

public void setIdentifier(TIdentifier node)

getInc

public TInc getInc()

setInc

public void setInc(TInc node)

toString

public java.lang.String toString()