public final class CSharpVisitor extends CoreVisitor implements ICSharpVisitor
| 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 |
onModule(<any> closure)
Call the given closure on modules.
|
void |
onSourceFile(<any> closure)
Call the given closure for all source files.
|
callElementClosures, onDirectory, onDirectoryFragment, onExternal, onExternalElementContainer, onField, onGenericProgrammingElement, onLogicalExternal, onLogicalModule, onLogicalModuleNamespace, onLogicalModuleProgrammingElement, onLogicalSystem, onLogicalSystemNamespace, onLogicalSystemProgrammingElement, onMethod, onNamespaceFragment, onProgrammingElement, onRootDirectory, onRoutine, onType, removeAllClosures, visitChildren, visitChildrenOf, visitExternal, visitExternalLogicalNamespaceRoot, visitInternalLogicalNamespaceRoot, visitModule, visitModuleBasedLogicalNamespaceRoot, visitModuleSettings, visitNamedElement, visitSystemSettingsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonField, onLogicalModule, onLogicalModuleNamespace, onLogicalSystemNamespace, onMethod, onTypecallElementClosures, onDirectory, onDirectoryFragment, onExternal, onExternalElementContainer, onGenericProgrammingElement, onLogicalExternal, onLogicalModuleProgrammingElement, onLogicalSystem, onLogicalSystemProgrammingElement, onNamespaceFragment, onProgrammingElement, onRootDirectory, onRoutine, removeAllClosures, visitChildrenpublic void onSourceFile(<any> closure)
ICoreVisitoronSourceFile in interface ICoreVisitoronSourceFile in interface ICSharpVisitoronSourceFile in class CoreVisitorpublic void onCSharpProperty(<any> closure)
onCSharpProperty in interface ICSharpVisitorpublic void onCSharpEvent(<any> closure)
onCSharpEvent in interface ICSharpVisitorpublic void onCSharpEnumConstant(<any> closure)
onCSharpEnumConstant in interface ICSharpVisitorpublic void onCSharpEnum(<any> closure)
onCSharpEnum in interface ICSharpVisitorpublic void onCSharpClass(<any> closure)
onCSharpClass in interface ICSharpVisitorpublic void onCSharpStruct(<any> closure)
onCSharpStruct in interface ICSharpVisitorpublic void onCSharpInterface(<any> closure)
onCSharpInterface in interface ICSharpVisitorpublic void onCSharpDelegate(<any> closure)
onCSharpDelegate in interface ICSharpVisitorpublic void onModule(<any> closure)
ICoreVisitoronModule in interface ICoreVisitoronModule in interface ICSharpVisitoronModule in class CoreVisitor