Uses of Class
com.strobel.decompiler.languages.java.ast.AstMethodBodyBuilder.VariableInfo
Packages that use AstMethodBodyBuilder.VariableInfo
-
Uses of AstMethodBodyBuilder.VariableInfo in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast declared as AstMethodBodyBuilder.VariableInfoModifier and TypeFieldDescription(package private) final AstMethodBodyBuilder.VariableInfo<MethodDefinition> AstMethodBodyBuilder.MethodVariables.methodVariablesFields in com.strobel.decompiler.languages.java.ast with type parameters of type AstMethodBodyBuilder.VariableInfoModifier and TypeFieldDescription(package private) final Map<Lambda, AstMethodBodyBuilder.VariableInfo<Lambda>> AstMethodBodyBuilder.MethodVariables.lambdaVariablesMethods in com.strobel.decompiler.languages.java.ast with parameters of type AstMethodBodyBuilder.VariableInfoModifier and TypeMethodDescriptionprivate voidAstMethodBodyBuilder.declareVariables(AstMethodBodyBuilder.VariableInfo<?> vi, BlockStatement astBlock) private voidAstMethodBodyBuilder.nameVariables(Block body, AstMethodBodyBuilder.VariableInfo<?> vi, Set<String> reservedNames) private <T> voidAstMethodBodyBuilder.populateVariables0(AstMethodBodyBuilder.VariableInfo<T> vi, Block body) private voidAstMethodBodyBuilder.updateParameterDeclarations(AstMethodBodyBuilder.VariableInfo<?> vi, Iterable<ParameterDeclaration> parameterDeclarations)