Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.BranchLabel
Packages, die BranchLabel verwenden
Package
Beschreibung
-
Verwendungen von BranchLabel in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die deklariert sind als BranchLabelModifizierer und TypFeldBeschreibungSwitchStatement.breakLabelBranchStatement.targetLabelCaseStatement.targetLabelLabeledStatement.targetLabelCaseStatement.targetLabelsMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ BranchLabelModifizierer und TypMethodeBeschreibungvoidBlock.branchChainTo(BranchLabel label) Dispatch the call on its last statement.voidStatement.branchChainTo(BranchLabel label) INTERNAL USE ONLY.voidSwitchStatement.branchChainTo(BranchLabel label) Dispatch the call on its last statement.voidAND_AND_Expression.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean operator code generation Optimized operations are: Ungültige Eingabe: "&"Ungültige Eingabe: "&"voidBinaryExpression.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean operator code generation Optimized operations are: Ungültige Eingabe: "<", Ungültige Eingabe: "<"=, >, >=, Ungültige Eingabe: "&", |, ^voidConditionalExpression.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Optimized boolean code generation for the conditional operator ?voidEqualExpression.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean operator code generation Optimized operations are: == and !voidExpression.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Default generation of a boolean valuevoidFalseLiteral.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) voidGuardedPattern.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel) voidInstanceOfExpression.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) voidOR_OR_Expression.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean operator code generation Optimized operations are: ||abstract voidPattern.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel) voidRecordPattern.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel) voidTrueLiteral.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) voidTypePattern.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel) voidUnaryExpression.generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean operator code generation Optimized operations are: Ungültige Eingabe: "&"Ungültige Eingabe: "&", ||, Ungültige Eingabe: "<", Ungültige Eingabe: "<"=, >, >=, Ungültige Eingabe: "&", |, ^voidEqualExpression.generateOptimizedBooleanEqual(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for == with boolean operands Note this code does not optimize conditional constants !!!!voidBinaryExpression.generateOptimizedGreaterThan(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for >voidBinaryExpression.generateOptimizedGreaterThanOrEqual(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for >=voidBinaryExpression.generateOptimizedLessThan(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for Ungültige Eingabe: "<"voidBinaryExpression.generateOptimizedLessThanOrEqual(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for Ungültige Eingabe: "<"=voidBinaryExpression.generateOptimizedLogicalAnd(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for Ungültige Eingabe: "&"voidBinaryExpression.generateOptimizedLogicalOr(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for |voidBinaryExpression.generateOptimizedLogicalXor(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for ^voidEqualExpression.generateOptimizedNonBooleanEqual(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired) Boolean generation for == with non-boolean operandsprotected voidGuardedPattern.generatePatternVariable(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel) protected abstract voidPattern.generatePatternVariable(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel) protected voidRecordPattern.generatePatternVariable(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel) protected voidTypePattern.generatePatternVariable(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel) Methodenparameter in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Typargumenten vom Typ BranchLabelModifizierer und TypMethodeBeschreibungvoidPattern.setTargetSupplier(Supplier<BranchLabel> targetSupplier) -
Verwendungen von BranchLabel in org.aspectj.org.eclipse.jdt.internal.compiler.codegen
Unterklassen von BranchLabel in org.aspectj.org.eclipse.jdt.internal.compiler.codegenFelder in org.aspectj.org.eclipse.jdt.internal.compiler.codegen, die deklariert sind als BranchLabelMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.codegen mit Parametern vom Typ BranchLabelModifizierer und TypMethodeBeschreibungvoidCodeStream.addLabel(BranchLabel aLabel) voidBranchLabel.becomeDelegateFor(BranchLabel otherLabel) Makes the current label inline all references to the other labelvoidCodeStream.generateWideRevertedConditionalBranch(byte revertedOpcode, BranchLabel wideTarget) voidCodeStream.goto_(BranchLabel label) We didn't call it goto, because there is a conflit with the goto keywordvoidStackMapFrameCodeStream.goto_(BranchLabel label) voidCodeStream.goto_w(BranchLabel label) voidStackMapFrameCodeStream.goto_w(BranchLabel label) voidCodeStream.if_acmpeq(BranchLabel lbl) voidCodeStream.if_acmpne(BranchLabel lbl) voidCodeStream.if_icmpeq(BranchLabel lbl) voidCodeStream.if_icmpge(BranchLabel lbl) voidCodeStream.if_icmpgt(BranchLabel lbl) voidCodeStream.if_icmple(BranchLabel lbl) voidCodeStream.if_icmplt(BranchLabel lbl) voidCodeStream.if_icmpne(BranchLabel lbl) voidCodeStream.ifeq(BranchLabel lbl) voidCodeStream.ifge(BranchLabel lbl) voidCodeStream.ifgt(BranchLabel lbl) voidCodeStream.ifle(BranchLabel lbl) voidCodeStream.iflt(BranchLabel lbl) voidCodeStream.ifne(BranchLabel lbl) voidCodeStream.ifnonnull(BranchLabel lbl) voidCodeStream.ifnull(BranchLabel lbl) booleanCodeStream.inlineForwardReferencesFromLabelsTargeting(BranchLabel targetLabel, int gotoLocation) Some placed labels might be branching to a goto bytecode which we can optimize better.final voidCodeStream.jsr(BranchLabel lbl) final voidCodeStream.jsr_w(BranchLabel lbl) voidCodeStream.optimizeBranch(int oldPosition, BranchLabel lbl) voidStackMapFrameCodeStream.optimizeBranch(int oldPosition, BranchLabel lbl) protected voidCodeStream.writePosition(BranchLabel label) protected voidCodeStream.writePosition(BranchLabel label, int forwardReference) protected voidStackMapFrameCodeStream.writePosition(BranchLabel label) protected voidStackMapFrameCodeStream.writePosition(BranchLabel label, int forwardReference) protected voidCodeStream.writeWidePosition(BranchLabel label) protected voidStackMapFrameCodeStream.writeWidePosition(BranchLabel label) -
Verwendungen von BranchLabel in org.aspectj.org.eclipse.jdt.internal.compiler.flow
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.flow, die deklariert sind als BranchLabelModifizierer und TypFeldBeschreibungSwitchFlowContext.breakLabelLoopingFlowContext.continueLabelMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.flow, die BranchLabel zurückgebenModifizierer und TypMethodeBeschreibungFlowContext.breakLabel()SwitchFlowContext.breakLabel()FlowContext.continueLabel()LoopingFlowContext.continueLabel()Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.flow mit Parametern vom Typ BranchLabelModifiziererKonstruktorBeschreibungLabelFlowContext(FlowContext parent, ASTNode associatedNode, char[] labelName, BranchLabel breakLabel, BlockScope scope) LoopingFlowContext(FlowContext parent, FlowInfo upstreamNullFlowInfo, ASTNode associatedNode, BranchLabel breakLabel, BranchLabel continueLabel, Scope associatedScope, boolean isPreTest) SwitchFlowContext(FlowContext parent, ASTNode associatedNode, BranchLabel breakLabel, boolean isPreTest, boolean inheritNullFieldChecks)