jp.sourceforge.expression_computer.node
クラス UnaryExpressionNotPlusMinusNode.BitReversingNode

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

public static final class UnaryExpressionNotPlusMinusNode.BitReversingNode
extends UnaryExpressionNotPlusMinusNode.OperatorNode

UnaryExpressionNotPlusMinusNodeの"~"演算子を表すノードです。

作成者:
uguu@users.sourceforge.jp

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

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

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

コンストラクタの詳細

UnaryExpressionNotPlusMinusNode.BitReversingNode

public UnaryExpressionNotPlusMinusNode.BitReversingNode()
メソッドの詳細

compile

public void compile(CompileContext context)

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

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

toString

public java.lang.String toString()



Copyright © 2006 . All Rights Reserved.