|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.umlv.tatoo.cc.lexer.charset.encoding.Encoding
public abstract class Encoding
Method Summary | |
---|---|
abstract char |
decode(int c)
Returns the character corresponding to a specific code. |
abstract int |
encode(char c)
Returns the encoding of a single character. |
CharacterSet |
getAny()
Returns the charset coresponding to any character. |
abstract int |
getMaxValue()
Returns a constant corresponding to the maximum value of the charset. |
abstract int |
getMinValue()
Returns a constant corresponding to the minimum value of the charset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract int getMinValue()
public abstract int getMaxValue()
public abstract int encode(char c)
c
- the character to encode.
public abstract char decode(int c)
c
- the code
public CharacterSet getAny()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |