|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterSet | |
---|---|
fr.umlv.tatoo.cc.lexer.charset | |
fr.umlv.tatoo.cc.lexer.charset.encoding | |
fr.umlv.tatoo.cc.lexer.regex |
Uses of CharacterSet in fr.umlv.tatoo.cc.lexer.charset |
---|
Methods in fr.umlv.tatoo.cc.lexer.charset that return CharacterSet | |
---|---|
CharacterSet |
Triplet.getFirst()
|
CharacterSet |
Triplet.getSecond()
|
CharacterSet |
Triplet.getThird()
|
CharacterSet |
CharacterSet.union(CharacterSet secondSet)
|
Methods in fr.umlv.tatoo.cc.lexer.charset with parameters of type CharacterSet | |
---|---|
Triplet |
CharacterSet.split(CharacterSet secondSet)
split(A,B) returns (A\B,A inter B,B\A) each is null if empty |
CharacterSet |
CharacterSet.union(CharacterSet secondSet)
|
Constructors in fr.umlv.tatoo.cc.lexer.charset with parameters of type CharacterSet | |
---|---|
Triplet(CharacterSet first,
CharacterSet second,
CharacterSet third)
|
Uses of CharacterSet in fr.umlv.tatoo.cc.lexer.charset.encoding |
---|
Methods in fr.umlv.tatoo.cc.lexer.charset.encoding that return CharacterSet | |
---|---|
CharacterSet |
Encoding.getAny()
Returns the charset coresponding to any character. |
Uses of CharacterSet in fr.umlv.tatoo.cc.lexer.regex |
---|
Methods in fr.umlv.tatoo.cc.lexer.regex that return CharacterSet | |
---|---|
CharacterSet |
Leaf.getLetters()
|
Constructors in fr.umlv.tatoo.cc.lexer.regex with parameters of type CharacterSet | |
---|---|
Leaf(CharacterSet intervalList)
|
|
RegexIntervalTable(int firstState,
CharacterSet[][] trans,
boolean[] accepts,
Encoding encoding)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |