Class ExpressionTagNames

java.lang.Object
org.eclipse.core.expressions.ExpressionTagNames

public final class ExpressionTagNames extends Object
Class defining the tag names of the XML elements of the common expression language.
Since:
3.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The tag name of the adapt expression (value: adapt)
    static final String
    The tag name of the and expression (value: and)
    static final String
    The tag name of the count expression (value: count)
    static final String
    The tag name of the enablement expression (value: enablement)
    static final String
    The tag name of the equals expression (value: equals)
    static final String
    The tag name of the instanceof expression (value: instanceof)
    static final String
    The tag name of the adapt expression (value: iterate)
    static final String
    The tag name of the not expression (value: not)
    static final String
    The tag name of the or expression (value: or)
    static final String
    The tag name of the reference expression (value: reference)
    static final String
    The tag name of the resolve expression (value: resolve)
    static final String
    The tag name of the systemTest expression (value: systemTest)
    static final String
    The tag name of the test expression (value: test)
    static final String
    The tag name of the with expression (value: with)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ExpressionTagNames

      public ExpressionTagNames()