java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.Label
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.BranchLabel
Bekannte direkte Unterklassen:
CaseLabel

public class BranchLabel extends Label
  • Felddetails

  • Konstruktordetails

    • BranchLabel

      public BranchLabel()
    • BranchLabel

      public BranchLabel(CodeStream codeStream)
      Parameter:
      codeStream - org.eclipse.jdt.internal.compiler.codegen.CodeStream
  • Methodendetails

    • becomeDelegateFor

      public void becomeDelegateFor(BranchLabel otherLabel)
      Makes the current label inline all references to the other label
    • forwardReferenceCount

      public int forwardReferenceCount()
    • forwardReferences

      public int[] forwardReferences()
    • initialize

      public void initialize(CodeStream stream)
    • isCaseLabel

      public boolean isCaseLabel()
    • isStandardLabel

      public boolean isStandardLabel()
    • place

      public void place()
      Angegeben von:
      place in Klasse Label
    • toString

      public String toString()
      Print out the receiver
      Setzt außer Kraft:
      toString in Klasse Object