KobwebCall
class KobwebCall(val partiallyQualifiedName: String, var appendBrace: Boolean = false) : CustomNode(source)
A block which represents a method call to insert into the final output.
The original input may look something like {{{ .a.b.c.ExampleCall }}}
If no parentheses are added to the call, they will be appended automatically.
Parameters
partiallyQualifiedName
The semi-qualified name of this method. See toFqn for how it gets resolved.
appendBrace
If true, this call is meant to start a new block of indented code
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Convert this class's partiallyQualifiedName into a fully qualified name, prefixing it with the given projectGroup if it begins with a period.