public interface IVariableSubstitutor
Modifier and Type | Method and Description |
---|---|
String |
resolveToString(String macroName)
called to resolve to String the macro reference of the specified name
|
String[] |
resolveToStringList(String macroName)
called to resolve to String-List the macro reference of the specified name
|
String resolveToString(String macroName) throws CdtVariableException
macroName
- the macro nameCdtVariableException
String[] resolveToStringList(String macroName) throws CdtVariableException
macroName
- the macro nameCdtVariableException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.