org.apache.velocity.runtime.compiler
Class Compiler

java.lang.Object
  |
  +--org.apache.velocity.runtime.compiler.Compiler

public class Compiler
extends java.lang.Object

The start of a velocity template compiler. Incomplete.

Version:
$Id: Compiler.java,v 1.6 2002/02/03 20:07:08 jon Exp $
Author:
Jason van Zyl

Constructor Summary
Compiler()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2001 Apache Software Foundation. All Rights Reserved.