Klasse FormalBinding

java.lang.Object
org.aspectj.weaver.patterns.FormalBinding
Alle implementierten Schnittstellen:
IHasPosition
Bekannte direkte Unterklassen:
FormalBinding.ImplicitFormalBinding

public class FormalBinding extends Object implements IHasPosition
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getEnd

      public int getEnd()
      Beschreibung aus Schnittstelle kopiert: IHasPosition
      The ending index of this location in the character stream This points to the last character in this token. If a location truly had no contents, then start == end + 1. We don't recommend this.
      Angegeben von:
      getEnd in Schnittstelle IHasPosition
    • getStart

      public int getStart()
      Beschreibung aus Schnittstelle kopiert: IHasPosition
      The starting index of this location in the character stream.
      Angegeben von:
      getStart in Schnittstelle IHasPosition
    • getIndex

      public int getIndex()
    • getName

      public String getName()
    • getType

      public UnresolvedType getType()