Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.symbol.ISymbol

Packages that use ISymbol
org.eclipse.mtj.core.symbol This package provides an API for managing all symbols that are used during the preprocessing operations. 
 

Uses of ISymbol in org.eclipse.mtj.core.symbol
 

Methods in org.eclipse.mtj.core.symbol that return ISymbol
 ISymbol ISymbolSet.add(String identifier)
          Define the specified identifier.
 ISymbol ISymbolSet.add(String identifier, String value)
          Define the specified identifier to be the specified value.
 ISymbol ISymbolSet.add(String identifier, String value, int type)
          Define the specified identifier to be the specified value.
 ISymbol ISymbolSetFactory.createSymbol(String name, String value)
          Creates a new symbol based on the symbol name and value
 

Methods in org.eclipse.mtj.core.symbol that return types with arguments of type ISymbol
 Collection<ISymbol> ISymbolSet.getSymbols()
          Return the symbols that are defined as true in the list of symbol definitions.
 

Methods in org.eclipse.mtj.core.symbol with parameters of type ISymbol
 void ISymbolSet.add(ISymbol s)
          Add one specific symbol to this symbol set
 

Method parameters in org.eclipse.mtj.core.symbol with type arguments of type ISymbol
 void ISymbolSet.add(Collection<ISymbol> c)
          Add a collection of symbols to this symbol set
 void ISymbolSet.remove(Collection<ISymbol> c)
          Remove a list of symbols
 


Mobile Tools for Java
Release 1.0