public final class JsInteropUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_JSNAME |
static String |
UNUSABLE_BY_JS |
Constructor and Description |
---|
JsInteropUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isGlobal(String jsNamespace) |
static boolean |
isWindow(String jsNamespace) |
static void |
maybeSetJsInteropProperties(JDeclaredType type,
org.eclipse.jdt.internal.compiler.ast.Annotation[] annotations) |
static void |
maybeSetJsInteropProperties(JField field,
boolean generateExport,
org.eclipse.jdt.internal.compiler.ast.Annotation... annotations) |
static void |
maybeSetJsInteropProperties(JMethod method,
boolean generateExport,
org.eclipse.jdt.internal.compiler.ast.Annotation... annotations) |
static void |
maybeSetJsInteropProperties(JParameter parameter,
org.eclipse.jdt.internal.compiler.ast.Annotation... annotations) |
static String |
normalizeQualifier(String qualifier) |
public static final String UNUSABLE_BY_JS
public static final String INVALID_JSNAME
public static boolean isGlobal(String jsNamespace)
public static boolean isWindow(String jsNamespace)
public static void maybeSetJsInteropProperties(JDeclaredType type, org.eclipse.jdt.internal.compiler.ast.Annotation[] annotations)
public static void maybeSetJsInteropProperties(JMethod method, boolean generateExport, org.eclipse.jdt.internal.compiler.ast.Annotation... annotations)
public static void maybeSetJsInteropProperties(JParameter parameter, org.eclipse.jdt.internal.compiler.ast.Annotation... annotations)
public static void maybeSetJsInteropProperties(JField field, boolean generateExport, org.eclipse.jdt.internal.compiler.ast.Annotation... annotations)
Copyright © 2018. All rights reserved.