aboutsummaryrefslogtreecommitdiff
path: root/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/TreeConstants.as
blob: d9fad841e4fcb10c67c74371064c658c23321ab6 (plain)
1
2
3
4
5
6
7
8
package org.antlr.runtime.tree
{
	import org.antlr.runtime.TokenConstants;
	
	public class TreeConstants {
		public static const INVALID_NODE:CommonTree = CommonTree.createFromToken(TokenConstants.INVALID_TOKEN);
	}
}