|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CompilerException in jaxx.compiler |
|---|
| Subclasses of CompilerException in jaxx.compiler | |
|---|---|
class |
UnsupportedAttributeException
Thrown by TagHandler when an unsupported attribute is encountered. |
class |
UnsupportedTagException
Thrown by the compiler when an unregistered tag is encountered. |
| Methods in jaxx.compiler with parameters of type CompilerException | |
|---|---|
void |
JAXXCompiler.reportError(CompilerException ex)
|
void |
JAXXCompiler.reportError(String extraMessage,
CompilerException ex)
|
| Methods in jaxx.compiler that throw CompilerException | |
|---|---|
void |
CompiledObject.addChild(CompiledObject child,
JAXXCompiler compiler)
Adds a child component to this container. |
void |
CompiledObject.addChild(CompiledObject child,
String constraints,
JAXXCompiler compiler)
Adds a child component to this container. |
void |
JAXXCompiler.checkOverride(CompiledObject object)
|
String |
CompiledObjectDecorator.getCreationCode(JAXXCompiler compiler,
CompiledObject object)
Obtain the creation code of the given object from the compiler to inject in generate method
$initialize or createXXX in not inline. |
void |
JAXXCompiler.openComponent(CompiledObject component)
|
void |
JAXXCompiler.openComponent(CompiledObject component,
String constraints)
|
String |
JAXXCompiler.preprocessScript(String script)
|
void |
JAXXCompiler.registerScript(String script)
|
void |
JAXXCompiler.registerScript(String script,
File sourceFile)
|
| Constructors in jaxx.compiler that throw CompilerException | |
|---|---|
CompiledObject(String id,
String javaCode,
ClassDescriptor objectClass,
JAXXCompiler compiler,
boolean force)
Creates a new CompiledObject. |
|
| Uses of CompilerException in jaxx.compiler.binding |
|---|
| Methods in jaxx.compiler.binding that throw CompilerException | |
|---|---|
protected boolean |
DataSource.compile()
Compiles the data source expression and listener. |
boolean |
DataBinding.compile(JAXXCompiler compiler)
Compiles the data binding expression. |
static String |
DataBindingHelper.processDataBindings(String stringValue)
Examine an attribute value for data binding expressions. |
static String |
PseudoClassDataBinding.replaceObjectReferences(String code,
String id)
Replaces all references to the variable "object" with the actual object ID. |
| Uses of CompilerException in jaxx.compiler.css |
|---|
| Methods in jaxx.compiler.css that throw CompilerException | |
|---|---|
static int |
StylesheetHelper.appliesTo(Rule rule,
CompiledObject object)
|
static void |
StylesheetHelper.applyPseudoClass(String pseudoClass,
Map<String,String> properties,
CompiledObject object,
JAXXCompiler compiler,
int priority)
|
static void |
StylesheetHelper.applyTo(CompiledObject object,
JAXXCompiler compiler,
Stylesheet stylesheet,
Stylesheet overrides)
|
static void |
StylesheetHelper.compilePseudoClass(String pseudoClass,
CompiledObject object,
String propertyCode,
int pos,
String methodName,
JAXXCompiler compiler,
boolean invertTest)
|
static Map<String,String> |
StylesheetHelper.getApplicableProperties(Stylesheet s,
CompiledObject object)
|
static Rule[] |
StylesheetHelper.getApplicablePseudoClasses(Stylesheet s,
CompiledObject object)
|
static Stylesheet |
StylesheetHelper.processStylesheet(String stylesheetText)
|
| Uses of CompilerException in jaxx.compiler.decorators |
|---|
| Methods in jaxx.compiler.decorators that throw CompilerException | |
|---|---|
String |
DefaultCompiledObjectDecorator.getCreationCode(JAXXCompiler compiler,
CompiledObject object)
|
| Uses of CompilerException in jaxx.compiler.finalizers |
|---|
| Methods in jaxx.compiler.finalizers that throw CompilerException | |
|---|---|
JavaMethod |
DefaultFinalizer.addInitializerMethod(JAXXCompiler compiler,
JavaFile javaFile,
int nbBindings)
|
protected JavaMethod |
DefaultFinalizer.createConstructor(JAXXCompiler compiler,
String className,
boolean superclassIsJAXXObject)
|
protected JavaMethod |
DefaultFinalizer.createConstructorWithInitialContext(JAXXCompiler compiler,
String className,
boolean superclassIsJAXXObject)
|
| Uses of CompilerException in jaxx.compiler.java.parser |
|---|
| Subclasses of CompilerException in jaxx.compiler.java.parser | |
|---|---|
class |
ParseException
This exception is thrown when parse errors are encountered. |
| Uses of CompilerException in jaxx.compiler.script |
|---|
| Methods in jaxx.compiler.script that throw CompilerException | |
|---|---|
void |
ScriptManager.checkParse(String script)
|
String |
ScriptManager.preprocessScript(String script)
|
void |
ScriptManager.registerScript(String script)
|
| Uses of CompilerException in jaxx.compiler.tags |
|---|
| Methods in jaxx.compiler.tags that throw CompilerException | |
|---|---|
protected void |
DefaultComponentHandler.closeComponent(CompiledObject object,
Element tag,
JAXXCompiler compiler)
|
protected void |
DefaultObjectHandler.compileChildrenFirstPass(Element tag,
JAXXCompiler compiler)
Compiles the child tags of the current tag. |
protected void |
DefaultObjectHandler.compileChildrenSecondPass(Element tag,
JAXXCompiler compiler)
Compiles the child tags of the current tag. |
protected void |
DefaultObjectHandler.compileChildTagFirstPass(Element tag,
JAXXCompiler compiler)
Compiles a child of the current tag. |
protected void |
DefaultObjectHandler.compileChildTagSecondPass(Element tag,
JAXXCompiler compiler)
Compiles a child of the current tag. |
void |
TagHandler.compileFirstPass(Element tag,
JAXXCompiler compiler)
Performs the first pass of compilation on an XML tag from a JAXX source file. |
void |
ScriptHandler.compileFirstPass(Element tag,
JAXXCompiler compiler)
|
void |
StyleHandler.compileFirstPass(Element tag,
JAXXCompiler compiler)
|
void |
DefaultObjectHandler.compileFirstPass(Element tag,
JAXXCompiler compiler)
|
void |
DefaultComponentHandler.compileFirstPass(Element tag,
JAXXCompiler compiler)
|
void |
TagHandler.compileSecondPass(Element tag,
JAXXCompiler compiler)
Performs the second pass of compilation on an XML tag from a JAXX source file. |
void |
ScriptHandler.compileSecondPass(Element tag,
JAXXCompiler compiler)
|
void |
StyleHandler.compileSecondPass(Element tag,
JAXXCompiler compiler)
|
void |
DefaultObjectHandler.compileSecondPass(Element tag,
JAXXCompiler compiler)
|
void |
DefaultComponentHandler.compileSecondPass(Element tag,
JAXXCompiler compiler)
|
String |
DefaultComponentHandler.getGetPropertyCode(String id,
String name,
JAXXCompiler compiler)
|
ClassDescriptor |
DefaultComponentHandler.getPropertyType(CompiledObject object,
String propertyName,
JAXXCompiler compiler)
|
String |
DefaultComponentHandler.getSetPropertyCode(String id,
String name,
String valueCode,
JAXXCompiler compiler)
|
static DefaultObjectHandler |
TagManager.getTagHandler(Class<?> klass)
|
static DefaultObjectHandler |
TagManager.getTagHandler(ClassDescriptor beanClass)
|
static TagHandler |
TagManager.getTagHandler(String namespace,
String tag,
boolean namespacePrefix,
JAXXCompiler compiler)
Returns the TagHandler that should be used to process the
specified tag. |
static TagHandler |
TagManager.getTagHandler(String namespace,
String tag,
JAXXCompiler compiler)
Returns the TagHandler that should be used to process the
specified tag. |
protected void |
DefaultComponentHandler.openComponent(CompiledObject object,
Element tag,
JAXXCompiler compiler)
|
protected void |
DefaultComponentHandler.setDefaults(CompiledObject object,
Element tag,
JAXXCompiler compiler)
|
| Uses of CompilerException in jaxx.compiler.tags.swing |
|---|
| Constructors in jaxx.compiler.tags.swing that throw CompilerException | |
|---|---|
JSpinnerHandler.CompiledSpinner(String id,
ClassDescriptor objectClass,
JAXXCompiler compiler)
|
|
JTabbedPaneHandler.CompiledTabbedPane(String id,
ClassDescriptor objectClass,
JAXXCompiler compiler)
|
|
| Uses of CompilerException in jaxx.compiler.tags.validator |
|---|
| Methods in jaxx.compiler.tags.validator that throw CompilerException | |
|---|---|
void |
BeanValidatorHandler.CompiledBeanValidator.addChild(CompiledObject child,
String constraints,
JAXXCompiler compiler)
|
protected void |
BeanValidatorHandler.compileChildTagFirstPass(Element tag,
JAXXCompiler compiler)
|
void |
FieldValidatorHandler.compileFirstPass(Element tag,
JAXXCompiler compiler)
|
void |
ExcludeFieldValidatorHandler.compileFirstPass(Element tag,
JAXXCompiler compiler)
|
void |
FieldValidatorHandler.compileSecondPass(Element tag,
JAXXCompiler compiler)
|
void |
ExcludeFieldValidatorHandler.compileSecondPass(Element tag,
JAXXCompiler compiler)
|
void |
BeanValidatorHandler.compileSecondPass(Element tag,
JAXXCompiler compiler)
|
| Uses of CompilerException in jaxx.compiler.tasks |
|---|
| Methods in jaxx.compiler.tasks that throw CompilerException | |
|---|---|
protected void |
GenerateConstructorsTask.addConstructor(JAXXCompiler compiler,
String className,
List<String> constructorTypes)
|
protected void |
GenerateConstructorsTask.addConstructorWithInitialContext(JAXXCompiler compiler,
String className,
List<String> constructorTypes,
boolean superclassIsJAXXObject)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||