Searched defs:isCompoundStatement (Results 1 – 1 of 1) sorted by relevance
32 public isCompoundStatement() { return false; } method in AST1304 public isCompoundStatement() { return this.isLoop(); } method in Statement1575 public isCompoundStatement() { return true; } method in IfStatement1906 public isCompoundStatement() { return true; } method in WithStatement1942 public isCompoundStatement() { return true; } method in SwitchStatement2103 public isCompoundStatement() { return true; } method in TryFinally2148 public isCompoundStatement() { return true; } method in TryCatch