|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.retrotranslator.runtime.format.Conversion
net.sf.retrotranslator.runtime.format.NumericConversion
net.sf.retrotranslator.runtime.format.DecimalIntegralConversion
class DecimalIntegralConversion
| Constructor Summary | |
|---|---|
DecimalIntegralConversion()
|
|
| Method Summary | |
|---|---|
void |
format(FormatContext context)
|
private void |
printf(FormatContext context,
java.math.BigInteger argument)
|
private void |
printf(FormatContext context,
long argument)
|
| Methods inherited from class net.sf.retrotranslator.runtime.format.NumericConversion |
|---|
appendNumber, printNumber, printSpecialNumber |
| Methods inherited from class net.sf.retrotranslator.runtime.format.Conversion |
|---|
getInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
DecimalIntegralConversion()
| Method Detail |
|---|
public void format(FormatContext context)
format in class Conversion
private void printf(FormatContext context,
long argument)
private void printf(FormatContext context,
java.math.BigInteger argument)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||