com.ibm.wala.cast.util
Class CAstPattern.Segments

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<java.lang.String,java.lang.Object>
          extended by com.ibm.wala.cast.util.CAstPattern.Segments
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, java.util.SortedMap<java.lang.String,java.lang.Object>
Enclosing class:
CAstPattern

public static class CAstPattern.Segments
extends java.util.TreeMap<java.lang.String,java.lang.Object>

See Also:
Serialized Form

Constructor Summary
CAstPattern.Segments()
           
 
Method Summary
 java.util.List<java.lang.Object> getMultiple(java.lang.String name)
           
 CAstNode getSingle(java.lang.String name)
           
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

CAstPattern.Segments

public CAstPattern.Segments()
Method Detail

getSingle

public CAstNode getSingle(java.lang.String name)

getMultiple

public java.util.List<java.lang.Object> getMultiple(java.lang.String name)