MCPcopy
hub / github.com/google/closure-compiler / getFirstChild

Method getFirstChild

src/com/google/javascript/rhino/Node.java:609–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

607 }
608
609 public final @Nullable Node getFirstChild() {
610 return first;
611 }
612
613 /**
614 * Get the first child of the first child. This method assumes that the first child exists.

Calls

no outgoing calls