Uses of Interface
org.jd.core.v1.model.javasyntax.statement.Statement
Packages that use Statement
Package
Description
-
Uses of Statement in org.jd.core.v1.model.javasyntax
Method parameters in org.jd.core.v1.model.javasyntax with type arguments of type StatementModifier and TypeMethodDescriptionprotected void
AbstractJavaSyntaxVisitor.acceptListStatement
(List<? extends Statement> list) protected void
AbstractJavaSyntaxVisitor.safeAcceptListStatement
(List<? extends Statement> list) -
Uses of Statement in org.jd.core.v1.model.javasyntax.statement
Subinterfaces of Statement in org.jd.core.v1.model.javasyntax.statementClasses in org.jd.core.v1.model.javasyntax.statement that implement StatementModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
static class
static class
static class
static class
static class
class
class
class
static class
static class
class
class
Fields in org.jd.core.v1.model.javasyntax.statement declared as StatementMethods in org.jd.core.v1.model.javasyntax.statement that return StatementConstructors in org.jd.core.v1.model.javasyntax.statement with parameters of type StatementModifierConstructorDescriptionLabelStatement
(String label, Statement statement) Statements
(Statement statement, Statement... statements) Constructor parameters in org.jd.core.v1.model.javasyntax.statement with type arguments of type Statement -
Uses of Statement in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement
Classes in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement that implement StatementModifier and TypeClassDescriptionclass
class
class
class
class
class
static class
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement declared as StatementMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement that return StatementMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement with parameters of type StatementModifier and TypeMethodDescriptionvoid
ClassFileBreakContinueStatement.setStatement
(Statement statement) -
Uses of Statement in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with type arguments of type StatementModifier and TypeMethodDescriptionprotected void
Frame.createInlineDeclarations
(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, ListIterator<Statement> iterator, ExpressionStatement es) -
Uses of Statement in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return StatementModifier and TypeMethodDescriptionprotected static Statement
LoopStatementMaker.createForStatementWithoutLineNumber
(BasicBlock basicBlock, Statements statements, Expression condition, Statements subStatements) static Statement
SynchronizedStatementMaker.make
(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements) static Statement
TryWithResourcesStatementMaker.make
(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, Statements finallyStatements) static Statement
LoopStatementMaker.makeDoWhileLoop
(BasicBlock loopBasicBlock, BasicBlock lastSubBasicBlock, Expression condition, Statements subStatements, Statements jumps) protected static Statement
LoopStatementMaker.makeForEachArray
(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements) protected static Statement
LoopStatementMaker.makeForEachList
(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements) protected static Statement
LoopStatementMaker.makeLabels
(int loopIndex, int continueOffset, int breakOffset, Statement loop, Statements jumps) protected static Statement
LoopStatementMaker.makeLoop
(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements) static Statement
LoopStatementMaker.makeLoop
(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements, Statements jumps) protected static Statement
LoopStatementMaker.makeLoop
(BasicBlock loopBasicBlock, Statements statements, Statements subStatements) static Statement
LoopStatementMaker.makeLoop
(BasicBlock loopBasicBlock, Statements statements, Statements subStatements, Statements jumps) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type StatementModifier and TypeMethodDescriptionprotected static Statement
LoopStatementMaker.makeLabels
(int loopIndex, int continueOffset, int breakOffset, Statement loop, Statements jumps) Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.util with type arguments of type StatementModifier and TypeMethodDescriptionprotected static ArrayVariableInitializer
NewArrayMaker.createVariableInitializer
(ListIterator<Statement> li, NewArray newArray) protected static void
SwitchStatementMaker.updateSwitchStatement
(SwitchStatement switchStatement, ListIterator<Statement> iterator) -
Uses of Statement in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type StatementModifier and TypeMethodDescriptionprivate static WhileStatement
RemoveFinallyStatementsVisitor.getInfiniteWhileStatement
(Statement statement) protected boolean
InitStaticFieldVisitor.isAssertionsDisabled
(Statement statement) protected boolean
InitStaticFieldVisitor.setStaticFieldInitializer
(Statement statement, Iterator<FieldDeclarator> fieldDeclaratorIterator) Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type arguments of type StatementModifier and TypeMethodDescriptionprotected void
MergeTryWithResourcesStatementVisitor.acceptListStatement
(List<? extends Statement> list) protected void
InitInstanceFieldVisitor.filterPutFields
(String internalTypeName, ListIterator<Statement> iterator) protected void
InitInstanceFieldVisitor.initPutFields
(String internalTypeName, int firstLineNumber, ListIterator<Statement> iterator) protected void
MergeTryWithResourcesStatementVisitor.safeAcceptListStatement
(List<? extends Statement> list) protected void
RemoveFinallyStatementsVisitor.safeAcceptListStatement
(List<? extends Statement> list) protected SuperConstructorInvocationExpression
InitInstanceFieldVisitor.searchSuperConstructorCall
(ListIterator<Statement> iterator) -
Uses of Statement in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Method parameters in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with type arguments of type StatementModifier and TypeMethodDescriptionprotected void
SingleLineStatementVisitor.acceptListStatement
(List<? extends Statement> list) protected void
SingleLineStatementVisitor.safeAcceptListStatement
(List<? extends Statement> list)