com.ibm.icu.text
Class MessagePatternUtil.MessageNode

java.lang.Object
  extended by com.ibm.icu.text.MessagePatternUtil.Node
      extended by com.ibm.icu.text.MessagePatternUtil.MessageNode
Enclosing class:
MessagePatternUtil

public static class MessagePatternUtil.MessageNode
extends MessagePatternUtil.Node

A Node representing a parsed MessageFormat pattern string.

Status:
Draft ICU 49.

Method Summary
 List<MessagePatternUtil.MessageContentsNode> getContents()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getContents

public List<MessagePatternUtil.MessageContentsNode> getContents()
Returns:
the list of MessageContentsNode nodes that this message contains
Status:
Draft ICU 49.

toString

public String toString()

Overrides:
toString in class Object
Status:
Draft ICU 49.


Copyright (c) 2012 IBM Corporation and others.