public static final class TryStatement.CatchBlock extends ValueObject
Modifier and Type | Field and Description |
---|---|
BlockStatement |
body |
ParameterDef |
parameter |
Constructor and Description |
---|
CatchBlock(ParameterDef parameter,
BlockStatement body) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final ParameterDef parameter
public final BlockStatement body
public CatchBlock(ParameterDef parameter, BlockStatement body)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.