MCPcopy Create free account
hub / github.com/mozilla/rhino / setAtPos

Method setAtPos

rhino/src/main/java/org/mozilla/javascript/ast/XmlRef.java:68–70  ·  view source on GitHub ↗

Sets position of @-token, or -1

(int atPos)

Source from the content-addressed store, hash-verified

66
67 /** Sets position of {@code @}-token, or -1 */
68 public void setAtPos(int atPos) {
69 this.atPos = atPos;
70 }
71
72 /**
73 * Returns position of {@code ::} token, or -1 if not present. It will only be present if the

Callers 2

propertyNameMethod · 0.80
xmlElemRefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected