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.String
prefix()
A constant prefix that is assumed to be implicitly added before the literal.@NonNls java.lang.String
prefix()
A constant prefix that is assumed to be implicitly added before the regular expression.@NonNls java.lang.String[]
stringValues()
@NonNls java.lang.String
suffix()
A constant suffix that is assumed to be implicitly added after the literal.@NonNls java.lang.String
suffix()
A constant suffix that is assumed to be implicitly added after the regular expression.@NonNls java.lang.String
value()
Language name like "JAVA", "HTML", "XML", "RegExp", etc.@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 NonNls in org.jetbrains.annotations
Methods in org.jetbrains.annotations with annotations of type NonNls 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
mutates()
Contains a specifier which describes which method parameters can be mutated during the method call.@NonNls java.lang.String
resourceBundle()
The full-qualified name of the resource bundle in which the property keys must be present.@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@NonNls java.lang.String
value()
Contains the contract clauses describing causal relations between call arguments and the returned value@NonNls java.lang.String
value()
@NonNls java.lang.String
value()
-