Package | Description |
---|---|
com.google.gwt.dev.asm.commons | |
com.google.gwt.dev.shell.rewrite |
Modifier and Type | Method and Description |
---|---|
static Method |
Method.getMethod(Constructor<?> c)
Creates a new
Method . |
static Method |
Method.getMethod(Method m)
Creates a new
Method . |
static Method |
Method.getMethod(String method)
Returns a
Method corresponding to the given Java method
declaration. |
static Method |
Method.getMethod(String method,
boolean defaultPackage)
Returns a
Method corresponding to the given Java method
declaration. |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorAdapter.invokeConstructor(Type type,
Method method)
Generates the instruction to invoke a constructor.
|
void |
GeneratorAdapter.invokeInterface(Type owner,
Method method)
Generates the instruction to invoke an interface method.
|
void |
GeneratorAdapter.invokeStatic(Type owner,
Method method)
Generates the instruction to invoke a static method.
|
void |
GeneratorAdapter.invokeVirtual(Type owner,
Method method)
Generates the instruction to invoke a normal method.
|
Constructor and Description |
---|
GeneratorAdapter(int access,
Method method,
MethodVisitor mv)
Creates a new
GeneratorAdapter . |
GeneratorAdapter(int access,
Method method,
String signature,
Type[] exceptions,
ClassVisitor cv)
Creates a new
GeneratorAdapter . |
Modifier and Type | Method and Description |
---|---|
List<Method> |
HostedModeClassRewriter.SingleJsoImplData.getDeclarations(String mangledName)
Returns the method declarations that should be generated for a given
mangled method name.
|
List<Method> |
HostedModeClassRewriter.SingleJsoImplData.getImplementations(String mangledName)
Returns the implementations that the method declarations above should
delegate to.
HostedModeClassRewriter.SingleJsoImplData.getDeclarations(java.lang.String) and HostedModeClassRewriter.SingleJsoImplData.getImplementations(java.lang.String)
maintain a pairwise mapping. |
Copyright © 2018. All rights reserved.