public class PositionalParameterInformationImpl extends Object implements PositionalParameterInformation
| Constructor and Description |
|---|
PositionalParameterInformationImpl(int label,
Type initialType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSourceLocation(int location) |
Type |
getExpectedType() |
int |
getLabel() |
int[] |
getSourceLocations()
The positions (relative to all parameters) that this parameter
was discovered in the source query (HQL, etc).
|
void |
setExpectedType(Type expectedType) |
public PositionalParameterInformationImpl(int label,
Type initialType)
public int getLabel()
getLabel in interface PositionalParameterInformationpublic int[] getSourceLocations()
ParameterInformationgetSourceLocations in interface ParameterInformationpublic Type getExpectedType()
getExpectedType in interface ParameterInformationpublic void setExpectedType(Type expectedType)
setExpectedType in interface ParameterInformationpublic void addSourceLocation(int location)
addSourceLocation in interface ParameterInformationCopyright © 2019 JBoss by Red Hat. All rights reserved.