Package | Description |
---|---|
com.google.gwt.dev.jjs.ast |
Modifier and Type | Method and Description |
---|---|
static AccessModifier |
AccessModifier.fromFieldBinding(org.eclipse.jdt.internal.compiler.lookup.FieldBinding fieldBinding) |
static AccessModifier |
AccessModifier.fromMethodBinding(org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding) |
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 |
---|
JConstructor(SourceInfo info,
JClassType enclosingType,
AccessModifier access) |
JEnumField(SourceInfo info,
String name,
int ordinal,
JEnumType enclosingType,
JClassType type,
AccessModifier access) |
JField(SourceInfo info,
String name,
JDeclaredType enclosingType,
JType type,
boolean isStatic,
JField.Disposition disposition,
AccessModifier access) |
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.