
public static interface MessageFormatParser.TemplateChunkVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(MessageFormatParser.ArgumentChunk argChunk) |
void |
visit(MessageFormatParser.StaticArgChunk staticArgChunk) |
void |
visit(MessageFormatParser.StringChunk stringChunk) |
void visit(MessageFormatParser.ArgumentChunk argChunk) throws com.google.gwt.core.ext.UnableToCompleteException
com.google.gwt.core.ext.UnableToCompleteExceptionvoid visit(MessageFormatParser.StaticArgChunk staticArgChunk) throws com.google.gwt.core.ext.UnableToCompleteException
com.google.gwt.core.ext.UnableToCompleteExceptionvoid visit(MessageFormatParser.StringChunk stringChunk) throws com.google.gwt.core.ext.UnableToCompleteException
com.google.gwt.core.ext.UnableToCompleteExceptionCopyright © 2016. All rights reserved.