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

de.neuland.jade4j.lexer.token.Yield Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package de.neuland.jade4j.lexer.token;


public class Yield extends Token {
    public Yield(String value, int lineNumber) {
        super(value, lineNumber);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy