open class ConstructorArgumentEntry : Entry
ParseState entry representing a (possibly indexed) constructor argument.
Author
Rob Harrop
Author
Juergen Hoeller
Since
2.0
ConstructorArgumentEntry()
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument with a (currently) unknown index. ConstructorArgumentEntry(index: Int)
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument at the supplied |
open fun toString(): String |