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 voidAbstractJavaSyntaxVisitor.acceptListStatement(List<? extends Statement> list) protected voidAbstractJavaSyntaxVisitor.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassstatic classstatic classstatic classstatic classstatic classclassclassclassstatic classstatic classclassclassSubclasses with type arguments of type Statement in org.jd.core.v1.model.javasyntax.statementSubinterfaces with type arguments of type Statement in org.jd.core.v1.model.javasyntax.statementFields 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 TypeClassDescriptionclassclassclassclassclassclassstatic classFields 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 TypeMethodDescriptionvoidClassFileBreakContinueStatement.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 voidFrame.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 StatementLoopStatementMaker.createForStatementWithoutLineNumber(BasicBlock basicBlock, Statements statements, Expression condition, Statements subStatements) static StatementSynchronizedStatementMaker.make(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements) static StatementTryWithResourcesStatementMaker.make(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, Statements finallyStatements) static StatementLoopStatementMaker.makeDoWhileLoop(BasicBlock loopBasicBlock, BasicBlock lastSubBasicBlock, Expression condition, Statements subStatements, Statements jumps) protected static StatementLoopStatementMaker.makeForEachArray(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements) protected static StatementLoopStatementMaker.makeForEachList(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements) protected static StatementLoopStatementMaker.makeLabels(int loopIndex, int continueOffset, int breakOffset, Statement loop, Statements jumps) protected static StatementLoopStatementMaker.makeLoop(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements) static StatementLoopStatementMaker.makeLoop(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements, Statements jumps) protected static StatementLoopStatementMaker.makeLoop(BasicBlock loopBasicBlock, Statements statements, Statements subStatements) static StatementLoopStatementMaker.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 StatementLoopStatementMaker.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 ArrayVariableInitializerNewArrayMaker.createVariableInitializer(ListIterator<Statement> li, NewArray newArray) protected static voidSwitchStatementMaker.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 WhileStatementRemoveFinallyStatementsVisitor.getInfiniteWhileStatement(Statement statement) protected booleanInitStaticFieldVisitor.isAssertionsDisabled(Statement statement) protected booleanInitStaticFieldVisitor.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 voidMergeTryWithResourcesStatementVisitor.acceptListStatement(List<? extends Statement> list) protected voidInitInstanceFieldVisitor.filterPutFields(String internalTypeName, ListIterator<Statement> iterator) protected voidInitInstanceFieldVisitor.initPutFields(String internalTypeName, int firstLineNumber, ListIterator<Statement> iterator) protected voidMergeTryWithResourcesStatementVisitor.safeAcceptListStatement(List<? extends Statement> list) protected voidRemoveFinallyStatementsVisitor.safeAcceptListStatement(List<? extends Statement> list) protected SuperConstructorInvocationExpressionInitInstanceFieldVisitor.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 voidSingleLineStatementVisitor.acceptListStatement(List<? extends Statement> list) protected voidSingleLineStatementVisitor.safeAcceptListStatement(List<? extends Statement> list)