Package | Description |
---|---|
com.google.gwt.dev.javac | |
com.google.gwt.dev.javac.asm |
Modifier and Type | Field and Description |
---|---|
protected MethodArgNamesLookup |
CompilationUnitTypeOracleUpdater.TypeOracleBuildContext.allMethodArgs |
Modifier and Type | Method and Description |
---|---|
static MethodArgNamesLookup |
MethodParamCollector.collect(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath)
Returns an unmodifiable MethodArgNamesLookup containing the method argument
names for the supplied compilation unit.
|
MethodArgNamesLookup |
CachedCompilationUnit.getMethodArgs() |
abstract MethodArgNamesLookup |
CompilationUnit.getMethodArgs() |
Modifier and Type | Method and Description |
---|---|
protected CompilationUnitTypeOracleUpdater.TypeOracleBuildContext |
CompilationUnitTypeOracleUpdater.getContext(MethodArgNamesLookup argsLookup)
Returns a new build context to use for the duration of one addNewTypesDontIndex() invocation.
|
protected CompilationUnitTypeOracleUpdater.TypeOracleBuildContext |
LibraryCompilationUnitTypeOracleUpdater.getContext(MethodArgNamesLookup argsLookup)
Returns the same build context across multiple (recursive) addNewTypesDontIndex() invocations.
|
protected abstract CompilationUnit |
CompilationUnitBuilder.makeUnit(List<CompiledClass> compiledClasses,
List<JDeclaredType> types,
com.google.gwt.dev.javac.Dependencies dependencies,
Collection<? extends JsniMethod> jsniMethods,
MethodArgNamesLookup methodArgs,
org.eclipse.jdt.core.compiler.CategorizedProblem[] errors) |
void |
MethodArgNamesLookup.mergeFrom(MethodArgNamesLookup other)
Merge argument names from another lookup map into this one.
|
CompilationUnitBuilder |
CompilationUnitBuilder.setMethodArgs(MethodArgNamesLookup methodArgs) |
Constructor and Description |
---|
TypeOracleBuildContext(MethodArgNamesLookup allMethodArgs) |
Constructor and Description |
---|
ResolveMethodSignature(Resolver resolver,
TreeLogger logger,
JAbstractMethod method,
TypeParameterLookup typeParamLookup,
boolean hasReturnType,
CollectMethodData methodData,
org.objectweb.asm.Type[] argTypes,
String[] argNames,
boolean argNamesAreReal,
MethodArgNamesLookup allMethodArgs)
Resolve a method signature.
|
Copyright © 2018. All rights reserved.