public static class MessageFormatParser.DefaultTemplateChunkVisitor extends Object implements MessageFormatParser.TemplateChunkVisitor
Constructor and Description |
---|
DefaultTemplateChunkVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
visit(MessageFormatParser.ArgumentChunk argChunk) |
void |
visit(MessageFormatParser.StaticArgChunk staticArgChunk) |
void |
visit(MessageFormatParser.StringChunk stringChunk) |
public void visit(MessageFormatParser.ArgumentChunk argChunk) throws com.google.gwt.core.ext.UnableToCompleteException
visit
in interface MessageFormatParser.TemplateChunkVisitor
com.google.gwt.core.ext.UnableToCompleteException
public void visit(MessageFormatParser.StaticArgChunk staticArgChunk) throws com.google.gwt.core.ext.UnableToCompleteException
visit
in interface MessageFormatParser.TemplateChunkVisitor
com.google.gwt.core.ext.UnableToCompleteException
public void visit(MessageFormatParser.StringChunk stringChunk) throws com.google.gwt.core.ext.UnableToCompleteException
visit
in interface MessageFormatParser.TemplateChunkVisitor
com.google.gwt.core.ext.UnableToCompleteException
Copyright © 2016. All rights reserved.