| Modifier and Type | Method and Description |
|---|---|
Block |
Method.getBlock() |
| Modifier and Type | Method and Description |
|---|---|
Map<ValueRef,Block> |
Switch.getCases() |
Optional<Block> |
Switch.getDefaultCase() |
| Constructor and Description |
|---|
Method(List<String> comments,
List<AnnotationRef> annotations,
List<TypeParamDef> parameters,
String name,
TypeRef returnType,
List<Property> arguments,
boolean varArgPreferred,
List<ClassRef> exceptions,
boolean defaultMethod,
Block block,
Modifiers modifiers,
Map<AttributeKey,Object> attributes) |
| Constructor and Description |
|---|
Switch(Expression expression,
Map<ValueRef,Block> cases,
Optional<Block> defaultCase) |
Switch(Expression expression,
Map<ValueRef,Block> cases,
Optional<Block> defaultCase) |
Copyright © 2023. All rights reserved.