Home | History | Annotate | Download | only in expr

Lines Matching defs:Instanceof

24  * Instanceof operator.
26 public class Instanceof extends Expr {
30 protected Instanceof(int pos, CodeIterator i, CtClass declaring,
36 * Returns the method or constructor containing the instanceof
43 * instanceof expression.
53 * instanceof expression.
64 * of the instanceof operator.
85 * Replaces the instanceof operator with the bytecode derived from
154 + "for instanceof");
157 bytecode.addOpcode(Opcode.INSTANCEOF);