Modifier and Type | Field and Description |
---|---|
boolean |
allowExternals |
static boolean |
EXTERNS_ALLOWED |
static boolean |
EXTERNS_DISALLOWED |
String |
frameLabel |
Iterable<ICompilerProblem> |
problems |
Set<ICompilationUnit> |
rootedUnits |
Constructor and Description |
---|
SWFTarget.SWFFrameInfo(Set<ICompilationUnit> rootedUnits,
Iterable<ICompilerProblem> problems) |
SWFTarget.SWFFrameInfo(String frameLabel,
boolean allowExternals,
Set<ICompilationUnit> rootedUnits,
Iterable<ICompilerProblem> problems) |
public static final boolean EXTERNS_ALLOWED
public static final boolean EXTERNS_DISALLOWED
public final String frameLabel
public final boolean allowExternals
public final Set<ICompilationUnit> rootedUnits
public final Iterable<ICompilerProblem> problems
public SWFTarget.SWFFrameInfo(String frameLabel, boolean allowExternals, Set<ICompilationUnit> rootedUnits, Iterable<ICompilerProblem> problems)
public SWFTarget.SWFFrameInfo(Set<ICompilationUnit> rootedUnits, Iterable<ICompilerProblem> problems)
Copyright © 2016 The Apache Software Foundation. All rights reserved.