MCPcopy Create free account
hub / github.com/dynjs/dynjs / getType

Method getType

src/main/java/org/dynjs/parser/js/Token.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public TokenType getType() {
47 return this.type;
48 }
49
50 public String getText() {
51 if ( this.type.isUnprintable() ) {

Callers 8

consumeMethod · 0.95
semicMethod · 0.95
nextTokenMethod · 0.45
isIdentifierStartMethod · 0.45
isIdentifierPartMethod · 0.45
peekMethod · 0.45
isPropertyNameMethod · 0.45
isReservedWordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected