314315316317318319320
} LexElement protToken = consumeLookAhead(); ParseHelper parse = new ParseHelper(); EProtection protection = DeeTokenSemantics.getProtectionFromToken(protToken.type); return parse.resultConclude(new AttribProtection(protection)); }