Home
last modified time | relevance | path

Searched refs:BinaryOpValueExp (Results 1 – 25 of 39) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class
60 public BinaryOpValueExp() { in BinaryOpValueExp() method in BinaryOpValueExp
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { in BinaryOpValueExp() method in BinaryOpValueExp
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
H A DQuery.java500 return new BinaryOpValueExp(PLUS, value1, value2); in plus()
518 return new BinaryOpValueExp(TIMES, value1, value2); in times()
536 return new BinaryOpValueExp(MINUS, value1, value2); in minus()
554 return new BinaryOpValueExp(DIV, value1, value2); in div()
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/management/
H A DQuery$BinaryOpValueExp.h17 class Query$BinaryOpValueExp;
23 class javax::management::Query$BinaryOpValueExp : public ::javax::management::QueryEval
27 Query$BinaryOpValueExp(jint, ::javax::management::ValueExp *, ::javax::management::ValueExp *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/management/
H A DQuery$BinaryOpValueExp.h17 class Query$BinaryOpValueExp;
23 class javax::management::Query$BinaryOpValueExp : public ::javax::management::QueryEval
27 Query$BinaryOpValueExp(jint, ::javax::management::ValueExp *, ::javax::management::ValueExp *);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/javax/management/
H A DQuery$BinaryOpValueExp.h17 class Query$BinaryOpValueExp;
23 class javax::management::Query$BinaryOpValueExp : public ::javax::management::QueryEval
27 Query$BinaryOpValueExp(jint, ::javax::management::ValueExp *, ::javax::management::ValueExp *);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/javax/management/
H A DQuery$BinaryOpValueExp.h17 class Query$BinaryOpValueExp;
23 class javax::management::Query$BinaryOpValueExp : public ::javax::management::QueryEval
27 Query$BinaryOpValueExp(jint, ::javax::management::ValueExp *, ::javax::management::ValueExp *);
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/management/
H A DQuery$BinaryOpValueExp.h17 class Query$BinaryOpValueExp;
23 class javax::management::Query$BinaryOpValueExp : public ::javax::management::QueryEval
27 Query$BinaryOpValueExp(jint, ::javax::management::ValueExp *, ::javax::management::ValueExp *);

12