Declaration Holder
interface DeclarationHolder
Functions
Link copied to clipboard
Adds the specified declaration to this declaration holder. Ideally, the declaration holder should use the addIfNotContains method to consistently add declarations.
Link copied to clipboard
open fun <T : Node> addIfNotContains(collection: MutableCollection<PropertyEdge<T>>, declaration: T)
open fun <T : Node> addIfNotContains(collection: MutableCollection<PropertyEdge<T>>, declaration: T, outgoing: Boolean)
Adds a declaration to a collection of property edges, which contain the declarations
Properties
Inheritors
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