minibasic.node
クラス AGreaterThanCondition
java.lang.Object
minibasic.node.Node
minibasic.node.PCondition
minibasic.node.AGreaterThanCondition
- すべての実装インタフェース:
- java.lang.Cloneable, Switchable
- public final class AGreaterThanCondition
- extends PCondition
クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AGreaterThanCondition
public AGreaterThanCondition()
AGreaterThanCondition
public AGreaterThanCondition(PExpression _left_,
TGreaterThan _greaterThan_,
PExpression _right_)
clone
public java.lang.Object clone()
- 定義:
- クラス
Node
内の clone
apply
public void apply(Switch sw)
getLeft
public PExpression getLeft()
setLeft
public void setLeft(PExpression node)
getGreaterThan
public TGreaterThan getGreaterThan()
setGreaterThan
public void setGreaterThan(TGreaterThan node)
getRight
public PExpression getRight()
setRight
public void setRight(PExpression node)
toString
public java.lang.String toString()