Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.preprocessor.symbol
Class SymbolSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<Symbol>
              extended by org.eclipse.mtj.core.model.preprocessor.symbol.SymbolSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Symbol>, Collection<Symbol>, Set<Symbol>

public class SymbolSet
extends HashSet<Symbol>

See Also:
Serialized Form

Constructor Summary
SymbolSet()
           
 
Method Summary
 String getSymbolSetString()
          Return a String representation of the SymbolSet.
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

SymbolSet

public SymbolSet()
Method Detail

getSymbolSetString

public String getSymbolSetString()
Return a String representation of the SymbolSet. This String will be used by the preprocessor.

Returns:

Mobile Tools for Java
Release 1.0