Package | Description |
---|---|
ilog.views.symbol.compiler |
Contains the Symbol Compiler core library used by the Symbol Compiler Application.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSymbolCompiler.compilePalette(IlvPalette palette,
String javaDir,
String resourceDir,
String classDir)
Compiles the symbols of a given palette.
|
void |
IlvSymbolCompiler.compileSymbols(ArrayList<IlvPaletteSymbol> paletteSymbols,
String javaDir,
String resourceDir,
String classDir)
Generates the Java class source files for
paletteSymbols , and
then compiles to Java .class files. |
void |
IlvSymbolCompiler.generateSymbol(IlvPaletteSymbol symbol,
String javaDir,
String resourceDir)
Generates the Java class source file for
symbol . |
void |
IlvSymbolCompiler.writeSymbolClass(Writer writer,
IlvPaletteSymbol symbol)
Generates the Java class source file of
symbol . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.