Can I have many instanceof code for one 'if' ? for example.....
What I am trying to say is, these instanceof are refer to these classes:
please advise me...thankssss
Code:
if(checkMe instanceof AInstruction instanceof LocVariableInst)
Code:
public abstract class AInstruction extends Instruction & public abstract class LocVariableInst extends Instruction
Comment