public class ExpTryBlock extends Expansion
| Modifier and Type | Field and Description |
|---|---|
List<List<Token>> |
m_catchblks
The block part of each catch block.
|
Expansion |
m_exp
The expansion contained within the try block.
|
List<Token> |
m_finallyblk
The block part of the finally block.
|
List<Token> |
m_ids
The exception identifiers of each catch block.
|
List<List<Token>> |
m_types
The types of each catch block.
|
EOL, m_inMinimumSize, m_myGeneration, m_parent| Constructor and Description |
|---|
ExpTryBlock() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
dump(int indent,
Set<? super Expansion> alreadyDumped) |
dumpPrefix, getNextGenerationIndex, hashCode, reInit, toStringpublic Expansion m_exp
public List<List<Token>> m_types
public List<Token> m_ids
public List<List<Token>> m_catchblks
public StringBuilder dump(int indent, Set<? super Expansion> alreadyDumped)
Copyright © 2017–2019 Philip Helger. All rights reserved.