joosc.node
Class PExp

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable
Direct Known Subclasses:
AAndExp, AAssignExp, ACallExp, ACastExp, ACasttocharExp, ACharconstExp, ADivExp, AEqExp, AFalseExp, AGeqExp, AGtExp, AIdExp, AInstanceofExp, AIntconstExp, ALeqExp, ALtExp, AMinusExp, AModExp, AMultExp, ANeqExp, ANewExp, ANotExp, ANullExp, AOrExp, AParenExp, APlusExp, AStringconstExp, AThisExp, ATmpcastExp, ATrueExp, AUminusExp

public abstract class PExp
extends Node


Constructor Summary
PExp()
           
 
Methods inherited from class joosc.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface joosc.node.Switchable
apply
 

Constructor Detail

PExp

public PExp()