AsmElementSimple

class AsmElementSimple(typeName: String)

Functions

addAllProperty
Link copied to clipboard
fun addAllProperty(value: List<AsmElementProperty>)
getPropertyAsAsmElement
Link copied to clipboard
fun getPropertyAsAsmElement(name: String): AsmElementSimple
getPropertyAsList
Link copied to clipboard
fun getPropertyAsList(name: String): List<Any>
getPropertyValue
Link copied to clipboard
fun getPropertyValue(name: String): Any?
hasProperty
Link copied to clipboard
fun hasProperty(name: String): Boolean
setProperty
Link copied to clipboard
fun setProperty(name: String, value: Any?)
toString
Link copied to clipboard
open override fun toString(): String

Properties

properties
Link copied to clipboard
val properties: List<AsmElementProperty>
typeName
Link copied to clipboard
val typeName: String