Compilable.java :  » Web-Framework » anvil » anvil » script » Java Open Source

Java Open Source » Web Framework » anvil 
anvil » anvil » script » Compilable.java
/*
 * $Id: Compilable.java,v 1.4 2002/09/16 08:05:03 jkl Exp $
 *
 * Copyright (c) 2002 Njet Communications Ltd. All Rights Reserved.
 *
 * Use is subject to license terms, as defined in
 * Anvil Sofware License, Version 1.1. See LICENSE 
 * file, or http://njet.org/license-1.1.txt
 */
package anvil.script;

import anvil.script.compiler.ByteCompiler;

/**
 * interface Compilable
 *
 * @author: Jani Lehtimki
 */
public interface Compilable 
{

  public void compile(ByteCompiler compiler);
  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.