프로퍼티 | 타입 | 설명 | |
---|---|---|---|
RefactorElement | void |
메소드 | 설명 | |
---|---|---|
CleanUpModel ( ) : void |
Clean up model by removing all useless prefixes
|
|
Compile_Synchronous ( bool rebuild, bool silent = false ) : void |
Performs a synchronous compilation
|
|
Refactor ( ModelElement element, string newName ) : void |
Modifies the system according to the new element definition
|
|
RefactorAndRelocate ( ModelElement model ) : void |
Performs a refactoring of the model then ensure that the namespaces in its inner elements are correct
|
|
RefactorIExpressionable ( ModelElement element, IExpressionable user ) : void |
Refactors an element which can hold an expression
|
|
RefactorTypedElement ( ModelElement element, ITypedElement user ) : void |
Refactors an element which has a type
|
|
visit ( |
||
visit ( Generated obj, bool visitSubNodes ) : void |
메소드 | 설명 | |
---|---|---|
RefactorElement ( ModelElement element, string originalName, string newName ) : void |
Refactors a single element
|
public Compile_Synchronous ( bool rebuild, bool silent = false ) : void | ||
rebuild | bool | |
silent | bool | |
리턴 | void |
public Refactor ( ModelElement element, string newName ) : void | ||
element | ModelElement | The element that has been modified, and for which refactoring is done |
newName | string | The new element name |
리턴 | void |
public RefactorAndRelocate ( ModelElement model ) : void | ||
model | ModelElement | |
리턴 | void |
public static RefactorIExpressionable ( ModelElement element, IExpressionable user ) : void | ||
element | ModelElement | The element that has been modified, and for which refactoring is done |
user | IExpressionable | The user, which can hold an expression |
리턴 | void |
public static RefactorTypedElement ( ModelElement element, ITypedElement user ) : void | ||
element | ModelElement | The element that has been modified |
user | ITypedElement | The user which references this type |
리턴 | void |
public visit ( |
||
obj | ||
visitSubNodes | bool | |
리턴 | void |
public visit ( Generated obj, bool visitSubNodes ) : void | ||
obj | Generated | |
visitSubNodes | bool | |
리턴 | void |