public class FunctionId extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<FunctionId> |
LEXICOGRAPHIC_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
FunctionId |
child(int index) |
boolean |
equals(Object o) |
static FunctionId |
fromIndices(List<Integer> indices) |
int |
hashCode() |
List<Integer> |
indices() |
boolean |
isRoot() |
FunctionId |
parent() |
static FunctionId |
root() |
String |
toClassName(ClassNameTranslator tr) |
String |
toString() |
public static final Comparator<FunctionId> LEXICOGRAPHIC_COMPARATOR
public static FunctionId root()
public static FunctionId fromIndices(List<Integer> indices)
public boolean isRoot()
public FunctionId child(int index)
public FunctionId parent()
public String toClassName(ClassNameTranslator tr)
Copyright © 2016–2017. All rights reserved.