* get the state of the class indentation option. If true, blocks of * the 'class' statement will be indented one additional indent. * * @return state of classIndent option. */
| 728 | * @return state of classIndent option. |
| 729 | */ |
| 730 | bool ASBeautifier::getClassIndent(void) const |
| 731 | { |
| 732 | return classIndent; |
| 733 | } |
| 734 | |
| 735 | /** |
| 736 | * get the state of the switch indentation option. If true, blocks of |
nothing calls this directly
no outgoing calls
no test coverage detected