コード例 #1
0
 /**
  * Returns whether the current programming language uses curly braces ('<tt>{</tt>' and
  * '<tt>}</tt>') to denote code blocks.
  *
  * @return Whether curly braces denote code blocks.
  */
 public boolean getCurlyBracesDenoteCodeBlocks() {
   return tokenMaker.getCurlyBracesDenoteCodeBlocks();
 }