public class JJTreeGlobals extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
s_nodePackageName
The package the node files live in.
|
static String |
s_packageName
The package that the parser lives in.
|
static Token |
s_parserClassBodyStart
The first token of the parser class body (the
{). |
static Token |
s_parserImplements
The
implements token of the parser class. |
static Token |
s_parserImports
The first token of the
import list, or the position where such
a list should be inserted. |
static String |
s_parserName
Use this like className.
|
| Constructor and Description |
|---|
JJTreeGlobals() |
public static String s_parserName
public static String s_packageName
public static String s_nodePackageName
public static Token s_parserImplements
implements token of the parser class. If the parser
doesn't have one then it is the first "{" of the parser class body.public static Token s_parserClassBodyStart
{). The JJTree
state is inserted after this token.public static Token s_parserImports
import list, or the position where such
a list should be inserted. The import for the Node Package is inserted
after this token.Copyright © 2017–2019 Philip Helger. All rights reserved.