jp.sourceforge.expression_computer.node
クラス FunctionExpressionNode.LeftBracketNode

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

public static final class FunctionExpressionNode.LeftBracketNode
extends AbstractNode

FunctionExpressionの"("演算子を表すノードです。

作成者:
uguu@users.sourceforge.jp

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

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

 Node[] getChildren()
          

子ノードの配列を返します。このノードがリーフである場合、要素が0の配列を返します。

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

コンストラクタの詳細

FunctionExpressionNode.LeftBracketNode

public FunctionExpressionNode.LeftBracketNode()
メソッドの詳細

compile

public void compile(CompileContext context)

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

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

getChildren

public Node[] getChildren()

子ノードの配列を返します。このノードがリーフである場合、要素が0の配列を返します。

戻り値:
子ノードの配列。

toString

public java.lang.String toString()



Copyright © 2006 SourceForge.jp. All Rights Reserved.