Klasse TypeVector

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.TypeVector

public final class TypeVector extends Object
  • Felddetails

    • size

      public int size
    • NoElements

      public static final IType[] NoElements
  • Konstruktordetails

    • TypeVector

      public TypeVector()
    • TypeVector

      public TypeVector(IType[] types)
    • TypeVector

      public TypeVector(IType type)
  • Methodendetails

    • add

      public void add(IType newElement)
    • addAll

      public void addAll(IType[] newElements)
    • contains

      public boolean contains(IType element)
    • copy

      public TypeVector copy()
    • elementAt

      public IType elementAt(int index)
    • elements

      public IType[] elements()
    • remove

      public IType remove(IType element)
    • removeAll

      public void removeAll()
    • toString

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