xref: /aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/TreeConstants.as (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
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}