Uses of Class
io.sundr.model.Block
-
-
Uses of Block in io.sundr.model
Methods in io.sundr.model that return Block Modifier and Type Method Description BlockMethod. getBlock()Methods in io.sundr.model that return types with arguments of type Block Modifier and Type Method Description Map<ValueRef,Block>Switch. getCases()Optional<Block>Switch. getDefaultCase()Constructors in io.sundr.model with parameters of type Block Constructor 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 parameters in io.sundr.model with type arguments of type Block Constructor Description Switch(Expression expression, Map<ValueRef,Block> cases, Optional<Block> defaultCase)Switch(Expression expression, Map<ValueRef,Block> cases, Optional<Block> defaultCase)
-