HomeSort by relevance Sort by last modified time
    Searched defs:IncorrectOperationException (Results 1 - 7 of 7) sorted by null

  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliLabelReference.java 38 import com.intellij.util.IncorrectOperationException;
95 @Override public PsiElement handleElementRename(String newElementName) throws IncorrectOperationException {
97 throw new IncorrectOperationException();
100 @Override public PsiElement bindToElement(@NotNull PsiElement element) throws IncorrectOperationException {
102 throw new IncorrectOperationException();
SmaliAnnotationElementName.java 38 import com.intellij.util.IncorrectOperationException;
68 @Override public PsiElement bindToElement(PsiElement element) throws IncorrectOperationException {
70 throw new IncorrectOperationException();
115 @Override public PsiElement handleElementRename(String newElementName) throws IncorrectOperationException {
117 throw new IncorrectOperationException();
SmaliFieldReference.java 40 import com.intellij.util.IncorrectOperationException;
138 @Override public PsiElement bindToElement(@NotNull PsiElement element) throws IncorrectOperationException {
140 throw new IncorrectOperationException();
143 @Override public PsiElement handleElementRename(String newElementName) throws IncorrectOperationException {
146 throw new IncorrectOperationException();
SmaliMethodReference.java 42 import com.intellij.util.IncorrectOperationException;
179 @Override public PsiElement handleElementRename(String newElementName) throws IncorrectOperationException {
182 throw new IncorrectOperationException();
188 @Override public PsiElement bindToElement(@NotNull PsiElement element) throws IncorrectOperationException {
190 throw new IncorrectOperationException();
SmaliClassTypeElement.java 39 import com.intellij.util.IncorrectOperationException;
97 @Override public PsiElement handleElementRename(String newElementName) throws IncorrectOperationException {
100 throw new IncorrectOperationException();
110 @Override public PsiElement bindToElement(@NotNull PsiElement element) throws IncorrectOperationException {
115 throw new IncorrectOperationException();
SmaliClass.java 50 import com.intellij.util.IncorrectOperationException;
288 @Override public PsiElement setName(@NonNls @NotNull String name) throws IncorrectOperationException {
291 throw new IncorrectOperationException();
296 throw new IncorrectOperationException();
323 throw new IncorrectOperationException();
328 throw new IncorrectOperationException();
SmaliMethod.java 48 import com.intellij.util.IncorrectOperationException;
229 @Override public PsiElement setName(@NonNls @NotNull String name) throws IncorrectOperationException {
232 throw new IncorrectOperationException();

Completed in 7721 milliseconds