Package org.jf.smali

Class InvalidToken

java.lang.Object
org.antlr.runtime.CommonToken
org.jf.smali.InvalidToken
All Implemented Interfaces:
Serializable, org.antlr.runtime.Token

public class InvalidToken extends org.antlr.runtime.CommonToken
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final String
     

    Fields inherited from class org.antlr.runtime.CommonToken

    channel, charPositionInLine, index, input, line, start, stop, text, type

    Fields inherited from interface org.antlr.runtime.Token

    DEFAULT_CHANNEL, DOWN, EOF, EOR_TOKEN_TYPE, HIDDEN_CHANNEL, INVALID_TOKEN, INVALID_TOKEN_TYPE, MIN_TOKEN_TYPE, SKIP_TOKEN, UP
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    InvalidToken(String message, String text)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.antlr.runtime.CommonToken

    getChannel, getCharPositionInLine, getInputStream, getLine, getStartIndex, getStopIndex, getText, getTokenIndex, getType, setChannel, setCharPositionInLine, setInputStream, setLine, setStartIndex, setStopIndex, setText, setTokenIndex, setType, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • message

      private final String message
  • Constructor Details

    • InvalidToken

      public InvalidToken(String message)
    • InvalidToken

      public InvalidToken(String message, String text)
  • Method Details

    • getMessage

      public String getMessage()