minibasic.node
クラス PValue

java.lang.Object
  拡張minibasic.node.Node
      拡張minibasic.node.PValue
すべての実装インタフェース:
java.lang.Cloneable, Switchable
直系の既知のサブクラス:
AConstantValue, AExpressionValue, AIdentifierValue

public abstract class PValue
extends Node


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

コンストラクタの詳細

PValue

public PValue()