//
//  EXPSwitchElement.h
//  XMLTest
//
//  Created by Ashley on 26/05/2007.
//  Copyright 2007 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "EXPCompoundElement.h"

@class EXPVirtualMachine;
@class EXPError;

@interface EXPSwitchElement : EXPCompoundElement {
}

//- (void) addInitialiser:(id)initialiser;

/*- (BOOL) compile:(EXPVirtualMachine *)machine switchAddress:(NSMutableArray *)switchAddresses andMapAddresses:(NSMutableArray *)mapAddresses 
		 error:(EXPError *)error; */

@end