Uses of Class
com.strobel.decompiler.languages.java.ast.GotoStatement
-
-
Uses of GotoStatement in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type GotoStatement Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitGotoStatement(GotoStatement node, java.lang.Void ignored)
-
Uses of GotoStatement in com.strobel.decompiler.languages.java.analysis
Methods in com.strobel.decompiler.languages.java.analysis with parameters of type GotoStatement Modifier and Type Method Description ControlFlowNode
ControlFlowGraphBuilder.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 GotoStatement Modifier and Type Method Description S
DepthFirstAstVisitor. visitGotoStatement(GotoStatement node, T data)
R
IAstVisitor. visitGotoStatement(GotoStatement node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitGotoStatement(GotoStatement node, java.lang.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 GotoStatement Modifier and Type Field Description (package private) java.util.Set<GotoStatement>
BreakTargetRelocation.AssessForLoopResult. continueStatements
(package private) java.util.List<GotoStatement>
BreakTargetRelocation.LabelInfo. gotoStatements
Constructor parameters in com.strobel.decompiler.languages.java.ast.transforms with type arguments of type GotoStatement Constructor Description AssessForLoopResult(boolean needsLabel, java.util.Set<GotoStatement> continueStatements, java.util.Set<ContinueStatement> preexistingContinueStatements)
-