Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private static FunctionInformationMap |
FunctionInformationMap.defaultInstance |
FunctionInformationMap |
Result.functionInformationMap |
private FunctionInformationMap |
Compiler.functionInformationMap
The function information map
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<FunctionInformationMap> |
FunctionInformationMap.PARSER |
Modifier and Type | Method and Description |
---|---|
FunctionInformationMap |
FunctionInformationMap.Builder.build() |
FunctionInformationMap |
FunctionInformationMap.Builder.buildPartial() |
static FunctionInformationMap |
FunctionInformationMap.getDefaultInstance() |
FunctionInformationMap |
FunctionInformationMap.getDefaultInstanceForType() |
FunctionInformationMap |
FunctionInformationMap.Builder.getDefaultInstanceForType() |
(package private) FunctionInformationMap |
Compiler.getFunctionalInformationMap() |
(package private) FunctionInformationMap |
RecordFunctionInformation.getMap()
Returns the built-out map.
|
static FunctionInformationMap |
FunctionInformationMap.parseDelimitedFrom(java.io.InputStream input) |
static FunctionInformationMap |
FunctionInformationMap.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunctionInformationMap |
FunctionInformationMap.parseFrom(byte[] data) |
static FunctionInformationMap |
FunctionInformationMap.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunctionInformationMap |
FunctionInformationMap.parseFrom(com.google.protobuf.ByteString data) |
static FunctionInformationMap |
FunctionInformationMap.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunctionInformationMap |
FunctionInformationMap.parseFrom(com.google.protobuf.CodedInputStream input) |
static FunctionInformationMap |
FunctionInformationMap.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunctionInformationMap |
FunctionInformationMap.parseFrom(java.io.InputStream input) |
static FunctionInformationMap |
FunctionInformationMap.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<FunctionInformationMap> |
FunctionInformationMap.getParserForType() |
Modifier and Type | Method and Description |
---|---|
FunctionInformationMap.Builder |
FunctionInformationMap.Builder.mergeFrom(FunctionInformationMap other) |
static FunctionInformationMap.Builder |
FunctionInformationMap.newBuilder(FunctionInformationMap prototype) |
Constructor and Description |
---|
Result(JSError[] errors,
JSError[] warnings,
java.lang.String debugLog,
VariableMap variableMap,
VariableMap propertyMap,
VariableMap namedAnonFunctionMap,
FunctionInformationMap functionInformationMap,
SourceMap sourceMap,
java.lang.String externExport) |
Result(JSError[] errors,
JSError[] warnings,
java.lang.String debugLog,
VariableMap variableMap,
VariableMap propertyMap,
VariableMap namedAnonFunctionMap,
VariableMap stringMap,
FunctionInformationMap functionInformationMap,
SourceMap sourceMap,
java.lang.String externExport,
java.util.Map<java.lang.String,java.lang.Integer> cssNames,
java.lang.String idGeneratorMap) |