OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_PLUS
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java
178
* [
OP_PLUS
]
187
public static final int
OP_PLUS
= 10;
Compiler.java
141
case OpCodes.
OP_PLUS
:
[
all
...]
XPathParser.java
1012
insertOp(addPos, 2, OpCodes.
OP_PLUS
);
[
all
...]
Completed in 100 milliseconds