jar

com.github.adedayo.intellij.sdk : RegExpSupport

Maven & Gradle

Jul 13, 2015
2 stars

RegExpSupport · A packaging of the IntelliJ Community Edition RegExpSupport library. This is release number 1 of trunk branch 142.

Table Of Contents

Latest Version

Download com.github.adedayo.intellij.sdk : RegExpSupport JAR file - Latest Versions:

All Versions

Download com.github.adedayo.intellij.sdk : RegExpSupport JAR file - All Versions:

Version Vulnerabilities Size Updated
142.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window RegExpSupport-142.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.intellij.lang.regexp.validation

├─ org.intellij.lang.regexp.validation.RegExpAnnotator.class - [JAR]

├─ org.intellij.lang.regexp.validation.RemoveRedundantEscapeAction.class - [JAR]

├─ org.intellij.lang.regexp.validation.SimplifyQuantifierAction.class - [JAR]

org.intellij.lang.regexp

├─ org.intellij.lang.regexp.DefaultRegExpPropertiesProvider.class - [JAR]

├─ org.intellij.lang.regexp.RegExpBraceMatcher.class - [JAR]

├─ org.intellij.lang.regexp.RegExpCapability.class - [JAR]

├─ org.intellij.lang.regexp.RegExpColorsPage.class - [JAR]

├─ org.intellij.lang.regexp.RegExpCompletionContributor.class - [JAR]

├─ org.intellij.lang.regexp.RegExpDocumentationProvider.class - [JAR]

├─ org.intellij.lang.regexp.RegExpElementType.class - [JAR]

├─ org.intellij.lang.regexp.RegExpElementTypes.class - [JAR]

├─ org.intellij.lang.regexp.RegExpFile.class - [JAR]

├─ org.intellij.lang.regexp.RegExpFileType.class - [JAR]

├─ org.intellij.lang.regexp.RegExpHighlighter.class - [JAR]

├─ org.intellij.lang.regexp.RegExpLanguage.class - [JAR]

├─ org.intellij.lang.regexp.RegExpLanguageHost.class - [JAR]

├─ org.intellij.lang.regexp.RegExpLanguageHosts.class - [JAR]

├─ org.intellij.lang.regexp.RegExpLexer.class - [JAR]

├─ org.intellij.lang.regexp.RegExpModifierProvider.class - [JAR]

├─ org.intellij.lang.regexp.RegExpParser.class - [JAR]

├─ org.intellij.lang.regexp.RegExpParserDefinition.class - [JAR]

├─ org.intellij.lang.regexp.RegExpSupportLoader.class - [JAR]

├─ org.intellij.lang.regexp.RegExpSyntaxHighlighterFactory.class - [JAR]

├─ org.intellij.lang.regexp.RegExpTT.class - [JAR]

├─ org.intellij.lang.regexp.RegExpWordSelectionFilter.class - [JAR]

├─ org.intellij.lang.regexp._RegExLexer.class - [JAR]

org.intellij.lang.regexp.psi.impl

├─ org.intellij.lang.regexp.psi.impl.RegExpBackrefImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpBoundaryImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpBranchImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpCharImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpCharRangeImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpClassImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpClosureImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpElementImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpGroupImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpIntersectionImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpNamedGroupRefImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpOptionsImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpPatternImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpPosixBracketExpressionImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpPropertyImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpPyCondRefImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpQuantifierImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpSetOptionsImpl.class - [JAR]

├─ org.intellij.lang.regexp.psi.impl.RegExpSimpleClassImpl.class - [JAR]

icons

├─ icons.RegExpSupportIcons.class - [JAR]

org.intellij.lang.regexp.surroundWith

├─ org.intellij.lang.regexp.surroundWith.GroupSurrounder.class - [JAR]

├─ org.intellij.lang.regexp.surroundWith.SimpleSurroundDescriptor.class - [JAR]

org.intellij.lang.regexp.intention

├─ org.intellij.lang.regexp.intention.CheckRegExpForm.class - [JAR]

├─ org.intellij.lang.regexp.intention.CheckRegExpIntentionAction.class - [JAR]

org.intellij.lang.regexp.psi

├─ org.intellij.lang.regexp.psi.RegExpAtom.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpBackref.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpBoundary.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpBranch.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpChar.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpCharRange.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpClass.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpClassElement.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpClosure.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpElement.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpElementVisitor.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpGroup.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpIntersection.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpNamedGroupRef.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpOptions.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpPattern.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpPosixBracketExpression.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpProperty.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpPyCondRef.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpQuantifier.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpRecursiveElementVisitor.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpSetOptions.class - [JAR]

├─ org.intellij.lang.regexp.psi.RegExpSimpleClass.class - [JAR]