public class Expansion extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
EOL |
boolean |
m_inMinimumSize
This flag is used for bookkeeping by the minimumSize method in class
ParseEngine.
|
long |
m_myGeneration |
Object |
m_parent
The parent of this expansion node.
|
| Constructor and Description |
|---|
Expansion() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
dump(int indent,
Set<? super Expansion> alreadyDumped) |
protected static StringBuilder |
dumpPrefix(int indent) |
static long |
getNextGenerationIndex() |
int |
hashCode()
A reimplementing of Object.hashCode() to be deterministic.
|
static void |
reInit() |
String |
toString() |
protected static final String EOL
public Object m_parent
public long m_myGeneration
public boolean m_inMinimumSize
public static void reInit()
public static long getNextGenerationIndex()
protected static StringBuilder dumpPrefix(int indent)
@OverrideOnDemand public StringBuilder dump(int indent, Set<? super Expansion> alreadyDumped)
indent - indentation levelalreadyDumped - what was already dumped?public int hashCode()
Copyright © 2017–2019 Philip Helger. All rights reserved.