Package org.eclipse.cdt.core.settings.model

Examples of org.eclipse.cdt.core.settings.model.CMacroEntry


  protected ICLanguageSettingEntry createEntry(CommandLine commandLine)
    throws Exception
  {
    String name = commandLine.getValue(Options.NAME_OPTION);
    String value = commandLine.getValue(Options.VALUE_OPTION);
    return new CMacroEntry(name, value, 0);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.cdt.core.settings.model.CMacroEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.