public class ConstructorArgumentEntry extends Object implements ParseState.Entry
ParseState
entry representing a (possibly indexed)
constructor argument.Constructor and Description |
---|
ConstructorArgumentEntry()
Creates a new instance of the
ConstructorArgumentEntry class
representing a constructor argument with a (currently) unknown index. |
ConstructorArgumentEntry(int index)
Creates a new instance of the
ConstructorArgumentEntry class
representing a constructor argument at the supplied index . |
public ConstructorArgumentEntry()
ConstructorArgumentEntry
class
representing a constructor argument with a (currently) unknown index.public ConstructorArgumentEntry(int index)
ConstructorArgumentEntry
class
representing a constructor argument at the supplied index
.index
- the index of the constructor argumentIllegalArgumentException
- if the supplied index
is less than zero