getTokens method

List<TokenNode> getTokens()

Implementation

List<TokenNode> getTokens() {
  return tokens;
}