org.apache.cxf.tools.corba.idlpreprocessor
Class DefineState
java.lang.Object
org.apache.cxf.tools.corba.idlpreprocessor.DefineState
public class DefineState
- extends Object
A registry for #define preprocessor instructions that allows tracking whether a symbol is defined or not.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefineState
public DefineState(Map<String,String> initialDefines)
define
public void define(String symbol,
String value)
isDefined
public boolean isDefined(String symbol)
getValue
public String getValue(String symbol)
undefine
public void undefine(String symbol)
Apache CXF