JavaCompilerCore/resources/syntaxtreegenerator/Instanceof.ast

16 lines
186 B
Plaintext
Raw Normal View History

class Instanceof {
Instanceof(){
super(());
}
void checkInstanceof(){
TPH a;
a = 4;
return a instanceof java.lang.Integer;
}
Instanceof(){
super(());
}
}