Searched refs:getOprand (Results 1 – 5 of 5) sorted by relevance
48 public ASTree getOprand() { return getRight().getLeft(); } in getOprand() method in CastExpr
112 expr.getOprand().accept(this); in atCastToRtype()125 expr.getOprand().accept(this); in atCastToWrapper()
185 expr.getOprand().accept(this); in atCastToRtype()201 expr.getOprand().accept(this); in atCastToWrapper()
546 expr.getOprand().accept(this); in atCastExpr()553 expr.getOprand().accept(this); in atInstanceOfExpr()
1386 ASTree oprand = expr.getOprand(); in checkCastExpr()