public interface ICSharpVisitor extends ICoreVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
onCSharpClass(<any> closure) |
void |
onCSharpDelegate(<any> closure) |
void |
onCSharpEnum(<any> closure) |
void |
onCSharpEnumConstant(<any> closure) |
void |
onCSharpEvent(<any> closure) |
void |
onCSharpInterface(<any> closure) |
void |
onCSharpProperty(<any> closure) |
void |
onCSharpStruct(<any> closure) |
void |
onField(<any> closure)
Call the given closure on fields.
|
void |
onLogicalModule(<any> closure)
Call the given closure on logical modules.
|
void |
onLogicalModuleNamespace(<any> closure)
Call the given closure on logical namespaces with module scope.
|
void |
onLogicalSystemNamespace(<any> closure)
Call the given closure on logical namespaces with system scope.
|
void |
onMethod(<any> closure)
Call the given closure on member functions.
|
void |
onModule(<any> closure)
Call the given closure on modules.
|
void |
onSourceFile(<any> closure)
Call the given closure for all source files.
|
void |
onType(<any> closure)
Call the given closure on types.
|
callElementClosures, onDirectory, onDirectoryFragment, onExternal, onExternalElementContainer, onGenericProgrammingElement, onLogicalExternal, onLogicalModuleProgrammingElement, onLogicalSystem, onLogicalSystemProgrammingElement, onNamespaceFragment, onProgrammingElement, onRootDirectory, onRoutine, removeAllClosures, visitChildrenvoid onType(<any> closure)
ICoreVisitoronType in interface ICoreVisitorvoid onMethod(<any> closure)
ICoreVisitoronMethod in interface ICoreVisitorvoid onField(<any> closure)
ICoreVisitoronField in interface ICoreVisitorvoid onCSharpProperty(<any> closure)
void onCSharpEvent(<any> closure)
void onCSharpEnumConstant(<any> closure)
void onCSharpEnum(<any> closure)
void onCSharpClass(<any> closure)
void onCSharpStruct(<any> closure)
void onCSharpInterface(<any> closure)
void onCSharpDelegate(<any> closure)
void onSourceFile(<any> closure)
ICoreVisitoronSourceFile in interface ICoreVisitorvoid onModule(<any> closure)
ICoreVisitoronModule in interface ICoreVisitorvoid onLogicalModuleNamespace(<any> closure)
ICoreVisitoronLogicalModuleNamespace in interface ICoreVisitorvoid onLogicalSystemNamespace(<any> closure)
ICoreVisitoronLogicalSystemNamespace in interface ICoreVisitorvoid onLogicalModule(<any> closure)
ICoreVisitoronLogicalModule in interface ICoreVisitor