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.
|
| Constructor and Description |
|---|
ExpTryBlock() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
dump(int indent,
Set<? super Expansion> alreadyDumped) |
dumpPrefix, getColumn, getInternalIndex, getInternalName, getLine, getMyGeneration, getNextGenerationIndex, getOrdinalBase, getParent, hashCode, hasNoInternalName, isInMinimumSize, reInit, setColumn, setInMinimumSize, setInternalName, setInternalNameOnly, setLine, setMyGeneration, setOrdinalBase, setParent, 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–2022 Philip Helger. All rights reserved.