Package org.sodbeans.tod.audio

Examples of org.sodbeans.tod.audio.TestConditionalAction


    private void loadMap() {
        actions.put(StepType.METHOD_CALL, new MethodCallAction());
        actions.put(StepType.ASSIGNMENT, new AssignmentAction());
        actions.put(StepType.UNDEFINED , new NullAction());
        actions.put(StepType.TEST_CONDITIONAL, new TestConditionalAction());
        actions.put(StepType.TEST_LOOP, new TestLoopAction());
        actions.put(StepType.METHOD_RETURN, new MethodReturnAction());
    }
View Full Code Here

TOP

Related Classes of org.sodbeans.tod.audio.TestConditionalAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.