Home
last modified time | relevance | path

Searched refs:NEWARRAY (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java70 public class NEWARRAY extends Instruction class
78 NEWARRAY() {} in NEWARRAY() method in NEWARRAY
80 public NEWARRAY(byte type) { in NEWARRAY() method in NEWARRAY
81 super(com.sun.org.apache.bcel.internal.Constants.NEWARRAY, (short)2); in NEWARRAY()
85 public NEWARRAY(BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java100 } else if(i1 instanceof NEWARRAY) {
101 return ((NEWARRAY)i1).getTypecode() == ((NEWARRAY)i2).getTypecode();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java70 public class NEWARRAY extends Instruction class
78 NEWARRAY() {} in NEWARRAY() method in NEWARRAY
80 public NEWARRAY(byte type) { in NEWARRAY() method in NEWARRAY
81 super(com.sun.org.apache.bcel.internal.Constants.NEWARRAY, (short)2); in NEWARRAY()
85 public NEWARRAY(BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java100 } else if(i1 instanceof NEWARRAY) {
101 return ((NEWARRAY)i1).getTypecode() == ((NEWARRAY)i2).getTypecode();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java36 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class
46 NEWARRAY() { in NEWARRAY() method in NEWARRAY
50 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY
51 super(com.sun.org.apache.bcel.internal.Const.NEWARRAY, (short) 2); in NEWARRAY()
56 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java53 } else if (i1 instanceof NEWARRAY) {
54 return ((NEWARRAY) i1).getTypecode() == ((NEWARRAY) i2).getTypecode();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java36 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class
46 NEWARRAY() { in NEWARRAY() method in NEWARRAY
50 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY
51 super(com.sun.org.apache.bcel.internal.Const.NEWARRAY, (short) 2); in NEWARRAY()
56 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java53 } else if (i1 instanceof NEWARRAY) {
54 return ((NEWARRAY) i1).getTypecode() == ((NEWARRAY) i2).getTypecode();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java36 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class
46 NEWARRAY() { in NEWARRAY() method in NEWARRAY
50 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY
51 super(com.sun.org.apache.bcel.internal.Const.NEWARRAY, (short) 2); in NEWARRAY()
56 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java53 } else if (i1 instanceof NEWARRAY) {
54 return ((NEWARRAY) i1).getTypecode() == ((NEWARRAY) i2).getTypecode();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java36 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class
46 NEWARRAY() { in NEWARRAY() method in NEWARRAY
50 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY
51 super(com.sun.org.apache.bcel.internal.Const.NEWARRAY, (short) 2); in NEWARRAY()
56 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java54 } else if (i1 instanceof NEWARRAY) {
55 return ((NEWARRAY) i1).getTypecode() == ((NEWARRAY) i2).getTypecode();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java36 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class
46 NEWARRAY() { in NEWARRAY() method in NEWARRAY
50 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY
51 super(com.sun.org.apache.bcel.internal.Const.NEWARRAY, (short) 2); in NEWARRAY()
56 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java53 } else if (i1 instanceof NEWARRAY) {
54 return ((NEWARRAY) i1).getTypecode() == ((NEWARRAY) i2).getTypecode();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java36 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class
46 NEWARRAY() { in NEWARRAY() method in NEWARRAY
50 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY
51 super(com.sun.org.apache.bcel.internal.Const.NEWARRAY, (short) 2); in NEWARRAY()
56 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java53 } else if (i1 instanceof NEWARRAY) {
54 return ((NEWARRAY) i1).getTypecode() == ((NEWARRAY) i2).getTypecode();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java37 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class
47 NEWARRAY() { in NEWARRAY() method in NEWARRAY
51 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY
52 super(com.sun.org.apache.bcel.internal.Const.NEWARRAY, (short) 2); in NEWARRAY()
57 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java54 } else if (i1 instanceof NEWARRAY) {
55 return ((NEWARRAY) i1).getTypecode() == ((NEWARRAY) i2).getTypecode();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNEWARRAY.java36 public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, class
46 NEWARRAY() { in NEWARRAY() method in NEWARRAY
50 public NEWARRAY(final byte type) { in NEWARRAY() method in NEWARRAY
51 super(com.sun.org.apache.bcel.internal.Const.NEWARRAY, (short) 2); in NEWARRAY()
56 public NEWARRAY(final BasicType type) { in NEWARRAY() method in NEWARRAY
H A DInstructionComparator.java53 } else if (i1 instanceof NEWARRAY) {
54 return ((NEWARRAY) i1).getTypecode() == ((NEWARRAY) i2).getTypecode();
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/oxine/
H A Dutils.h104 #define NEWARRAY(lpArray, wSize) \
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Ddecaf_parser.py68 NEWARRAY,
116 new_array = pp.Group(NEWARRAY + LPAR + expr + COMMA + type_ + RPAR)
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Ddecaf_parser.py49 …IF, ELSE, RETURN, BREAK, NEW, NEWARRAY, PRINT, READINTEGER, READLINE, TRUE, FALSE) = map(pp.Keywor…
80 new_array = pp.Group(NEWARRAY + LPAR + expr + COMMA + type_ + RPAR)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java55 import com.sun.org.apache.bcel.internal.generic.NEWARRAY;
183 type = ((NEWARRAY) i).getType(); in visitAllocationInstruction()
196 case Const.NEWARRAY: in visitAllocationInstruction()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java55 import com.sun.org.apache.bcel.internal.generic.NEWARRAY;
183 type = ((NEWARRAY) i).getType(); in visitAllocationInstruction()
196 case Const.NEWARRAY: in visitAllocationInstruction()

12345678910>>...21