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

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

Completed in 46 milliseconds