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.currentTokenThis is the last token that has been consumed successfully.NomParser.jj_ntDeprecated.Next token.Token.nextA reference to the next regular (non-special) token from the input stream.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.NomParser.tokenDeprecated.Current token.Methods in org.openscience.cdk.iupac.parser that return TokenModifier and TypeMethodDescriptionfinal TokenNomParser.getNextToken()Deprecated.Get the next Token.NomParserTokenManager.getNextToken()Get the next Token.final TokenNomParser.getToken(int index) Deprecated.Get the specific Token.protected TokenNomParserTokenManager.jjFillToken()static TokenToken.newToken(int ofKind) static TokenReturns 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 TypeMethodDescriptionvoidAttachedGroup.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