Uses of Class
com.strobel.decompiler.languages.java.ast.GotoStatement
Packages that use GotoStatement
Package
Description
-
Uses of GotoStatement in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type GotoStatementModifier and TypeMethodDescriptionJavaOutputVisitor.visitGotoStatement
(GotoStatement node, Void ignored) -
Uses of GotoStatement in com.strobel.decompiler.languages.java.analysis
Methods in com.strobel.decompiler.languages.java.analysis with parameters of type GotoStatementModifier and TypeMethodDescriptionControlFlowGraphBuilder.NodeCreationVisitor.visitGotoStatement
(GotoStatement node, ControlFlowNode data) -
Uses of GotoStatement in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type GotoStatementModifier and TypeMethodDescriptionDepthFirstAstVisitor.visitGotoStatement
(GotoStatement node, T data) IAstVisitor.visitGotoStatement
(GotoStatement node, T data) JavaNameResolver.FindDeclarationVisitor.visitGotoStatement
(GotoStatement node, String name) -
Uses of GotoStatement in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms with type parameters of type GotoStatementModifier and TypeFieldDescription(package private) final Set
<GotoStatement> BreakTargetRelocation.AssessForLoopResult.continueStatements
(package private) final List
<GotoStatement> BreakTargetRelocation.LabelInfo.gotoStatements
Constructor parameters in com.strobel.decompiler.languages.java.ast.transforms with type arguments of type GotoStatementModifierConstructorDescriptionprivate
AssessForLoopResult
(boolean needsLabel, Set<GotoStatement> continueStatements, Set<ContinueStatement> preexistingContinueStatements)