|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.AbstractJsInput
org.plovr.LocalFileJsInput
org.plovr.CoffeeFile
public class CoffeeFile
CoffeeFile
represents a CoffeeScript source file on disk.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.plovr.JsInput |
---|
JsInput.CodeWithEtag |
Field Summary |
---|
Fields inherited from class org.plovr.AbstractJsInput |
---|
provides, requires |
Method Summary | |
---|---|
java.lang.String |
getCode()
|
Methods inherited from class org.plovr.LocalFileJsInput |
---|
equals, getSource, hashCode, hasInputChanged |
Methods inherited from class org.plovr.AbstractJsInput |
---|
calculateEtagFor, getCodeWithEtag, getName, getProvides, getRequires, getTemplateCode, isSoyFile, processProvidesAndRequires, supportsEtags, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getCode() throws PlovrCoffeeScriptCompilerException
getCode
in interface com.google.javascript.jscomp.SourceFile.Generator
getCode
in interface JsInput
getCode
in class AbstractJsInput
PlovrCoffeeScriptCompilerException
- if the CoffeeScript compiler
encounters an error trying to compile the source
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |