Home
last modified time | relevance | path

Searched refs:s_nextMethodId (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java1078 private static long s_nextMethodId = 0; field in Compiler
1085 if (s_nextMethodId == Long.MAX_VALUE) in getNextMethodId()
1086 s_nextMethodId = 0; in getNextMethodId()
1088 return s_nextMethodId++; in getNextMethodId()