public interface TemplateParameter extends Comparable<TemplateParameter>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(TemplateParameter o) |
Ref<Type> |
getGovernor() |
int |
getIndex() |
String |
getName() |
Ref<?> |
getReference() |
boolean |
isTypeRef() |
boolean |
isValueRef() |
Ref<?> getReference()
String getName()
boolean isTypeRef()
boolean isValueRef()
int getIndex()
default int compareTo(@NotNull
TemplateParameter o)
compareTo in interface Comparable<TemplateParameter>Copyright © 2017. All rights reserved.