Uses of Class
org.openscience.cdk.iupac.parser.Token
Packages that use Token
-
Uses of Token in org.openscience.cdk.iupac.parser
Fields in org.openscience.cdk.iupac.parser declared as TokenModifier and TypeFieldDescriptionParseException.currentToken
This is the last token that has been consumed successfully.NomParser.jj_nt
Deprecated.Next token.Token.next
A reference to the next regular (non-special) token from the input stream.Token.specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.NomParser.token
Deprecated.Current token.Methods in org.openscience.cdk.iupac.parser that return TokenModifier and TypeMethodDescriptionfinal Token
NomParser.getNextToken()
Deprecated.Get the next Token.NomParserTokenManager.getNextToken()
Get the next Token.final Token
NomParser.getToken
(int index) Deprecated.Get the specific Token.protected Token
NomParserTokenManager.jjFillToken()
static Token
Token.newToken
(int ofKind) static Token
Returns a new Token object, by default.Methods in org.openscience.cdk.iupac.parser that return types with arguments of type TokenMethod parameters in org.openscience.cdk.iupac.parser with type arguments of type TokenModifier and TypeMethodDescriptionvoid
AttachedGroup.setLocations
(List<Token> locations) Setter for property locations.Constructors in org.openscience.cdk.iupac.parser with parameters of type TokenModifierConstructorDescriptionParseException
(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.Constructor parameters in org.openscience.cdk.iupac.parser with type arguments of type TokenModifierConstructorDescriptionAttachedGroup
(List<Token> locations, int length) Creates a new instance of AttachedGroup with an int denoting the length of the substituent chainAttachedGroup
(List<Token> locations, String name) Creates a new instance of AttachedGroup with a Sting denoting the functional group