CodeLensCollector

Runs through the AST and collect code lens actions.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val result: ArrayList<CodeLens>

Functions

Link copied to clipboard
open fun visit(n: ArrayCreationLevel?, arg: Unit?)
open fun visit(n: CompilationUnit?, arg: Unit?)
open fun visit(n: ImportDeclaration?, arg: Unit?)
open fun visit(n: Modifier?, arg: Unit?)
open fun visit(n: NodeList<*>?, arg: Unit?)
open fun visit(n: PackageDeclaration?, arg: Unit?)
open fun visit(n: AnnotationDeclaration?, arg: Unit?)
open fun visit(n: ConstructorDeclaration?, arg: Unit?)
open fun visit(n: EnumConstantDeclaration?, arg: Unit?)
open fun visit(n: EnumDeclaration?, arg: Unit?)
open fun visit(n: FieldDeclaration?, arg: Unit?)
open fun visit(n: InitializerDeclaration?, arg: Unit?)
open fun visit(n: MethodDeclaration?, arg: Unit?)
open fun visit(n: Parameter?, arg: Unit?)
open fun visit(n: ReceiverParameter?, arg: Unit?)
open fun visit(n: RecordDeclaration?, arg: Unit?)
open fun visit(n: VariableDeclarator?, arg: Unit?)
open fun visit(n: BlockComment?, arg: Unit?)
open fun visit(n: LineComment?, arg: Unit?)
open fun visit(n: MarkdownComment?, arg: Unit?)
open fun visit(n: TraditionalJavadocComment?, arg: Unit?)
open fun visit(n: ArrayAccessExpr?, arg: Unit?)
open fun visit(n: ArrayCreationExpr?, arg: Unit?)
open fun visit(n: ArrayInitializerExpr?, arg: Unit?)
open fun visit(n: AssignExpr?, arg: Unit?)
open fun visit(n: BinaryExpr?, arg: Unit?)
open fun visit(n: BooleanLiteralExpr?, arg: Unit?)
open fun visit(n: CastExpr?, arg: Unit?)
open fun visit(n: CharLiteralExpr?, arg: Unit?)
open fun visit(n: ClassExpr?, arg: Unit?)
open fun visit(n: ConditionalExpr?, arg: Unit?)
open fun visit(n: DoubleLiteralExpr?, arg: Unit?)
open fun visit(n: EnclosedExpr?, arg: Unit?)
open fun visit(n: FieldAccessExpr?, arg: Unit?)
open fun visit(n: InstanceOfExpr?, arg: Unit?)
open fun visit(n: IntegerLiteralExpr?, arg: Unit?)
open fun visit(n: LambdaExpr?, arg: Unit?)
open fun visit(n: LongLiteralExpr?, arg: Unit?)
open fun visit(n: MarkerAnnotationExpr?, arg: Unit?)
open fun visit(n: MatchAllPatternExpr?, arg: Unit?)
open fun visit(n: MemberValuePair?, arg: Unit?)
open fun visit(n: MethodCallExpr?, arg: Unit?)
open fun visit(n: MethodReferenceExpr?, arg: Unit?)
open fun visit(n: Name?, arg: Unit?)
open fun visit(n: NameExpr?, arg: Unit?)
open fun visit(n: NormalAnnotationExpr?, arg: Unit?)
open fun visit(n: NullLiteralExpr?, arg: Unit?)
open fun visit(n: ObjectCreationExpr?, arg: Unit?)
open fun visit(n: RecordPatternExpr?, arg: Unit?)
open fun visit(n: SimpleName?, arg: Unit?)
open fun visit(n: StringLiteralExpr?, arg: Unit?)
open fun visit(n: SuperExpr?, arg: Unit?)
open fun visit(n: SwitchExpr?, arg: Unit?)
open fun visit(n: TextBlockLiteralExpr?, arg: Unit?)
open fun visit(n: ThisExpr?, arg: Unit?)
open fun visit(n: TypeExpr?, arg: Unit?)
open fun visit(n: TypePatternExpr?, arg: Unit?)
open fun visit(n: UnaryExpr?, arg: Unit?)
open fun visit(n: VariableDeclarationExpr?, arg: Unit?)
open fun visit(n: JmlClassExprDeclaration?, arg: Unit?)
open fun visit(n: JmlFieldDeclaration?, arg: Unit?)
open fun visit(n: JmlMethodDeclaration?, arg: Unit?)
open fun visit(n: JmlRepresentsDeclaration?, arg: Unit?)
open fun visit(n: JmlCallableClause?, arg: Unit?)
open fun visit(n: JmlConditionalClause?, arg: Unit?)
open fun visit(n: JmlForallClause?, arg: Unit?)
open fun visit(n: JmlInfFlowClause?, arg: Unit?)
open fun visit(n: JmlLabledClause?, arg: Unit?)
open fun visit(n: JmlMethodSignature?, arg: Unit?)
open fun visit(n: JmlMultiExprClause?, arg: Unit?)
open fun visit(n: JmlOldClause?, arg: Unit?)
open fun visit(n: JmlSignalsClause?, arg: Unit?)
open fun visit(n: JmlSignalsOnlyClause?, arg: Unit?)
open fun visit(n: JmlSimpleExprClause?, arg: Unit?)
open fun visit(n: JmlDoc?, arg: Unit?)
open fun visit(n: JmlDocDeclaration?, arg: Unit?)
open fun visit(n: JmlDocStmt?, arg: Unit?)
open fun visit(n: JmlDocType?, arg: Unit?)
open fun visit(n: JmlBinaryInfixExpr?, arg: Unit?)
open fun visit(n: JmlLabelExpr?, arg: Unit?)
open fun visit(n: JmlLetExpr?, arg: Unit?)
open fun visit(n: JmlMultiCompareExpr?, arg: Unit?)
open fun visit(n: JmlQuantifiedExpr?, arg: Unit?)
open fun visit(n: JmlSetComprehensionExpr?, arg: Unit?)
open fun visit(n: JmlTypeExpr?, arg: Unit?)
open fun visit(n: JmlBeginStmt?, arg: Unit?)
open fun visit(n: JmlEndStmt?, arg: Unit?)
open fun visit(n: JmlExpressionStmt?, arg: Unit?)
open fun visit(n: JmlGhostStmt?, arg: Unit?)
open fun visit(n: JmlLabelStmt?, arg: Unit?)
open fun visit(n: JmlRefiningStmt?, arg: Unit?)
open fun visit(n: JmlUnreachableStmt?, arg: Unit?)
open fun visit(n: KeyCatchAllStmt?, arg: Unit?)
open fun visit(n: KeyCcatchBreak?, arg: Unit?)
open fun visit(n: KeyCcatchContinue?, arg: Unit?)
open fun visit(n: KeyCcatchParameter?, arg: Unit?)
open fun visit(n: KeyCcatchReturn?, arg: Unit?)
open fun visit(n: KeyEscapeExpression?, arg: Unit?)
open fun visit(n: KeyExecStmt?, arg: Unit?)
open fun visit(n: KeyExecutionContext?, arg: Unit?)
open fun visit(n: KeyLoopScopeBlockStmt?, arg: Unit?)
open fun visit(n: KeyMarkerStatement?, arg: Unit?)
open fun visit(n: KeyMergePointStmt?, arg: Unit?)
open fun visit(n: KeyMethodBodyStatement?, arg: Unit?)
open fun visit(n: KeyMethodCallStmt?, arg: Unit?)
open fun visit(n: KeyMethodSignature?, arg: Unit?)
open fun visit(n: KeyPassiveExpression?, arg: Unit?)
open fun visit(n: KeyTransactionStmt?, arg: Unit?)
open fun visit(n: KeyCcatchSV?, arg: Unit?)
open fun visit(n: KeyContextStatementBlock?, arg: Unit?)
open fun visit(n: KeyExecCtxtSV?, arg: Unit?)
open fun visit(n: KeyExecutionContextSV?, arg: Unit?)
open fun visit(n: KeyExpressionSV?, arg: Unit?)
open fun visit(n: KeyJumpLabelSV?, arg: Unit?)
open fun visit(n: KeyMetaConstruct?, arg: Unit?)
open fun visit(n: KeyMetaConstructType?, arg: Unit?)
open fun visit(n: KeyMethodSignatureSV?, arg: Unit?)
open fun visit(n: KeyProgramVariableSV?, arg: Unit?)
open fun visit(n: KeyStatementSV?, arg: Unit?)
open fun visit(n: KeyTypeSV?, arg: Unit?)
open fun visit(n: ModuleDeclaration?, arg: Unit?)
open fun visit(n: ModuleExportsDirective?, arg: Unit?)
open fun visit(n: ModuleOpensDirective?, arg: Unit?)
open fun visit(n: ModuleProvidesDirective?, arg: Unit?)
open fun visit(n: ModuleRequiresDirective?, arg: Unit?)
open fun visit(n: ModuleUsesDirective?, arg: Unit?)
open fun visit(n: AssertStmt?, arg: Unit?)
open fun visit(n: BlockStmt?, arg: Unit?)
open fun visit(n: BreakStmt?, arg: Unit?)
open fun visit(n: CatchClause?, arg: Unit?)
open fun visit(n: ContinueStmt?, arg: Unit?)
open fun visit(n: DoStmt?, arg: Unit?)
open fun visit(n: EmptyStmt?, arg: Unit?)
open fun visit(n: ExpressionStmt?, arg: Unit?)
open fun visit(n: ForEachStmt?, arg: Unit?)
open fun visit(n: ForStmt?, arg: Unit?)
open fun visit(n: IfStmt?, arg: Unit?)
open fun visit(n: LabeledStmt?, arg: Unit?)
open fun visit(n: LocalClassDeclarationStmt?, arg: Unit?)
open fun visit(n: ReturnStmt?, arg: Unit?)
open fun visit(n: SwitchEntry?, arg: Unit?)
open fun visit(n: SwitchStmt?, arg: Unit?)
open fun visit(n: SynchronizedStmt?, arg: Unit?)
open fun visit(n: ThrowStmt?, arg: Unit?)
open fun visit(n: TryStmt?, arg: Unit?)
open fun visit(n: UnparsableStmt?, arg: Unit?)
open fun visit(n: WhileStmt?, arg: Unit?)
open fun visit(n: YieldStmt?, arg: Unit?)
open fun visit(n: ArrayType?, arg: Unit?)
open fun visit(n: ClassOrInterfaceType?, arg: Unit?)
open fun visit(n: IntersectionType?, arg: Unit?)
open fun visit(n: PrimitiveType?, arg: Unit?)
open fun visit(n: TypeParameter?, arg: Unit?)
open fun visit(n: UnionType?, arg: Unit?)
open fun visit(n: UnknownType?, arg: Unit?)
open fun visit(n: VarType?, arg: Unit?)
open fun visit(n: VoidType?, arg: Unit?)
open fun visit(n: WildcardType?, arg: Unit?)
open override fun visit(n: JmlContract, arg: Unit?)