Package-level declarations

Types

Link copied to clipboard
class CompilationDatabase : Plugin
Link copied to clipboard
object CpgConsole
Link copied to clipboard
class Neo4jPlugin : Plugin
Link copied to clipboard
class RunPlugin : Plugin
Link copied to clipboard
class ShowCodePlugin : Plugin
Link copied to clipboard
class TranslatePlugin : Plugin

Properties

Link copied to clipboard
val styles: SyntaxPlugin.HighlightStylesFromConfiguration

Functions

Link copied to clipboard
fun Node.fancyCode(linesAhead: Int = 0, showNumbers: Boolean): String?
Link copied to clipboard
Link copied to clipboard
fun getCode(file: String, region: Region): String
Link copied to clipboard
fun getFanciesFor(original: Node?, node: Node?): List<Pair<AttributedStyle, Region>>
Link copied to clipboard
fun getRelativeLocation(parentRegion: Region, region: Region): Region
Link copied to clipboard
fun Node.printCode(linesAhead: Int = 0, showNumbers: Boolean = false): Node
fun Collection<Node>.printCode(linesAhead: Int = 0, showNumbers: Boolean = false): Collection<Node>