| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
EventHandler.getAddMethod() |
MethodDescriptor |
EventHandler.getListenerMethod() |
MethodDescriptor |
JAXXCompiler.getScriptMethod(String methodName) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodDescriptor> |
SymbolTable.getScriptMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompiledObject.addEventHandler(String eventId,
MethodDescriptor addMethod,
MethodDescriptor listenerMethod,
String code,
JAXXCompiler compiler)
Adds an event listener to this object.
|
void |
JAXXCompiler.addScriptMethod(MethodDescriptor method) |
| Constructor and Description |
|---|
EventHandler(String eventId,
String objectCode,
MethodDescriptor addMethod,
ClassDescriptor listenerClass,
MethodDescriptor listenerMethod,
String javaCode) |
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
JAXXEventSetDescriptor.getAddListenerMethod() |
MethodDescriptor[] |
JAXXEventSetDescriptor.getListenerMethods() |
MethodDescriptor |
JAXXPropertyDescriptor.getReadMethodDescriptor() |
MethodDescriptor |
JAXXEventSetDescriptor.getRemoveListenerMethod() |
MethodDescriptor |
JAXXPropertyDescriptor.getWriteMethodDescriptor() |
| Constructor and Description |
|---|
JAXXEventSetDescriptor(ClassDescriptor classDescriptor,
String name,
MethodDescriptor addListenerMethod,
MethodDescriptor removeListenerMethod,
MethodDescriptor[] listenerMethods) |
JAXXEventSetDescriptor(ClassDescriptor classDescriptor,
String name,
MethodDescriptor addListenerMethod,
MethodDescriptor removeListenerMethod,
MethodDescriptor[] listenerMethods) |
JAXXPropertyDescriptor(ClassDescriptor classDescriptor,
String propertyName,
MethodDescriptor readMethod,
MethodDescriptor writeMethod) |
JAXXPropertyDescriptor(ClassDescriptor classDescriptor,
String propertyName,
MethodDescriptor readMethod,
MethodDescriptor writeMethod,
boolean bound) |
| Modifier and Type | Method and Description |
|---|---|
protected ClassDescriptor |
DataSource.getMethodReturnType(ClassDescriptor contextClass,
MethodDescriptor method)
Given a method from a given context class, try to obtain his method
return type.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor |
StylesheetHelper.getAddMouseListenerMethod(CompiledObject object) |
static MethodDescriptor |
StylesheetHelper.getMouseListenerMethod(CompiledObject object,
String property) |
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor |
ClassDescriptorHelper.createMethodDescriptor(Constructor<?> javaMethod,
ClassLoader classLoader) |
static MethodDescriptor |
ClassDescriptorHelper.createMethodDescriptor(Method javaMethod,
ClassLoader classLoader) |
MethodDescriptor[] |
ClassDescriptor.getConstructorDescriptors() |
abstract MethodDescriptor |
ClassDescriptor.getDeclaredMethodDescriptor(String name,
ClassDescriptor... parameterTypes) |
MethodDescriptor |
ClassDescriptor.getMethodDescriptor(String name,
ClassDescriptor... parameterTypes) |
MethodDescriptor[] |
ClassDescriptor.getMethodDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<MethodDescriptor> |
ClassDescriptor.tryToGetDeclaredMethodDescriptor(String name,
ClassDescriptor... parameterTypes) |
Optional<MethodDescriptor> |
ClassDescriptor.tryToGetSetterMethodDescriptor(String name) |
| Constructor and Description |
|---|
ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType,
String name,
String packageName,
String superclass,
String[] interfaces,
boolean isInterface,
boolean isArray,
String componentType,
JAXXObjectDescriptor jaxxObjectDescriptor,
ClassLoader classLoader,
MethodDescriptor[] constructorDescriptors,
MethodDescriptor[] methodDescriptors,
FieldDescriptor[] fieldDescriptors) |
ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType,
String name,
String packageName,
String superclass,
String[] interfaces,
boolean isInterface,
boolean isArray,
String componentType,
JAXXObjectDescriptor jaxxObjectDescriptor,
ClassLoader classLoader,
MethodDescriptor[] constructorDescriptors,
MethodDescriptor[] methodDescriptors,
FieldDescriptor[] fieldDescriptors) |
ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType,
String name,
String packageName,
String superclass,
String[] interfaces,
boolean isInterface,
boolean isArray,
String componentType,
JAXXObjectDescriptor jaxxObjectDescriptor,
ClassLoader classLoader,
MethodDescriptor[] constructorDescriptors,
MethodDescriptor[] methodDescriptors,
FieldDescriptor[] fieldDescriptors,
FieldDescriptor[] declaredFieldDescriptors) |
ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType,
String name,
String packageName,
String superclass,
String[] interfaces,
boolean isInterface,
boolean isArray,
String componentType,
JAXXObjectDescriptor jaxxObjectDescriptor,
ClassLoader classLoader,
MethodDescriptor[] constructorDescriptors,
MethodDescriptor[] methodDescriptors,
FieldDescriptor[] fieldDescriptors,
FieldDescriptor[] declaredFieldDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor.getDeclaredMethodDescriptor(String name,
ClassDescriptor... parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MethodDescriptor> |
ClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor.tryToGetDeclaredMethodDescriptor(String name,
ClassDescriptor... parameterTypes) |
| Constructor and Description |
|---|
JaxxFileClassDescriptor(JAXXCompiler compiler,
String className,
String packageName,
Set<String> interfaces,
ClassLoader classLoader,
MethodDescriptor[] constructors,
MethodDescriptor[] publicMethods,
FieldDescriptor[] publicFields) |
JaxxFileClassDescriptor(JAXXCompiler compiler,
String className,
String packageName,
Set<String> interfaces,
ClassLoader classLoader,
MethodDescriptor[] constructors,
MethodDescriptor[] publicMethods,
FieldDescriptor[] publicFields) |
Copyright © 2008–2017 Ultreia.io. All rights reserved.