| java.lang.Object org.openlaszlo.compiler.ElementCompiler org.openlaszlo.compiler.ToplevelCompiler org.openlaszlo.compiler.ImportCompiler
ImportCompiler | class ImportCompiler extends ToplevelCompiler (Code) | | Compiler for import elements.
author: Henry Minsky |
isElement | static boolean isElement(Element element)(Code) | | |
stringDiff | static String stringDiff(String s1, String s2)(Code) | | Return the difference of two strings.
stringDiff("foo/bar/baz.lzx", "foo/bar") ==> /baz.lzx
|
Methods inherited from org.openlaszlo.compiler.ToplevelCompiler | static void collectReferences(CompilationEnvironment env, Element element, Set defined, Set referenced, Map libsVisited)(Code)(Java Doc) public void compile(Element element)(Code)(Java Doc) static String getBaseLibraryName(CompilationEnvironment env)(Code)(Java Doc) static List getLibraries(CompilationEnvironment env, Element element, Map explanations, Map autoIncluded, Map visited)(Code)(Java Doc) static List getLibraries(CompilationEnvironment env, Element element, Map explanations, Set autoIncluded, Set visited)(Code)(Java Doc) List getLibraries(Element element)(Code)(Java Doc) static void handleAutoincludes(CompilationEnvironment env, Element element)(Code)(Java Doc) static boolean isElement(Element element)(Code)(Java Doc) void updateSchema(Element element, ViewSchema schema, Set visited)(Code)(Java Doc)
|
|
|