Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
public
class
StringLiteral extends ASTLeaf {
5
public
StringLiteral(Token t) { super(t); }
6
public
String value() {
return
token().getText(); }
7
}
Callers
6
eval
Method · 0.45
eval
Method · 0.45
translate
Method · 0.45
translate
Method · 0.45
compile
Method · 0.45
compile
Method · 0.45
Calls
2
getText
Method · 0.45
token
Method · 0.45
Tested by
no test coverage detected