joosc.node
Class AIntconstExp

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PExp
          extended byjoosc.node.AIntconstExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AIntconstExp
extends PExp


Constructor Summary
AIntconstExp()
           
AIntconstExp(TIntconst _intconst_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TIntconst getIntconst()
           
 void setIntconst(TIntconst 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

AIntconstExp

public AIntconstExp()

AIntconstExp

public AIntconstExp(TIntconst _intconst_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIntconst

public TIntconst getIntconst()

setIntconst

public void setIntconst(TIntconst node)

toString

public java.lang.String toString()