Currency Literals

The currency literal is always of type Currency.

CurrencyLiteral:
CurrencyDeclarator [CurrencyDesignator]
CurrencyDeclarator: one of
c C
CurrencyDesignator:
CurrencyLetter CurrencyLetter CurrencyLetter
CurrencyLetter:
any from A to Z

The ISO 4217 standard requires the CurrencyDesignator to be defined as the upper-case three-letter code in ISO 4217.

Each currency literal is a reference to an instance of class com.cisco.util.Currency.