MCPcopy Create free account
hub / github.com/GateNLP/gate-core / read

Method read

src/main/java/gate/sgml/Sgml2Xml.java:515–517  ·  view source on GitHub ↗

This method reads a char and increments the m_cursor

()

Source from the content-addressed store, hash-verified

513 * This method reads a char and increments the m_cursor
514 */
515 private char read(){
516 return m_modifier.charAt(m_cursor ++);
517 }//read
518
519 /**
520 * This is the action when we finished to read the entire tag

Callers 1

convertMethod · 0.95

Calls 1

charAtMethod · 0.80

Tested by

no test coverage detected