Java Reference
In-Depth Information
incrStrCounter
String ::incrStrCounter (s: String ) : Integer
Increments the value of the counter associated with the String. See the exam-
ple in startStrCounter() for its usage.
restartAllStrCounter
String ::restartAllStrCounter () : Void
Resets all String counters. See the example in startStrCounter() for its
usage.
addSuffixNumber
String ::addSuffixNumber () : String
Appends the current value of the counter associated with the String to the
String. This operation can generate unique internal names. See the example in
startStrCounter() for its usage.
13.7 Syntax Notes
The OML language has many of the same syntax features as programming lan-
guages such as Java, plus a number of shorthand notations. This section covers
these, along with variations from the specification as implemented by M2M
QVT OML.
13.7.1 Comments
The QVT specification defines three comment styles. Only two are supported:
-- A single line comment to end of the current line
// A single line comment style that is not supported
/*
* A multiple line comment style that is
* similar to Java.
*/
 
Search WWH ::




Custom Search