Uses of Class
com.strobel.decompiler.languages.java.ast.VariableDeclarationStatement
Packages that use VariableDeclarationStatement
Package
Description
-
Uses of VariableDeclarationStatement in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type VariableDeclarationStatementModifier and TypeMethodDescriptionJavaOutputVisitor.visitVariableDeclaration(VariableDeclarationStatement node, Void ignored) -
Uses of VariableDeclarationStatement in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type VariableDeclarationStatementModifier and TypeFieldDescriptionstatic final Role<VariableDeclarationStatement> TryCatchStatement.TRY_DECLARED_RESOURCE_ROLEMethods in com.strobel.decompiler.languages.java.ast that return types with arguments of type VariableDeclarationStatementMethods in com.strobel.decompiler.languages.java.ast with parameters of type VariableDeclarationStatementModifier and TypeMethodDescriptionDepthFirstAstVisitor.visitVariableDeclaration(VariableDeclarationStatement node, T data) IAstVisitor.visitVariableDeclaration(VariableDeclarationStatement node, T data) -
Uses of VariableDeclarationStatement in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type VariableDeclarationStatementModifier and TypeMethodDescriptionstatic booleanDeclareVariablesTransform.findDeclarationPoint(DefiniteAssignmentAnalysis analysis, VariableDeclarationStatement declaration, BlockStatement block, StrongBox<Statement> declarationPoint, Statement skipUpThrough) InsertNecessaryConversionsTransform.visitVariableDeclaration(VariableDeclarationStatement node, Void data)