public class TokenizerSymbol extends Object implements Comparable<Object>
| Constructor and Description |
|---|
TokenizerSymbol(String name,
String startText,
String tailText,
boolean hidden,
boolean decodePaired,
boolean enabled,
boolean canBeNested)
Instantiates a new tokenizer symbol.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Character chr)
Compare to.
|
int |
compareTo(Object obj) |
int |
compareTo(TokenizerSymbol symbol)
Compare to.
|
boolean |
equals(Object obj) |
int |
hashCode() |
public TokenizerSymbol(String name, String startText, String tailText, boolean hidden, boolean decodePaired, boolean enabled, boolean canBeNested)
name - the namestartText - the start texttailText - the tail texthidden - the hiddendecodePaired - the decode pairedenabled - the enabledcanBeNested - the can be nestedpublic int compareTo(Object obj)
compareTo in interface Comparable<Object>public int compareTo(Character chr)
chr - the chrpublic int compareTo(TokenizerSymbol symbol)
symbol - the symbolCopyright © 2009–2020 psi-probe. All rights reserved.