Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Thome committed Sep 21, 2017
1 parent de68dcb commit d605f0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ private ParseTreeNode newNode(ParseTreeNode parent) {
* @param parent parent node
* @param nt name of node to be crated
* @param label value of node to be created
* @param sidx start index
* @param eidx end index
* @return newly created node
*/
public ParseTreeNode newNode(ParseTreeNode parent, String nt, String label, int sidx,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ private ParseTreeNode(ParseTree tree) {
* @param tree tree to whom the node belongs to
* @param parent parent node
* @param nt non terminal id
* @param sidx start index
* @param eidx end index
* @param label label
*/
protected ParseTreeNode(ParseTree tree, ParseTreeNode parent, String nt, String label, int
Expand Down

0 comments on commit d605f0a

Please sign in to comment.