
public class JsniChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JsniChecker.TypeResolver
A call-back interface to resolve types.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
check(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
JSORestrictionsChecker.CheckerState checkerState,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs,
JsniChecker.TypeResolver typeResolver)
Checks an entire
CompilationUnitDeclaration. |
public static void check(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
JSORestrictionsChecker.CheckerState checkerState,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs,
JsniChecker.TypeResolver typeResolver)
CompilationUnitDeclaration.Copyright © 2018. All rights reserved.