Uses of Interface
com.google.javascript.jscomp.JsMessage.Part
Packages that use JsMessage.Part
-
Uses of JsMessage.Part in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement JsMessage.PartModifier and TypeClassDescriptionstatic final recordA reference to a placeholder in a translatable message.static final recordRepresents a literal string part of a message.Methods in com.google.javascript.jscomp that return types with arguments of type JsMessage.PartModifier and TypeMethodDescriptionJsMessage.Builder.getParts()com.google.common.collect.ImmutableList<JsMessage.Part> JsMessage.getParts()Returns the value of thegetPartsrecord component.static com.google.common.collect.ImmutableList<JsMessage.Part> JsMessageVisitor.parseJsMessageTextIntoParts(String originalMsgText) Methods in com.google.javascript.jscomp with parameters of type JsMessage.PartMethod parameters in com.google.javascript.jscomp with type arguments of type JsMessage.PartModifier and TypeMethodDescriptionJsMessage.Builder.appendParts(List<JsMessage.Part> parts) GoogleJsMessageIdGenerator.generateId(String meaning, List<JsMessage.Part> messageParts) JsMessage.IdGenerator.generateId(String meaning, List<JsMessage.Part> messageParts) Generate the ID for the message.Constructor parameters in com.google.javascript.jscomp with type arguments of type JsMessage.PartModifierConstructorDescriptionJsMessage(@Nullable String getSourceName, String getKey, boolean isAnonymous, boolean isExternal, String getId, com.google.common.collect.ImmutableList<JsMessage.Part> getParts, @Nullable String getAlternateId, @Nullable String getDesc, @Nullable String getMeaning, com.google.common.collect.ImmutableMap<String, String> getPlaceholderNameToExampleMap, com.google.common.collect.ImmutableMap<String, String> getPlaceholderNameToOriginalCodeMap, com.google.common.collect.ImmutableSet<String> jsPlaceholderNames, com.google.common.collect.ImmutableSet<String> canonicalPlaceholderNames) Creates an instance of aJsMessagerecord class.