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.
  • Constructor Details

  • Method Details

    • 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)