TargetDoc

Author
Jonathan Bernard (jdb@jdb-labs.com)

© 2011-2012 JDB Labs LLC

package com.jdblabs.jlp

import com.jdblabs.jlp.ast.SourceFile

TargetDoc is a data class to hold information about the output file.

public class TargetDoc {

The result of parsing the input file.

    public SourceFile sourceAST

The original source file.

    public File sourceFile
    public String sourceDocId

The source code type (ie. java, erlang, etc.). See Processor.sourceTypeForFile

    public String sourceType

    public String output
}