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, visitSystemSettings
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onField, onLogicalModule, onLogicalModuleNamespace, onLogicalSystemNamespace, onMethod, onType
callElementClosures, onDirectory, onDirectoryFragment, onExternal, onExternalElementContainer, onGenericProgrammingElement, onLogicalExternal, onLogicalModuleProgrammingElement, onLogicalSystem, onLogicalSystemProgrammingElement, onNamespaceFragment, onProgrammingElement, onRootDirectory, onRoutine, removeAllClosures, visitChildren
public void onSourceFile(<any> closure)
ICoreVisitor
onSourceFile
in interface ICoreVisitor
onSourceFile
in interface ICSharpVisitor
onSourceFile
in class CoreVisitor
public void onCSharpProperty(<any> closure)
onCSharpProperty
in interface ICSharpVisitor
public void onCSharpEvent(<any> closure)
onCSharpEvent
in interface ICSharpVisitor
public void onCSharpEnumConstant(<any> closure)
onCSharpEnumConstant
in interface ICSharpVisitor
public void onCSharpEnum(<any> closure)
onCSharpEnum
in interface ICSharpVisitor
public void onCSharpClass(<any> closure)
onCSharpClass
in interface ICSharpVisitor
public void onCSharpStruct(<any> closure)
onCSharpStruct
in interface ICSharpVisitor
public void onCSharpInterface(<any> closure)
onCSharpInterface
in interface ICSharpVisitor
public void onCSharpDelegate(<any> closure)
onCSharpDelegate
in interface ICSharpVisitor
public void onModule(<any> closure)
ICoreVisitor
onModule
in interface ICoreVisitor
onModule
in interface ICSharpVisitor
onModule
in class CoreVisitor