public class BlockStmtT extends Object implements TypedExpression
| Constructor and Description |
|---|
BlockStmtT(List<TypedExpression> statements) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Type> |
getType() |
com.github.javaparser.ast.Node |
toJavaExpression() |
public BlockStmtT(List<TypedExpression> statements)
public Optional<Type> getType()
getType in interface TypedExpressionpublic com.github.javaparser.ast.Node toJavaExpression()
toJavaExpression in interface TypedExpressionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.