Package org.eclipse.core.expressions
Class ExpressionTagNames
java.lang.Object
org.eclipse.core.expressions.ExpressionTagNames
Class defining the tag names of the XML elements of the common
expression language.
- Since:
- 3.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
-
Field Details
-
ENABLEMENT
The tag name of the enablement expression (value:enablement
)- See Also:
-
AND
The tag name of the and expression (value:and
)- See Also:
-
OR
The tag name of the or expression (value:or
)- See Also:
-
NOT
The tag name of the not expression (value:not
)- See Also:
-
INSTANCEOF
The tag name of the instanceof expression (value:instanceof
)- See Also:
-
TEST
The tag name of the test expression (value:test
)- See Also:
-
WITH
The tag name of the with expression (value:with
)- See Also:
-
ADAPT
The tag name of the adapt expression (value:adapt
)- See Also:
-
COUNT
The tag name of the count expression (value:count
)- See Also:
-
ITERATE
The tag name of the adapt expression (value:iterate
)- See Also:
-
RESOLVE
The tag name of the resolve expression (value:resolve
)- See Also:
-
SYSTEM_TEST
The tag name of the systemTest expression (value:systemTest
)- See Also:
-
EQUALS
The tag name of the equals expression (value:equals
)- See Also:
-
REFERENCE
The tag name of the reference expression (value:reference
)- Since:
- 3.3
- See Also:
-
-
Constructor Details
-
ExpressionTagNames
public ExpressionTagNames()
-