| if (this.sourceLength == -1) {
this.sourceLength = this.rawSource.length;
}
switch(this.astKind) {
case K_STATEMENTS :
ConstructorDeclaration constructorDeclaration = codeSnippetParsingUtil.parseStatements(
this.rawSource,
this.sourceOffset,
this.sourceLength,
this.compilerOptions,
true,
|