Class IdentifiedScopeWithTerminatorTraverserState.IdentifiedScopeWithTerminatorStateFactory
java.lang.Object
jadx.core.dex.visitors.finaly.traverser.factory.TraverserStateFactory<IdentifiedScopeWithTerminatorTraverserState>
jadx.core.dex.visitors.finaly.traverser.state.IdentifiedScopeWithTerminatorTraverserState.IdentifiedScopeWithTerminatorStateFactory
- Enclosing class:
IdentifiedScopeWithTerminatorTraverserState
private static final class IdentifiedScopeWithTerminatorTraverserState.IdentifiedScopeWithTerminatorStateFactory
extends TraverserStateFactory<IdentifiedScopeWithTerminatorTraverserState>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIdentifiedScopeWithTerminatorStateFactory(CentralityState centralityState, List<BlockNode> roots, BlockNode scopeTerminator) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class jadx.core.dex.visitors.finaly.traverser.factory.TraverserStateFactory
generateState
-
Field Details
-
centralityState
-
roots
-
scopeTerminator
-
-
Constructor Details
-
IdentifiedScopeWithTerminatorStateFactory
public IdentifiedScopeWithTerminatorStateFactory(CentralityState centralityState, List<BlockNode> roots, BlockNode scopeTerminator)
-
-
Method Details
-
generateInternalState
public IdentifiedScopeWithTerminatorTraverserState generateInternalState(TraverserActivePathState state) - Specified by:
generateInternalStatein classTraverserStateFactory<IdentifiedScopeWithTerminatorTraverserState>
-