Package | Description |
---|---|
com.google.gwt.dev.jjs.ast |
Modifier and Type | Method and Description |
---|---|
static AccessModifier |
AccessModifier.fromMethodBinding(org.eclipse.jdt.internal.compiler.lookup.MethodBinding b) |
AccessModifier |
JMethod.getAccess() |
static AccessModifier |
AccessModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessModifier[] |
AccessModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JMethod(SourceInfo info,
String name,
JDeclaredType enclosingType,
JType returnType,
boolean isAbstract,
boolean isStatic,
boolean isFinal,
AccessModifier access)
These are only supposed to be constructed by JProgram.
|
Copyright © 2018. All rights reserved.