jp.sourceforge.expression_computer
インタフェース Command

既知の実装クラスの一覧:
AddCommand, AndCommand, ArithmeticRightShiftCommand, BitReversingCommand, ConditionalAndCommand, ConditionalOrCommand, ConditionCommand, DivideCommand, EqualCommand, ExclusiveOrCommand, FunctionCallCommand, GreaterThanCommand, GreaterThanEqualCommand, InclusiveOrCommand, LeftShiftCommand, LessThanCommand, LessThanEqualCommand, LogicalRightShiftCommand, MultiplyCommand, NotCommand, NotEqualCommand, PostDecrementCommand, PostIncrementCommand, PreDecrementCommand, PreIncrementCommand, PushStackCommand, SetVariableCommand, SignReversingCommand, SubtractCommand, SurplusCommand

public interface Command

Computerクラスに実行させるコマンドを表します。

作成者:
uguu@users.sourceforge.jp

フィールドの概要
static int FALSE
           偽を表す値。
static int TRUE
           真を表す値。
 
メソッドの概要
 void execute(ComputeContext context)
           実行する処理を実装してください。
 

フィールドの詳細

TRUE

public static final int TRUE

真を表す値。

関連項目:
定数フィールド値

FALSE

public static final int FALSE

偽を表す値。

関連項目:
定数フィールド値
メソッドの詳細

execute

public void execute(ComputeContext context)

実行する処理を実装してください。

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


Copyright © 2006 SourceForge.jp. All Rights Reserved.