Skip to content

Package io.github.qishr.cascara.lang.json.token

Class JsonComment

java.lang.Object
        io.github.qishr.cascara.lang.json.token.JsonComment


public class JsonComment

Constructor Summary

Constructor Description
JsonComment(String lexeme, String value, int line, int column)

Method Summary

Modifier and Type Method Description
public String getLexeme()
public String getValue()
public int getLine()
public int getColumn()

Method Details

getLexeme

public String getLexeme()


getValue

public String getValue()


getLine

public int getLine()


getColumn

public int getColumn()