public interface IStorableCdtVariables
Modifier and Type | Method and Description |
---|---|
boolean |
contains(ICdtVariable var) |
ICdtVariable |
createMacro(ICdtVariable copy) |
ICdtVariable |
createMacro(String name,
int type,
String value) |
ICdtVariable |
createMacro(String name,
int type,
String[] value) |
void |
createMacros(ICdtVariable[] macros) |
boolean |
deleteAll() |
ICdtVariable |
deleteMacro(String name) |
ICdtVariable |
getMacro(String name) |
ICdtVariable[] |
getMacros() |
boolean |
isChanged() |
boolean |
isEmpty() |
ICdtVariable getMacro(String name)
ICdtVariable[] getMacros()
boolean deleteAll()
boolean contains(ICdtVariable var)
ICdtVariable deleteMacro(String name)
boolean isChanged()
ICdtVariable createMacro(ICdtVariable copy)
ICdtVariable createMacro(String name, int type, String value)
ICdtVariable createMacro(String name, int type, String[] value)
void createMacros(ICdtVariable[] macros)
boolean isEmpty()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.