Package ghidra.sleigh.grammar
Class SleighToken
- java.lang.Object
- 
- org.antlr.runtime.CommonToken
- 
- ghidra.sleigh.grammar.SleighToken
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.antlr.runtime.Token
 
 public class SleighToken extends org.antlr.runtime.CommonToken- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SleighToken(int type)SleighToken(int type, int line, int charPos)SleighToken(int type, java.lang.String text)SleighToken(org.antlr.runtime.CharStream input, int type, int channel, int start, int stop)SleighToken(org.antlr.runtime.Token oldToken)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()voidsetLocation(Location location)java.lang.StringtoString()- 
Methods inherited from class org.antlr.runtime.CommonTokengetChannel, getCharPositionInLine, getInputStream, getLine, getStartIndex, getStopIndex, getText, getTokenIndex, getType, setChannel, setCharPositionInLine, setInputStream, setLine, setStartIndex, setStopIndex, setText, setTokenIndex, setType
 
- 
 
- 
- 
- 
Constructor Detail- 
SleighTokenpublic SleighToken(org.antlr.runtime.CharStream input, int type, int channel, int start, int stop)
 - 
SleighTokenpublic SleighToken(int type, java.lang.String text)
 - 
SleighTokenpublic SleighToken(int type) 
 - 
SleighTokenpublic SleighToken(int type, int line, int charPos)
 - 
SleighTokenpublic SleighToken(org.antlr.runtime.Token oldToken) 
 
- 
 
-