Uses of Class
org.intellij.lang.annotations.Language
-
Packages that use Language Package Description org.intellij.lang.annotations org.jetbrains.annotations -
-
Uses of Language in org.intellij.lang.annotations
Classes in org.intellij.lang.annotations with annotations of type Language Modifier and Type Class Description interface
RegExp
Specifies that an element of the program represents a string that is a regular expression text supported byPattern
.Fields in org.intellij.lang.annotations with annotations of type Language Modifier and Type Field Description private static java.lang.String
PrintFormatPattern. ARG_INDEX
private static java.lang.String
PrintFormatPattern. CONVERSION
private static java.lang.String
PrintFormatPattern. FLAGS
private static java.lang.String
PrintFormatPattern. PRECISION
(package private) static java.lang.String
PrintFormatPattern. PRINT_FORMAT
private static java.lang.String
PrintFormatPattern. TEXT
private static java.lang.String
PrintFormatPattern. WIDTH
Methods in org.intellij.lang.annotations with annotations of type Language Modifier and Type Method Description @NonNls java.lang.String
value()
A regular expression that matches all the valid string literals that assigned to the annotated variables, passed as arguments to the annotated parameters, or returned from the annotated methods. -
Uses of Language in org.jetbrains.annotations
Methods in org.jetbrains.annotations with annotations of type Language Modifier and Type Method Description @NonNls java.lang.String
childrenArray()
Expression to be evaluated to obtain an array of object's children.
Usually the result is an array of elements in a collection, or an array of entries in a map.
this
refers to the class instance being presented@NonNls java.lang.String
hasChildren()
Expression to be evaluated to check if the object has any children at all.
This should work faster thanDebug.Renderer.childrenArray()
and return boolean.
this
refers to the class instance being presented@NonNls java.lang.String
text()
Expression to be evaluated and used as the textual representation of the object.
this
refers to the class instance being presented
-