Uses of Class
org.jetbrains.annotations.NonNls
-
Packages that use NonNls Package Description org.intellij.lang.annotations org.jetbrains.annotations -
-
Uses of NonNls in org.intellij.lang.annotations
Methods in org.intellij.lang.annotations with annotations of type NonNls Modifier and Type Method Description @NonNls java.lang.Stringprefix()A constant prefix that is assumed to be implicitly added before the literal.@NonNls java.lang.Stringprefix()A constant prefix that is assumed to be implicitly added before the regular expression.@NonNls java.lang.String[]stringValues()@NonNls java.lang.Stringsuffix()A constant suffix that is assumed to be implicitly added after the literal.@NonNls java.lang.Stringsuffix()A constant suffix that is assumed to be implicitly added after the regular expression.@NonNls java.lang.Stringvalue()Language name like "JAVA", "HTML", "XML", "RegExp", etc.@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 NonNls in org.jetbrains.annotations
Methods in org.jetbrains.annotations with annotations of type NonNls 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.Stringmutates()Contains a specifier which describes which method parameters can be mutated during the method call.@NonNls java.lang.StringresourceBundle()The full-qualified name of the resource bundle in which the property keys must be present.@NonNls java.lang.Stringtext()Expression to be evaluated and used as the textual representation of the object.
thisrefers to the class instance being presented@NonNls java.lang.Stringvalue()Contains the contract clauses describing causal relations between call arguments and the returned value@NonNls java.lang.Stringvalue()
-