| Package | Description |
|---|---|
| org.apache.royale.compiler.internal.codegen.typedefs.reference |
| Modifier and Type | Class and Description |
|---|---|
class |
NullConstructorReference |
| Modifier and Type | Method and Description |
|---|---|
MethodReference |
ClassReference.addMethod(com.google.javascript.rhino.Node node,
String functionName,
com.google.javascript.rhino.JSDocInfo comment,
boolean isStatic) |
MethodReference |
ClassReference.getConstructor() |
MethodReference |
ClassReference.getInstanceMethod(String name) |
MethodReference |
ClassReference.getMethodOverrideFromInterface(MethodReference reference) |
MethodReference |
ClassReference.getStaticMethod(String name) |
MethodReference |
ClassReference.getSuperMethod(String methodName) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<MethodReference> |
ClassReference.getAllMethods() |
| Modifier and Type | Method and Description |
|---|---|
MethodReference |
ClassReference.getMethodOverrideFromInterface(MethodReference reference) |
boolean |
ClassReference.isMethodOverrideFromInterface(MethodReference reference) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.