com.cedarsoft.codegen.parser
Class Parser

java.lang.Object
  extended by com.cedarsoft.codegen.parser.Parser

public class Parser
extends Object


Method Summary
static Result parse(Classpath classpath, File... files)
           
static Result parse(Classpath classpath, Iterable<? extends File> files)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

@NotNull
public static Result parse(@Nullable@NonNls
                                   Classpath classpath,
                                   @NotNull
                                   File... files)

parse

@NotNull
public static Result parse(@Nullable@NonNls
                                   Classpath classpath,
                                   @NotNull
                                   Iterable<? extends File> files)


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.