Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ setClosePos
Method
setClosePos
src/main/java/gate/sgml/Sgml2Xml.java:714–716 ·
view source on GitHub ↗
(int aPos)
Source
from the content-addressed store, hash-verified
712
}
713
714
void
setClosePos(
int
aPos){
715
closePos = aPos;
716
}
717
718
void
setEmpty(boolean anEmptyValue) {
719
empty = anEmptyValue;
Callers
2
doState1
Method · 0.95
performFinalAction
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected