public static final class TypeSystem.FunctionOrMethodState extends Object implements Comparable<TypeSystem.FunctionOrMethodState>
| Modifier and Type | Field and Description |
|---|---|
ArrayList<String> |
contextLifetimes |
ArrayList<String> |
lifetimeParameters |
int |
numParams |
| Constructor and Description |
|---|
FunctionOrMethodState(int numParams,
String[] contextLifetimes,
String[] lifetimeParameters) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TypeSystem.FunctionOrMethodState other) |
boolean |
equals(Object obj) |
int |
hashCode() |
public int compareTo(TypeSystem.FunctionOrMethodState other)
compareTo in interface Comparable<TypeSystem.FunctionOrMethodState>Copyright © 2017. All rights reserved.