Mobile Tools for Java
Release 1.0

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

java.lang.Object
  extended by org.eclipse.mtj.core.model.preprocessor.symbol.SymbolUtils

public class SymbolUtils
extends Object


Constructor Summary
SymbolUtils()
           
 
Method Summary
static String getSafeSymbolValue(String value)
          Get symbol value in safe format for preprocessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolUtils

public SymbolUtils()
Method Detail

getSafeSymbolValue

public static String getSafeSymbolValue(String value)
Get symbol value in safe format for preprocessor.

Returns:

Mobile Tools for Java
Release 1.0