more annotations

This commit is contained in:
Alex Tkachman
2012-03-31 16:14:32 +03:00
parent fc843eca8f
commit 0cb26b0566
7 changed files with 288 additions and 34 deletions
@@ -143,6 +143,10 @@ public class JetClass extends JetTypeParameterListOwner
return findChildByType(JetTokens.TRAIT_KEYWORD) != null;
}
public boolean isAnnotation() {
return hasModifier(JetTokens.ANNOTATION_KEYWORD);
}
@Override
public IStubElementType getElementType() {
// TODO (stubs)