Uses of Interface
org.jd.core.v1.model.javasyntax.statement.Statement
-
-
Uses of Statement in org.jd.core.v1.model.javasyntax
Method parameters in org.jd.core.v1.model.javasyntax with type arguments of type Statement Modifier and Type Method Description protected voidAbstractJavaSyntaxVisitor. acceptListStatement(java.util.List<? extends Statement> list)protected voidAbstractJavaSyntaxVisitor. safeAcceptListStatement(java.util.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.statement Modifier and Type Interface Description static interfaceSwitchStatement.LabelClasses in org.jd.core.v1.model.javasyntax.statement that implement Statement Modifier and Type Class Description classAssertStatementclassBreakStatementclassByteCodeStatementclassCommentStatementclassContinueStatementclassDoWhileStatementclassExpressionStatementclassForEachStatementclassForStatementclassIfElseStatementclassIfStatementclassLabelStatementclassLambdaExpressionStatementclassLocalVariableDeclarationStatementclassReturnExpressionStatementclassReturnStatementclassSwitchStatementstatic classSwitchStatement.Blockstatic classSwitchStatement.DefaultLabelstatic classSwitchStatement.ExpressionLabelstatic classSwitchStatement.LabelBlockstatic classSwitchStatement.MultiLabelsBlockclassSynchronizedStatementclassThrowStatementclassTryStatementstatic classTryStatement.CatchClausestatic classTryStatement.ResourceclassTypeDeclarationStatementclassWhileStatementFields in org.jd.core.v1.model.javasyntax.statement declared as Statement Modifier and Type Field Description protected StatementLabelStatement. statementMethods in org.jd.core.v1.model.javasyntax.statement that return Statement Modifier and Type Method Description StatementLabelStatement. getStatement()Constructors in org.jd.core.v1.model.javasyntax.statement with parameters of type Statement Constructor Description LabelStatement(java.lang.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 Constructor Description Statements(java.util.List<Statement> list) -
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 Statement Modifier and Type Class Description classClassFileBreakContinueStatementclassClassFileForEachStatementclassClassFileForStatementclassClassFileMonitorEnterStatementclassClassFileMonitorExitStatementclassClassFileTryStatementstatic classClassFileTryStatement.CatchClauseFields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement declared as Statement Modifier and Type Field Description protected StatementClassFileBreakContinueStatement. statementMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement that return Statement Modifier and Type Method Description StatementClassFileBreakContinueStatement. getStatement()Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement with parameters of type Statement Modifier and Type Method Description voidClassFileBreakContinueStatement. 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 Statement Modifier and Type Method Description protected voidFrame. createInlineDeclarations(java.util.HashSet<AbstractLocalVariable> undeclaredLocalVariables, java.util.HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, java.util.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 Statement Modifier and Type Method Description protected 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(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements)protected static StatementLoopStatementMaker. makeForEachList(java.util.Map<java.lang.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(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements)static StatementLoopStatementMaker. makeLoop(java.util.Map<java.lang.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 Statement Modifier and Type Method Description protected 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 Statement Modifier and Type Method Description protected static ArrayVariableInitializerNewArrayMaker. createVariableInitializer(java.util.ListIterator<Statement> li, NewArray newArray)protected static voidSwitchStatementMaker. updateSwitchStatement(SwitchStatement switchStatement, java.util.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 Statement Modifier and Type Method Description private static WhileStatementRemoveFinallyStatementsVisitor. getInfiniteWhileStatement(Statement statement)protected booleanInitStaticFieldVisitor. isAssertionsDisabled(Statement statement)protected booleanInitStaticFieldVisitor. setStaticFieldInitializer(Statement statement, java.util.Iterator<FieldDeclarator> fieldDeclaratorIterator)Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type arguments of type Statement Modifier and Type Method Description protected voidMergeTryWithResourcesStatementVisitor. acceptListStatement(java.util.List<? extends Statement> list)protected voidInitInstanceFieldVisitor. filterPutFields(java.lang.String internalTypeName, java.util.ListIterator<Statement> iterator)protected voidInitInstanceFieldVisitor. initPutFields(java.lang.String internalTypeName, int firstLineNumber, java.util.ListIterator<Statement> iterator)protected voidMergeTryWithResourcesStatementVisitor. safeAcceptListStatement(java.util.List<? extends Statement> list)protected voidRemoveFinallyStatementsVisitor. safeAcceptListStatement(java.util.List<? extends Statement> list)protected SuperConstructorInvocationExpressionInitInstanceFieldVisitor. searchSuperConstructorCall(java.util.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 Statement Modifier and Type Method Description protected voidSingleLineStatementVisitor. acceptListStatement(java.util.List<? extends Statement> list)protected voidSingleLineStatementVisitor. safeAcceptListStatement(java.util.List<? extends Statement> list)
-