Klasse ElementValuePair

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ElementValuePair

public class ElementValuePair extends Object
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • getValue

      public static Object getValue(Expression expression)
    • getName

      public char[] getName()
      Gibt zurück:
      the name of the element value pair.
    • getMethodBinding

      public MethodBinding getMethodBinding()
      Gibt zurück:
      the method binding that defined this member value pair or null if no such binding exists.
    • getValue

      public Object getValue()
      Return TypeBinding for member value of type Class Return Constant for member of primitive type or String Return FieldBinding for enum constant Return AnnotationBinding for annotation instance Return Object[] for member value of array type.
      Gibt zurück:
      the value of this member value pair or null if the value is missing or is not a compile-time constant
    • toString

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