Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
Requirement.Type |
Requirement.getType()
optional .jscomp.Requirement.Type type = 6; |
Requirement.Type |
Requirement.Builder.getType()
optional .jscomp.Requirement.Type type = 6; |
Requirement.Type |
RequirementOrBuilder.getType()
optional .jscomp.Requirement.Type type = 6; |
static Requirement.Type |
Requirement.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Requirement.Type |
Requirement.Type.valueOf(int value) |
static Requirement.Type |
Requirement.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Requirement.Type[] |
Requirement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Requirement.Type> |
Requirement.Type.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Requirement.Builder |
Requirement.Builder.setType(Requirement.Type value)
optional .jscomp.Requirement.Type type = 6; |
Copyright © 2009–2023 Google. All rights reserved.