MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / goForward

Method goForward

astyle/src/ASFormatter.cpp:1912–1916  ·  view source on GitHub ↗

* jump over several characters. * * @param i the number of characters to jump over. */

Source from the content-addressed store, hash-verified

1910 * @param i the number of characters to jump over.
1911 */
1912void ASFormatter::goForward(int i)
1913{
1914 while (--i >= 0)
1915 getNextChar();
1916}
1917
1918/**
1919 * peek at the next unread character.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected