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  ConstructorArgumentEntryclass
 representing a constructor argument with a (currently) unknown index. | 
| ConstructorArgumentEntry(int index)Creates a new instance of the  ConstructorArgumentEntryclass
 representing a constructor argument at the suppliedindex. | 
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