All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Java.target.apidocs.org.antlr.v4.runtime.WritableToken.html Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version






WritableToken (ANTLR 4 Runtime (Optimized) 4.7.3 API)











org.antlr.v4.runtime

Interface WritableToken

    • Method Detail

      • setText

        void setText(String text)
      • setType

        void setType(int ttype)
      • setLine

        void setLine(int line)
      • setCharPositionInLine

        void setCharPositionInLine(int pos)
      • setChannel

        void setChannel(int channel)
      • setTokenIndex

        void setTokenIndex(int index)

Copyright © 1992–2019 Tunnel Vision Laboratories, LLC. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy