1package org.antlr.runtime.tree 2{ 3 import org.antlr.runtime.TokenConstants; 4 5 public class TreeConstants { 6 public static const INVALID_NODE:CommonTree = CommonTree.createFromToken(TokenConstants.INVALID_TOKEN); 7 } 8}
1package org.antlr.runtime.tree 2{ 3 import org.antlr.runtime.TokenConstants; 4 5 public class TreeConstants { 6 public static const INVALID_NODE:CommonTree = CommonTree.createFromToken(TokenConstants.INVALID_TOKEN); 7 } 8}