
com.rapleaf.jack.util.Token Maven / Gradle / Ivy
package com.rapleaf.jack.util;
class Token {
public int index;
public String text;
Token (int index, String text) {
this.index = index;
this.text = text;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy