RegexLexer
# File lib/rouge/lexers/groovy.rb, line 32 def self.constants @constants ||= Set.new %(true false null) end
# File lib/rouge/lexers/groovy.rb, line 18 def self.declarations @declarations ||= Set.new %( abstract const enum extends final implements native private protected public static strictfp super synchronized throws transient volatile ) end
Generated with the Darkfish Rdoc Generator 2.