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 interfaceRegExpSpecifies that an element of the program represents a string that is a regular expression text supported byPattern.Methods in org.intellij.lang.annotations with annotations of type Language Modifier and Type Method Description @NonNls java.lang.Stringvalue()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.StringchildrenArray()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.
thisrefers to the class instance being presented@NonNls java.lang.StringhasChildren()Expression to be evaluated to check if the object has any children at all.
This should work faster thanDebug.Renderer.childrenArray()and return boolean.
thisrefers to the class instance being presented@NonNls java.lang.Stringtext()Expression to be evaluated and used as the textual representation of the object.
thisrefers to the class instance being presented
-