MCPcopy Create free account
hub / github.com/chibash/stone / value

Method value

src/stone/ast/StringLiteral.java:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4public class StringLiteral extends ASTLeaf {
5 public StringLiteral(Token t) { super(t); }
6 public String value() { return token().getText(); }
7}

Callers 6

evalMethod · 0.45
evalMethod · 0.45
translateMethod · 0.45
translateMethod · 0.45
compileMethod · 0.45
compileMethod · 0.45

Calls 2

getTextMethod · 0.45
tokenMethod · 0.45

Tested by

no test coverage detected