test2.node
クラス PExpr

java.lang.Object
  拡張test2.node.Node
      拡張test2.node.PExpr
すべての実装インタフェース:
java.lang.Cloneable, Switchable
直系の既知のサブクラス:
AMinusExpr, APlusExpr, ATermExpr

public abstract class PExpr
extends Node


コンストラクタの概要
PExpr()
           
 
クラス test2.node.Node から継承したメソッド
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース test2.node.Switchable から継承したメソッド
apply
 

コンストラクタの詳細

PExpr

public PExpr()