PropertyMetaModel
Meta-data about a property of a node in the AST.
Constructors
Link copied to clipboard
constructor(containingNodeMetaModel: BaseNodeMetaModel, name: String, type: Class<out Any>, nodeReference: Optional<BaseNodeMetaModel>, isOptional: Boolean, isNonEmpty: Boolean, isNodeList: Boolean, hasWildcard: Boolean)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
The name of the field in the containing BaseNodeMetaModel for this property meta model.
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
Link copied to clipboard
Link copied to clipboard