summaryrefslogtreecommitdiff
path: root/sources/scalac/ast/TreeFactory.java.tmpl
blob: 3b46970e771a79a13e3a6b4fbc9183cad895d8e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*     ____ ____  ____ ____  ______                                     *\
**    / __// __ \/ __// __ \/ ____/    SOcos COmpiles Scala             **
**  __\_ \/ /_/ / /__/ /_/ /\_ \       (c) 2002, LAMP/EPFL              **
** /_____/\____/\___/\____/____/                                        **
\*                                                                      */

// $Id$

package scalac.ast;

{#Imports#}

/** This interface describes a tree factory */
public interface TreeFactory {

    //########################################################################
    // Public Methods

    {#TreeMethods#}

    //########################################################################
}