public class Code extends Object implements Comparable<Code>
Modifier and Type | Method and Description |
---|---|
Code |
addSuffix(String suffix) |
int |
compareTo(Code other) |
boolean |
equals(Object obj) |
Code |
eventuallyRemoveStartingAndEndingDoubleQuote(String format) |
String |
getFullName() |
Code |
getFullyQualifiedCode(IGroup g) |
Code |
getShortName(Map<Code,ILeaf> leafs) |
int |
hashCode() |
static Code |
of(String code) |
static Code |
of(String code,
String separator) |
String |
toString() |
Code |
withSeparator(String separator) |
Copyright © 2016. All Rights Reserved.