jp.sourceforge.expression_computer.node
クラス ShiftExpressionNode.LogicalRightShiftNode

java.lang.Object
  拡張jp.sourceforge.expression_computer.node.AbstractNode
      拡張jp.sourceforge.expression_computer.node.ShiftExpressionNode.OperatorNode
          拡張jp.sourceforge.expression_computer.node.ShiftExpressionNode.LogicalRightShiftNode
すべての実装インタフェース:
Node
含まれているクラス:
ShiftExpressionNode

public static final class ShiftExpressionNode.LogicalRightShiftNode
extends ShiftExpressionNode.OperatorNode

ShiftExpressionNodeの">>>"演算子を表すノードです。

作成者:
uguu@users.sourceforge.jp

コンストラクタの概要
ShiftExpressionNode.LogicalRightShiftNode()
           
 
メソッドの概要
 void compile(CompileContext context)
          

ノードから命令列を生成して、コンテキストに追加します。

 java.lang.String toString()
          
 
クラス jp.sourceforge.expression_computer.node.ShiftExpressionNode.OperatorNode から継承したメソッド
getChildren
 
クラス jp.sourceforge.expression_computer.node.AbstractNode から継承したメソッド
toChildrenString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ShiftExpressionNode.LogicalRightShiftNode

public ShiftExpressionNode.LogicalRightShiftNode()
メソッドの詳細

compile

public void compile(CompileContext context)

ノードから命令列を生成して、コンテキストに追加します。

パラメータ:
context - コンテキスト。

toString

public java.lang.String toString()



Copyright © 2006 SourceForge.jp. All Rights Reserved.