public final class ASDocASSourceFileHandler extends Object implements org.apache.royale.compiler.internal.projects.ISourceFileHandler
ASCompilationUnit's. MXMLSourceFileHandler is the SourceFileHandler
that provides JSCompilationUnit for *.mxml files. JSDriver registers
MXMLSourceFileHandler at RoyaleApplicationProject. This implementation is part
of RoyaleJS. For more details on RoyaleJS see
org.apache.royale.compiler.JSDriver| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION |
static ASDocASSourceFileHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateInvisibleCompilationUnit() |
ICompilationUnit |
createCompilationUnit(org.apache.royale.compiler.internal.projects.CompilerProject proj,
String path,
org.apache.royale.compiler.internal.projects.DefinitionPriority.BasePriority basePriority,
int order,
String qname,
String locale) |
String[] |
getExtensions() |
boolean |
needCompilationUnit(org.apache.royale.compiler.internal.projects.CompilerProject project,
String path,
String qname,
String locale) |
public static final String EXTENSION
public static final ASDocASSourceFileHandler INSTANCE
public String[] getExtensions()
getExtensions in interface org.apache.royale.compiler.internal.projects.ISourceFileHandlerpublic ICompilationUnit createCompilationUnit(org.apache.royale.compiler.internal.projects.CompilerProject proj, String path, org.apache.royale.compiler.internal.projects.DefinitionPriority.BasePriority basePriority, int order, String qname, String locale)
createCompilationUnit in interface org.apache.royale.compiler.internal.projects.ISourceFileHandlerpublic boolean needCompilationUnit(org.apache.royale.compiler.internal.projects.CompilerProject project, String path, String qname, String locale)
needCompilationUnit in interface org.apache.royale.compiler.internal.projects.ISourceFileHandlerpublic boolean canCreateInvisibleCompilationUnit()
canCreateInvisibleCompilationUnit in interface org.apache.royale.compiler.internal.projects.ISourceFileHandlerCopyright © 2023 The Apache Software Foundation. All rights reserved.