Class ServerSideExportFormMethodDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.ServerSideExportFormMethodDiagnostic
- All Implemented Interfaces:
SymbolTreeVisitor
,BSLDiagnostic
@DiagnosticMetadata(type=ERROR,
severity=BLOCKER,
minutesToFix=5,
tags={ERROR,UNPREDICTABLE,SUSPICIOUS},
scope=BSL,
modules=FormModule)
public class ServerSideExportFormMethodDiagnostic
extends AbstractSymbolTreeDiagnostic
-
Field Summary
Fields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
diagnosticStorage, documentContext, info
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitMethod
(MethodSymbol method) void
visitModule
(ModuleSymbol module) Methods inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
check, visitRegion, visitVariable
Methods inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
getDiagnostics, getInfo, setInfo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
configure
-
Constructor Details
-
ServerSideExportFormMethodDiagnostic
public ServerSideExportFormMethodDiagnostic()
-
-
Method Details
-
visitModule
- Specified by:
visitModule
in interfaceSymbolTreeVisitor
- Overrides:
visitModule
in classAbstractSymbolTreeDiagnostic
-
visitMethod
- Specified by:
visitMethod
in interfaceSymbolTreeVisitor
- Overrides:
visitMethod
in classAbstractSymbolTreeDiagnostic
-