public class JsniMethodCollector extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSNI_BLOCK_END |
static String |
JSNI_BLOCK_START |
Modifier and Type | Method and Description |
---|---|
static Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> |
collectJsniMethods(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
String source,
JsScope scope,
CorrelationFactory correlator) |
static JsFunction |
parseJsniFunction(org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method,
String unitSource,
String enclosingType,
SourceInfo baseInfo,
JsScope scope) |
static void |
reportJsniError(SourceInfo info,
org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method,
String msg) |
static void |
reportJsniWarning(SourceInfo info,
org.eclipse.jdt.internal.compiler.ast.MethodDeclaration method,
String msg) |
public static final String JSNI_BLOCK_END
public static final String JSNI_BLOCK_START
public static Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> collectJsniMethods(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud, String sourceMapPath, String source, JsScope scope, CorrelationFactory correlator)
public static JsFunction parseJsniFunction(org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method, String unitSource, String enclosingType, SourceInfo baseInfo, JsScope scope)
public static void reportJsniError(SourceInfo info, org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method, String msg)
public static void reportJsniWarning(SourceInfo info, org.eclipse.jdt.internal.compiler.ast.MethodDeclaration method, String msg)
Copyright © 2018. All rights reserved.