Package com.google.template.soy.msgs.internal.MsgUtils

Examples of com.google.template.soy.msgs.internal.MsgUtils.MsgPartsAndIds


  }


  @Override protected void visitMsgNode(MsgNode node) {

    MsgPartsAndIds msgPartsAndIds = MsgUtils.buildMsgPartsAndComputeMsgIdForDualFormat(node);
    msgs.add(new SoyMsg(
        msgPartsAndIds.id, -1L, null, node.getMeaning(), node.getDesc(), node.isHidden(),
        node.getContentType(), currentSource, node.isPlrselMsg(), msgPartsAndIds.parts));
  }
View Full Code Here

TOP

Related Classes of com.google.template.soy.msgs.internal.MsgUtils.MsgPartsAndIds

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.