public class OrdinalParameterDescriptor
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
OrdinalParameterDescriptor(int ordinalPosition,
Type expectedType,
int sourceLocation)
Constructs an ordinal parameter descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getExpectedType() |
int |
getOrdinalPosition() |
int |
getSourceLocation() |
public OrdinalParameterDescriptor(int ordinalPosition,
Type expectedType,
int sourceLocation)
ordinalPosition - The ordinal positionexpectedType - The expected type of the parametersourceLocation - The location of the parameterpublic int getOrdinalPosition()
public Type getExpectedType()
public int getSourceLocation()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.