| java.lang.Object org.openlaszlo.compiler.ElementCompiler org.openlaszlo.compiler.ToplevelCompiler org.openlaszlo.compiler.LibraryCompiler
All known Subclasses: org.openlaszlo.compiler.StyleSheetCompiler,
LibraryCompiler | class LibraryCompiler extends ToplevelCompiler (Code) | | Compiler for library elements.
author: Oliver Steele |
isElement | static boolean isElement(Element element)(Code) | | |
resolveLibraryElement | static Element resolveLibraryElement(File file, CompilationEnvironment env, Set visited)(Code) | | Return the library element and add the library to visited. If
the library has already been visited, return null instead.
|
resolveLibraryElement | static Element resolveLibraryElement(Element element, CompilationEnvironment env, Set visited)(Code) | | Return the resolved library element and add the library to visited.
If the library has already been visited, return null instead.
|
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)
|
|
|