Uses of Class
com.strobel.decompiler.ast.Block
Packages that use Block
-
Uses of Block in com.strobel.decompiler.ast
Subclasses of Block in com.strobel.decompiler.astMethods in com.strobel.decompiler.ast that return BlockModifier and TypeMethodDescriptionfinal BlockLambda.getBody()final BlockLoop.getBody()final BlockCondition.getFalseBlock()final BlockTryCatchBlock.getFinallyBlock()final BlockCondition.getTrueBlock()final BlockTryCatchBlock.getTryBlock()Methods in com.strobel.decompiler.ast with parameters of type BlockModifier and TypeMethodDescriptionstatic booleanstatic <T> booleanstatic <T> booleanPatternMatching.matchLast(Block block, AstCode code, StrongBox<? super T> operand, StrongBox<Expression> argument) static booleanPatternMatching.matchNullOrEmpty(Block block) static <T> booleanPatternMatching.matchSingle(Block block, AstCode code, StrongBox<? super T> operand) static <T> booleanPatternMatching.matchSingle(Block block, AstCode code, StrongBox<? super T> operand, StrongBox<Expression> argument) static voidAstOptimizer.optimize(DecompilerContext context, Block method) static voidAstOptimizer.optimize(DecompilerContext context, Block method, AstOptimizationStep abortBeforeStep) static voidTypeAnalysis.reset(DecompilerContext context, Block method) static voidTypeAnalysis.run(DecompilerContext context, Block method) final voidfinal voidfinal voidCondition.setFalseBlock(Block falseBlock) final voidTryCatchBlock.setFinallyBlock(Block finallyBlock) final voidCondition.setTrueBlock(Block trueBlock) final voidTryCatchBlock.setTryBlock(Block tryBlock) Constructors in com.strobel.decompiler.ast with parameters of type Block -
Uses of Block in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type BlockModifier and TypeMethodDescriptionstatic NameVariablesNameVariables.assignNamesToVariables(DecompilerContext context, Iterable<Variable> parameters, Iterable<Variable> variables, Block methodBody)