test2.node
クラス AFactorTerm

java.lang.Object
  拡張test2.node.Node
      拡張test2.node.PTerm
          拡張test2.node.AFactorTerm
すべての実装インタフェース:
java.lang.Cloneable, Switchable

public final class AFactorTerm
extends PTerm


コンストラクタの概要
AFactorTerm()
           
AFactorTerm(PFactor _factor_)
           
 
メソッドの概要
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PFactor getFactor()
           
 void setFactor(PFactor node)
           
 java.lang.String toString()
           
 
クラス test2.node.Node から継承したメソッド
cloneList, cloneNode, parent, replaceBy, toString, toString
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AFactorTerm

public AFactorTerm()

AFactorTerm

public AFactorTerm(PFactor _factor_)
メソッドの詳細

clone

public java.lang.Object clone()
定義:
クラス Node 内の clone

apply

public void apply(Switch sw)

getFactor

public PFactor getFactor()

setFactor

public void setFactor(PFactor node)

toString

public java.lang.String toString()