Variable: java-font-lock-keywords-3

java-font-lock-keywords-3 is a variable defined in cc-fonts.el.gz.

Value

Large value
((eval list "\240" 0
       (progn
	 (unless
	     (c-face-name-p 'c-nonbreakable-space-face)
	   (c-make-inverse-face 'font-lock-warning-face 'c-nonbreakable-space-face))
	 ''c-nonbreakable-space-face))
 ("\\s|" 0 font-lock-warning-face t nil)
 c-font-lock-invalid-single-quotes
 (eval list "\\<\\(\\(?:false\\|null\\|true\\)\\)\\>" 1 c-constant-face-name)
 ("\\<\\(\\(?:@interface\\|abstract\\|break\\|c\\(?:a\\(?:se\\|tch\\)\\|lass\\|on\\(?:st\\|tinue\\)\\)\\|d\\(?:efault\\|o\\)\\|e\\(?:lse\\|num\\|xtends\\)\\|f\\(?:inal\\(?:ly\\)?\\|or\\)\\|goto\\|i\\(?:f\\|mp\\(?:lements\\|ort\\)\\|n\\(?:stanceof\\|terface\\)\\)\\|n\\(?:ative\\|ew\\)\\|p\\(?:ackage\\|r\\(?:ivate\\|otected\\)\\|ublic\\)\\|return\\|s\\(?:t\\(?:atic\\|rictfp\\)\\|uper\\|witch\\|ynchronized\\)\\|t\\(?:h\\(?:is\\|rows?\\)\\|r\\(?:ansient\\|y\\)\\)\\|\\(?:volat\\|wh\\)ile\\)\\)\\([^[:alnum:]_$]\\|$\\)" 1 font-lock-keyword-face)
 #[257 "\302\300!\303!\210\304\305\306#\203b�\307\224b\210\303!\204�\307\225b\210\310 \311\312\"\216\313\307\224Tb\210`Sf\314=\203X�\315u\210\316 \210`\262\317\313x\307W\203X�\320`\321\"\204X�\322`\321	$\210\316 \210\202+�)\266\307\225b\210\202�)\313\207"
       [parse-sexp-lookup-properties c-reference-face-name boundp c-skip-comments-and-strings re-search-forward "\\(\\.\\)\\(\\s \\|[\n
]\\)*\\([[:upper:]][[:alnum:]_$]*\\|\\*\\)" t 0 match-data make-closure
				     #[0 "\301\300\302\"\207"
					 [V0 set-match-data t]
					 3]
				     nil 46 -1 c-backward-sws "[:alnum:]_$" get-text-property face put-text-property]
       8 "\n\n(fn LIMIT)"]
 (eval list "\\(!\\)[^=]" 1 c-negation-char-face-name)
 c-font-lock-complex-decl-prepare c-font-lock-cut-off-declarators c-font-lock-declarations c-font-lock-enclosing-decls c-font-lock-<>-arglists c-font-lock-c++-using
 ("\\<\\(\\(?:b\\(?:oolean\\|yte\\)\\|char\\|double\\|float\\|int\\|long\\|short\\|void\\)\\)\\>" 1 'font-lock-type-face)
 c-font-lock-enum-tail c-font-lock-enum-body
 (eval list "\\<\\(\\(?:break\\|continue\\|goto\\)\\)\\>\\s *\\([[:alpha:]_@][[:alnum:]_$]\\{,1000\\}\\)"
       (list 2 c-label-face-name nil t))
 (#[257 "\304 \211\203	�\211b\210\210\305\300!\306\307!`\310!@\311=\203 �`\202!�\211\262b\210\312!\210\313\314\315#\203a�\316\224b\210\312!\204)�\316\225b\210\317 \320\321\"\216\315\322\315\323\324!\210`V\203Y�b\210\325 ,\266\202)�)\266\322\207"
	[parse-sexp-lookup-properties c-promote-possible-types c-record-ref-identifiers c-record-type-identifiers c-literal-start boundp c-determine-limit 1000 c-beginning-of-decl-1 same c-skip-comments-and-strings re-search-forward "\\<\\(\\(?:extends\\|imp\\(?:lements\\|ort\\)\\|new\\|package\\|super\\|throws\\)\\)\\>" t 0 match-data make-closure
				      #[0 "\301\300\302\"\207"
					  [V0 set-match-data t]
					  3]
				      nil c-forward-keyword-clause 1 c-fontify-recorded-types-and-refs]
	7 "\n\n(fn LIMIT)"])
 (eval list "\\<\\(@[a-zA-Z0-9]+\\)\\>" 1 c-annotation-face))

Documentation

Accurate normal font locking for Java mode.

Like variable java-font-lock-keywords-2(var)/java-font-lock-keywords-2(fun) but detects declarations in a more accurate way that works in most cases for arbitrary types without the need for java-font-lock-extra-types.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-fonts.el.gz
(defconst java-font-lock-keywords-3 (c-lang-const c-matchers-3 java)
  "Accurate normal font locking for Java mode.
Like variable `java-font-lock-keywords-2' but detects declarations in a more
accurate way that works in most cases for arbitrary types without the
need for `java-font-lock-extra-types'.")