Home
last modified time | relevance | path

Searched defs:SemanticException (Results 1 – 2 of 2) sorted by relevance

/external/smali/smali/src/main/java/org/jf/smali/
DSemanticException.java37 public class SemanticException extends RecognitionException { class
41 SemanticException(IntStream input, String errorMessage, Object... messageArguments) { in SemanticException() method in SemanticException
46 SemanticException(IntStream input, Exception ex) { in SemanticException() method in SemanticException
51SemanticException(IntStream input, CommonTree tree, String errorMessage, Object... messageArgument… in SemanticException() method in SemanticException
61SemanticException(IntStream input, Token token, String errorMessage, Object... messageArguments) { in SemanticException() method in SemanticException
/external/google-smali/third_party/smali/src/main/java/com/android/tools/smali/smali/
DSemanticException.java36 public class SemanticException extends RecognitionException { class
40 SemanticException(IntStream input, String errorMessage, Object... messageArguments) { in SemanticException() method in SemanticException
45 SemanticException(IntStream input, Exception ex) { in SemanticException() method in SemanticException
50SemanticException(IntStream input, CommonTree tree, String errorMessage, Object... messageArgument… in SemanticException() method in SemanticException
60SemanticException(IntStream input, Token token, String errorMessage, Object... messageArguments) { in SemanticException() method in SemanticException