A C D E F G H I J K L M N O P R S T U V W Y

A

AboutDialog - Class in org.fife.rsta.ac.demo
The "About" dialog for the demo application.
AboutDialog(DemoApp) - Constructor for class org.fife.rsta.ac.demo.AboutDialog
 
ABSTRACT - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
ABSTRACT_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
AbstractLanguageSupport - Class in org.fife.rsta.ac
A base class for language support implementations.
AbstractLanguageSupport() - Constructor for class org.fife.rsta.ac.AbstractLanguageSupport
Constructor.
AbstractTypeDeclarationNode - Class in org.fife.rsta.ac.java.rjc.ast
 
AbstractTypeDeclarationNode(String, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
AbstractTypeDeclarationNode(String, Offset, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
ACC_ABSTRACT - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared abstract; may not be instantiated.
ACC_ANNOTATION - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared as an annotation type.
ACC_ENUM - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared as an enum type.
ACC_FINAL - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared final; no subclasses allowed.
ACC_INTERFACE - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Is an interface, not a class.
ACC_NATIVE - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared native; implemented in a language other than Java.
ACC_PRIVATE - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared private; usable only within the defining class.
ACC_PROTECTED - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared protected; may be accessed within subclasses.
ACC_PUBLIC - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared public; may be accessed from outside its package.
ACC_STATIC - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared static.
ACC_STRICT - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared strictfp; floating-point mode is FP-strict.
ACC_SUPER - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Treat superclass methods specially when invoked by the invokespecial instruction.
ACC_SYNCHRONIZED - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared synchronized; invocation is wrapped in a monitor block.
ACC_SYNTHETIC - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared syntheticACC_TRANSIENT - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared transient; not written or read by a persistent object manager.
ACC_VOLATILE - Static variable in interface org.fife.rsta.ac.java.classreader.AccessFlags
Declared volatile; cannot be cached.
accept(File) - Method in class org.fife.rsta.ac.demo.ExtensionFileFilter
AccessFlags - Interface in org.fife.rsta.ac.java.classreader
Class/interface access flag masks.
add(CodeBlock) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
addAnnotation(Annotation) - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
addAttribute(AttributeInfo) - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
Adds the specified attribute to this field.
addBound(Type) - Method in class org.fife.rsta.ac.java.rjc.lang.TypeParameter
 
addChildCodeBlock(int) - Method in class org.fife.rsta.ac.common.CodeBlock
Creates and returns a child (nested) code block.
addCompletions(CompletionProvider, String, Set) - Method in class org.fife.rsta.ac.java.JarManager
Adds completions matching the specified text to a list.
addDecorationIcon(Icon) - Method in class org.fife.rsta.ac.java.DecoratableIcon
Adds a decoration icon.
addExtended(Type) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalInterfaceDeclaration
 
addIdentifier(String, List) - Method in class org.fife.rsta.ac.java.rjc.lang.Type
Adds an identifier to this type.
addImplemented(Type) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
addImportDeclaration(ImportDeclaration) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
addJar(JarInfo) - Method in class org.fife.rsta.ac.java.JarManager
Adds a jar to read from.
addJar(JarInfo) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
Adds a jar to the "build path."
addLocalVariable(LocalVariable) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
addMember(Member) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
addModifier(int) - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
addParserNotice(Token, String) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
Shorthand for "addParserNotice(new ParserNotice(t, msg))".
addParserNotice(ParserNotice) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rsta.ac.java.JavaParser
 
addShorthandCompletions(DefaultCompletionProvider) - Method in class org.fife.rsta.ac.c.CCompletionProvider
Adds shorthand completions to the code completion provider.
addShorthandCompletions(DefaultCompletionProvider) - Method in class org.fife.rsta.ac.groovy.GroovyCompletionProvider
Adds shorthand completions to the code completion provider.
addShorthandCompletions(DefaultCompletionProvider) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
Adds shorthand completions to the code completion provider.
addShorthandCompletions(DefaultCompletionProvider) - Method in class org.fife.rsta.ac.sh.ShellCompletionProvider
Adds shorthand completions to the code completion provider.
addTypeDeclaration(TypeDeclaration) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
addTypeDeclaration(TypeDeclaration) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
addTypeDeclaration(TypeDeclaration) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclarationContainer
 
addVariable(VariableDeclaration) - Method in class org.fife.rsta.ac.common.CodeBlock
Adds a variable declaration.
Annotation - Class in org.fife.rsta.ac.java.rjc.lang
 
Annotation(Type) - Constructor for class org.fife.rsta.ac.java.rjc.lang.Annotation
 
ANNOTATION_START - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
ASSIGNMENT_OPERATOR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
ASTFactory - Class in org.fife.rsta.ac.java.rjc.parser
Generates an abstract syntax tree for a Java source file.
ASTFactory() - Constructor for class org.fife.rsta.ac.java.rjc.parser.ASTFactory
 
ASTNode - Interface in org.fife.rsta.ac.java.rjc.ast
A node in a Java AST.
AttributeInfo - Class in org.fife.rsta.ac.java.classreader.attributes
 
AttributeInfo(ClassFile) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
 
attributeNameIndex - Variable in class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
 

C

CCompletionProvider - Class in org.fife.rsta.ac.c
A completion provider for the C programming language.
CCompletionProvider() - Constructor for class org.fife.rsta.ac.c.CCompletionProvider
Constructor.
cf - Variable in class org.fife.rsta.ac.java.classreader.MemberInfo
The class file in which this method is defined.
CLanguageSupport - Class in org.fife.rsta.ac.c
Language support for C.
CLanguageSupport() - Constructor for class org.fife.rsta.ac.c.CLanguageSupport
Constructor.
CLASS_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
ClassFile - Class in org.fife.rsta.ac.java.classreader
Class representing a ClassFile structure.
ClassFile(File) - Constructor for class org.fife.rsta.ac.java.classreader.ClassFile
 
ClassFile(DataInputStream) - Constructor for class org.fife.rsta.ac.java.classreader.ClassFile
 
clearJars() - Method in class org.fife.rsta.ac.java.JarManager
Removes all jars from the "build path."
clearJars() - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
Removes all jars from the "build path."
clearResetPosition() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
 
clone() - Method in class org.fife.rsta.ac.java.JarInfo
Code - Class in org.fife.rsta.ac.java.classreader.attributes
A variable-length attribute used in the attributes table of MethodInfo structures.
Code(MethodInfo) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.Code
Constructor.
CODE - Static variable in class org.fife.rsta.ac.java.classreader.MethodInfo
 
CodeBlock - Class in org.fife.rsta.ac.common
A block of code.
CodeBlock(int) - Constructor for class org.fife.rsta.ac.common.CodeBlock
Constructor.
CodeBlock - Class in org.fife.rsta.ac.java.rjc.ast
A block of code in curly braces in a class.
CodeBlock(boolean, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
COMMENT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
compareTo(Object) - Method in class org.fife.rsta.ac.java.JarInfo
CompilationUnit - Class in org.fife.rsta.ac.java.rjc.ast
A CompilationUnit is the root node of an AST for a Java source file.
CompilationUnit(String) - Constructor for class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
CONSTANT_VALUE - Static variable in class org.fife.rsta.ac.java.classreader.FieldInfo
 
ConstantClassInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Represents a class or interface.
ConstantClassInfo(int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantClassInfo
Constructor.
ConstantDoubleInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Class corresponding to the CONSTANT_Double_info structure.
ConstantDoubleInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
Constructor.
ConstantFieldrefInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Class corresponding to a CONSTANT_Fieldref_info structure.
ConstantFieldrefInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantFieldrefInfo
Constructor.
ConstantFloatInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Class corresponding to the CONSTANT_Float_info structure.
ConstantFloatInfo(int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantFloatInfo
Constructor.
ConstantIntegerInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Class corresponding to the CONSTANT_Integer_info structure.
ConstantIntegerInfo(long) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantIntegerInfo
Constructor.
ConstantLongInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Class corresponding to the CONSTANT_Long_info structure.
ConstantLongInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
Constructor.
ConstantMethodrefInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Class corresponding to a CONSTANT_Methodref_info structure.
ConstantMethodrefInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
Constructor.
ConstantNameAndTypeInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Class representing a CONSTANT_NameAndType_info structure.
ConstantNameAndTypeInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantNameAndTypeInfo
Constructor.
ConstantPoolInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
A ConstantPool table entry.
ConstantPoolInfo(int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
Constructor.
ConstantPoolInfoFactory - Class in org.fife.rsta.ac.java.classreader.constantpool
 
ConstantStringInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
Class corresponding to the CONSTANT_String_info structure.
ConstantStringInfo(ClassFile, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantStringInfo
Constructor.
ConstantUtf8Info - Class in org.fife.rsta.ac.java.classreader.constantpool
Class representing a CONSTANT_Utf8_info structure.
ConstantUtf8Info(byte[]) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantUtf8Info
Constructor.
ConstantValue - Class in org.fife.rsta.ac.java.classreader.attributes
The "ConstantValue" attribute, as defined by 4.7.2 of the JVM specification.
ConstantValue(ClassFile, int) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.ConstantValue
CConstructor.
CONSTRUCTOR_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
contains(int) - Method in class org.fife.rsta.ac.common.CodeBlock
Returns whether this code block contains a given offset.
containsOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
createAutoCompletion(CompletionProvider) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Creates an auto-completion instance pre-configured and usable by most LanguageSupports.
createCodeCompletionProvider() - Method in class org.fife.rsta.ac.c.CCompletionProvider
Returns the provider to use when editing code.
createCodeCompletionProvider() - Method in class org.fife.rsta.ac.groovy.GroovyCompletionProvider
Returns the provider to use when editing code.
createCodeCompletionProvider() - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
Returns the provider to use when editing code.
createCommentCompletionProvider() - Method in class org.fife.rsta.ac.c.CCompletionProvider
Returns the provider to use when in a comment.
createCommentCompletionProvider() - Method in class org.fife.rsta.ac.groovy.GroovyCompletionProvider
Returns the provider to use when in a comment.
createDefaultCompletionCellRenderer() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Creates the default cell renderer to use when none is specified.
createDefaultCompletionCellRenderer() - Method in class org.fife.rsta.ac.c.CLanguageSupport
Creates the default cell renderer to use when none is specified.
createDefaultCompletionCellRenderer() - Method in class org.fife.rsta.ac.html.HtmlLanguageSupport
Creates the default cell renderer to use when none is specified.
createDefaultCompletionCellRenderer() - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Creates the default cell renderer to use when none is specified.
createDefaultCompletionCellRenderer() - Method in class org.fife.rsta.ac.php.PhpLanguageSupport
Creates the default cell renderer to use when none is specified.
createDefaultCompletionCellRenderer() - Method in class org.fife.rsta.ac.sh.ShellLanguageSupport
Creates the default cell renderer to use when none is specified.
createOffset(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns an offset into the source being parsed.
createStringCompletionProvider() - Method in class org.fife.rsta.ac.c.CCompletionProvider
Returns the completion provider to use when the caret is in a string.
createStringCompletionProvider() - Method in class org.fife.rsta.ac.groovy.GroovyCompletionProvider
Returns the completion provider to use when the caret is in a string.
createStringCompletionProvider() - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
Returns the completion provider to use when the caret is in a string.
createStringCompletionProvider() - Method in class org.fife.rsta.ac.sh.ShellCompletionProvider
Returns the completion provider to use when the caret is in a string.

D

DATA_TYPE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
DecoratableIcon - Class in org.fife.rsta.ac.java
An icon that can have an optional "decorations" icon beside of it.
DecoratableIcon(Icon) - Constructor for class org.fife.rsta.ac.java.DecoratableIcon
Constructor.
DecoratableIcon(int, Icon) - Constructor for class org.fife.rsta.ac.java.DecoratableIcon
Constructor.
decreaseTypeArgumentsLevel() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Decreases the depth in which we're in TypeArguments or TypeParameters.
DEFAULT_CLASS_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
DEFAULT_INTERFACE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
defaultGetAlreadyEnteredText(JTextComponent) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
This nasty hack is just a hook for subclasses (e.g.
DemoApp - Class in org.fife.rsta.ac.demo
Stand-alone version of the demo.
DemoApp() - Constructor for class org.fife.rsta.ac.demo.DemoApp
 
DemoApplet - Class in org.fife.rsta.ac.demo
An applet version of the autocompletion demo.
DemoApplet() - Constructor for class org.fife.rsta.ac.demo.DemoApplet
 
DEPRECATED - Static variable in class org.fife.rsta.ac.java.classreader.MemberInfo
Attribute marking a member as deprecated.
DEPRECATED_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
DOC_COMMENT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
docCommentToHtml(String) - Static method in class org.fife.rsta.ac.java.Util
Converts a Java documentation comment to HTML.

E

eatParenPairs() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Eats through (possibly nested) paren pairs, e.g.:
eatThroughNext(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Eats all tokens up to (and including) the next token of the specified type.
eatThroughNextSkippingBlocks(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Eats all tokens up to (and including) the next token of the specified type.
eatUntilNext(int, int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
 
eatUntilNext(int, int, int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
 
ELIPSIS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
EnumBody - Class in org.fife.rsta.ac.java.rjc.ast
An EnumBody.
EnumBody(String, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.EnumBody
 
EnumDeclaration - Class in org.fife.rsta.ac.java.rjc.ast
 
EnumDeclaration(Scanner, int, String) - Constructor for class org.fife.rsta.ac.java.rjc.ast.EnumDeclaration
 
equals(Object) - Method in class org.fife.rsta.ac.java.JarInfo
Returns whether this instance points to the same jar as another instance of JarInfo.
Exceptions - Class in org.fife.rsta.ac.java.classreader.attributes
Implementation of the "Exceptions" attribute found in MethodInfos.
Exceptions(MethodInfo, int[]) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.Exceptions
Constructor.
EXCEPTIONS - Static variable in class org.fife.rsta.ac.java.classreader.MethodInfo
 
ExceptionTableEntry - Class in org.fife.rsta.ac.java.classreader
An entry in the exception table of a Code attribute.
ExceptionTableEntry(ClassFile) - Constructor for class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
Constructor.
EXTENDS - Static variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
 
ExtensionFileFilter - Class in org.fife.rsta.ac.demo
A file filter for opening files with a specific extension.
ExtensionFileFilter(String, String) - Constructor for class org.fife.rsta.ac.demo.ExtensionFileFilter
Constructor.

F

Field - Class in org.fife.rsta.ac.java.rjc.ast
 
Field(Scanner, Modifiers, Type, Token) - Constructor for class org.fife.rsta.ac.java.rjc.ast.Field
 
FIELD_DEFAULT_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
FIELD_PRIVATE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
FIELD_PROTECTED_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
FIELD_PUBLIC_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
FieldInfo - Class in org.fife.rsta.ac.java.classreader
Represents a "field_info" structure as defined by the Java VM spec.
FieldInfo(ClassFile, int, int, int) - Constructor for class org.fife.rsta.ac.java.classreader.FieldInfo
Constructor.
FINAL - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
FINAL_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
FormalParameter - Class in org.fife.rsta.ac.java.rjc.ast
A parameter to a method.
FormalParameter(Scanner, boolean, Type, int, String, List) - Constructor for class org.fife.rsta.ac.java.rjc.ast.FormalParameter
 
Frame - Class in org.fife.rsta.ac.java.classreader
A Frame contains information on a method being decompiled, similar to a Frame as defined in 3.6 of the JVM spec.
Frame(Code) - Constructor for class org.fife.rsta.ac.java.classreader.Frame
Constructor.
Frame.LocalVarInfo - Class in org.fife.rsta.ac.java.classreader
 
Frame.LocalVarInfo(String, boolean) - Constructor for class org.fife.rsta.ac.java.classreader.Frame.LocalVarInfo
 

G

get() - Static method in class org.fife.rsta.ac.java.IconFactory
 
get() - Static method in class org.fife.rsta.ac.LanguageSupportFactory
Returns the singleton instance of this class.
getAccessFlags() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the access flags for this class or interface.
getAccessFlags() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
Returns the access flags for this field.
getAlreadyEnteredText(JTextComponent) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
getAlreadyEnteredText(JTextComponent) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
Defers to the source-analyzing completion provider.
getAlreadyEnteredText(JTextComponent) - Method in class org.fife.rsta.ac.php.PhpCompletionProvider
getAlternateBackground() - Static method in class org.fife.rsta.ac.java.JavaCellRenderer
Returns the background color to use on alternating lines.
getAnnotationCount() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getAnnotationCount() - Method in class org.fife.rsta.ac.java.rjc.ast.FormalParameter
 
getAnnotationIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getAttribute(int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the specified attribute of this class file.
getAttribute(int) - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
Returns the specified attribute.
getAttribute(int) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns the specified attribute.
getAttributeCount() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the number of attributes of this class file.
getAttributeCount() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
Returns the number of attributes of this field.
getAttributeCount() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns the number of attributes of this field.
getAutoActivationDelay() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Returns the delay between when the user types a character and when the code completion popup should automatically appear (if applicable).
getAutoActivationDelay() - Method in interface org.fife.rsta.ac.LanguageSupport
Returns the delay between when the user types a character and when the code completion popup should automatically appear (if applicable).
getAutoCompletionFor(RSyntaxTextArea) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Returns the auto completion instance used by a text area.
getBody() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getBodyContainsOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getBodyContainsOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getBodyContainsOffset(int) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getBodyEndOffset() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getBodyEndOffset() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getBodyEndOffset() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getBodyStartOffset() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getBodyStartOffset() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getBodyStartOffset() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFloatInfo
 
getBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantIntegerInfo
 
getCaughtThrowableType(boolean) - Method in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
Returns the name of the Throwable type caught and handled by this exception handler.
getCheckModifiedDatestamps() - Static method in class org.fife.rsta.ac.java.JarManager
Returns whether the "last modified" time stamp on jars and class directories should be checked whenever completions are requested, and if the jar/directory has been modified since the last time, reload any cached class file data.
getChildBlock(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
getChildBlockCount() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
getChildCodeBlock(int) - Method in class org.fife.rsta.ac.common.CodeBlock
Returns a child code block.
getChildCodeBlockCount() - Method in class org.fife.rsta.ac.common.CodeBlock
Returns the number of child code blocks.
getChildType(int) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getChildType(int) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getChildTypeAtOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
Returns the child type declaration of this one that contains the specified offset, if any.
getChildTypeAtOffset(int) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
Returns the child type declaration of this one that contains the specified offset, if any.
getChildTypeCount() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getChildTypeCount() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getClassEntry(String) - Method in class org.fife.rsta.ac.java.JarManager
 
getClassesInPackage(String, boolean) - Method in class org.fife.rsta.ac.java.JarManager
 
getClassesWithUnqualifiedName(String, List) - Method in class org.fife.rsta.ac.java.JarManager
Returns a list of all classes/interfaces/enums with a given (unqualified) name.
getClassFile() - Method in class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
 
getClassFile() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
Returns the parent class file.
getClassIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFieldrefInfo
 
getClassIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
 
getClassName(boolean) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the name of this class or interface.
getClassNameFromConstantPool(int, boolean) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Given an index into the constant pool of a ConstantClassInfo, this method returns the fully-qualified name of the class it points to.
getClassParamTypes() - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
 
getCodeLength() - Method in class org.fife.rsta.ac.java.classreader.attributes.Code
Returns the length of the code array, in bytes.
getColumn() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the current column into the current line.
getColumn() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
getColumn() - Method in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
Returns the character offset into the line of the parser notice, if any.
getCompilationUnit() - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
 
getCompilationUnit() - Method in class org.fife.rsta.ac.java.JavaParser
Returns the compilation unit from the last time the text area was parsed.
getCompilationUnit(String, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
Reads tokens for a Java source file from the specified lexer and returns the structure of the source as an AST.
getCompilationUnitFromDisk(File, ClassFile) - Static method in class org.fife.rsta.ac.java.Util
Used by MemberCompletion.Data implementations to get an AST from a source file in a directory or zip/jar file.
getCompletionProvider(RSyntaxTextArea) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport
Returns the completion provider running on a text area with this Java language support installed.
getCompletionsAt(JTextComponent, Point) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.php.PhpCompletionProvider
getConstantPoolCount() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the size of the constant pool, plus 1.
getConstantPoolInfo(int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the constant pool entry at the specified index.
getConstantValueAsString() - Method in class org.fife.rsta.ac.java.classreader.attributes.ConstantValue
Returns the constant's value, as a string.
getConstantValueAsString() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
 
getConstantValueIndex() - Method in class org.fife.rsta.ac.java.classreader.attributes.ConstantValue
Returns the index into the constant pool that gives the constant value represented by this attribute.
getDeepestCodeBlockContaining(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
Returns the deepest code block nested under this one (or this one itself) containing a given offset.
getDeepestTypeDeclarationAtOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
Returns the deepest-nested type declaration that contains a given offset.
getDefaultCompletionCellRenderer() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Returns the default list cell renderer to install for all text areas with this language support installed.
getDefaultCompletionCellRenderer() - Method in interface org.fife.rsta.ac.LanguageSupport
Returns the default list cell renderer to install for all text areas with this language support installed.
getDefaultPerlInstallLocation() - Static method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns the location of the first Perl install located on the user's PATH.
getDescription() - Method in class org.fife.rsta.ac.demo.ExtensionFileFilter
getDescriptor() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
Returns the field descriptor of this field.
getDescriptor() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
Returns the descriptor of this member.
getDescriptor() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns the descriptor of this member.
getDescriptorIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantNameAndTypeInfo
 
getDocComment() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getDocComment() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
getDocComment() - Method in class org.fife.rsta.ac.java.rjc.ast.Field
 
getDocComment() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
getDocComment() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getDocComment() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getDoubleValue() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
Returns the double value represented by this constant.
getEnclosingMethodRange(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
TODO: Return range for more instances than just class methods.
getEndOffset() - Method in class org.fife.rsta.ac.common.CodeBlock
Returns the end offset of this code block.
getEnvironmentSafely(String[]) - Static method in class org.fife.rsta.ac.IOUtil
Returns the environment of the current process, with some variables possibly added/overwritten.
getEnvSafely(String) - Static method in class org.fife.rsta.ac.IOUtil
Returns the value of an environment variable.
getException(int) - Method in class org.fife.rsta.ac.java.classreader.attributes.Exceptions
Returns the fully-qualified name of the specified exception.
getExceptionCount() - Method in class org.fife.rsta.ac.java.classreader.attributes.Exceptions
Returns the number of exceptions this attribute knows about.
getExtendedCount() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalInterfaceDeclaration
 
getExtendedIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalInterfaceDeclaration
 
getExtendedType() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
getFieldCount() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the number of fields declared in this class file.
getFieldInfo(int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the specified field's information.
getFieldIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
Returns an iterator over all fields defined in this type.
getFieldIterator() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
Returns an iterator over all fields defined in this type.
getFloatValue() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFloatInfo
Returns the float value represented.
getHighBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
 
getHighBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
 
getIcon(String) - Method in class org.fife.rsta.ac.java.IconFactory
 
getIcon(IconFactory.IconData) - Method in class org.fife.rsta.ac.java.IconFactory
 
getIcon() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
 
getIconHeight() - Method in class org.fife.rsta.ac.java.DecoratableIcon
getIconWidth() - Method in class org.fife.rsta.ac.java.DecoratableIcon
getIdentifierCount() - Method in class org.fife.rsta.ac.java.rjc.lang.Type
 
getImplementedCount() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
getImplementedInterfaceCount() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the number of interfaces this class or interface implements.
getImplementedInterfaceName(int, boolean) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the specified interface implemented by this class or interface.
getImplementedIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
getImportCount() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getImportIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getImports() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
Returns the import declarations of this compilation unit.
getInfo() - Method in class org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute
 
getIntValue() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantIntegerInfo
Returns the intrepresented by this info.
getJarFile() - Method in class org.fife.rsta.ac.java.JarInfo
Gets the jar file.
getJarManager() - Method in class org.fife.rsta.ac.java.JavaLanguageSupport
Returns the shared jar manager instance.
getJars() - Method in class org.fife.rsta.ac.java.JarManager
Returns the jars on the "build path."
getJars() - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
Returns the jars on the "build path."
getJREJarInfo(File) - Static method in class org.fife.rsta.ac.java.JarInfo
Returns information on the "main" jar for a JRE.
getLastDocComment() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the last documentation comment parsed.
getLength() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
getLength() - Method in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
Returns the length of the code the message is concerned with.
getLexeme() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
getLine() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the current line into the document.
getLine() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
getLine() - Method in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
Returns the line number the notice is about, if any.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.fife.rsta.ac.java.JavaCellRenderer
Returns the renderer.
getLocalVar(int, String) - Method in class org.fife.rsta.ac.java.classreader.Frame
 
getLocalVar(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
getLocalVarCount() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
getLocalVarsBefore(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
Returns all local variables declared before a given offset, both in this code block and in all parent blocks.
getLongValue() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
 
getLowBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
 
getLowBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
 
getMainJREJarInfo() - Static method in class org.fife.rsta.ac.java.JarInfo
Returns information on the JRE running this application.
getMaxLocals() - Method in class org.fife.rsta.ac.java.classreader.attributes.Code
Returns the number of local variables in the local variable array allocated upon invocation of this method, including the local variables used to pass parameters to the method on invocation.
getMaxStack() - Method in class org.fife.rsta.ac.java.classreader.attributes.Code
Returns the maximum depth of the operand stack of this method at any point during its execution.
getMember(int) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getMemberCount() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getMemberCount() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getMemberIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
Returns an iterator over all members of this type.
getMemberIterator() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
Returns an iterator over all members of this type.
getMessage() - Method in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
Returns the message from the parser.
getMethodContainingOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
Gets the method in this class that contains a given offset.
getMethodCount() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the number of methods defined/declared in this class or interface.
getMethodInfo() - Method in class org.fife.rsta.ac.java.classreader.attributes.Code
Returns the method containing this code.
getMethodInfo(int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns information about the specified method defined/declared in this class file.
getMethodIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
Returns an iterator over all methods defined in this type.
getMethodIterator() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
Returns an iterator over all methods defined in this type.
getMethodParamTypes(MethodInfo, ClassFile) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
 
getMethodReturnType(MethodInfo, ClassFile) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
 
getMethodsByName(String) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
Returns all methods declared in this type with the given name.
getMethodsByName(String) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
Returns all methods declared in this type with the given name.
getModifiers() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
getModifiers() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
Always returns an empty modifiers instance, since blocks don't have modifiers.
getModifiers() - Method in class org.fife.rsta.ac.java.rjc.ast.Field
 
getModifiers() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
getModifiers() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getModifiers() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getMostRecentToken() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the most recently-lexed token.
getName() - Method in class org.fife.rsta.ac.common.VariableDeclaration
 
getName() - Method in class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
Returns the name of this attribute.
getName() - Method in class org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute
 
getName() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
Returns the name of this member.
getName() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
Returns the name of this member.
getName() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns the name of this member.
getName() - Method in interface org.fife.rsta.ac.java.rjc.ast.ASTNode
Returns the "name" of this node.
getName() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
getName() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getName(boolean) - Method in class org.fife.rsta.ac.java.rjc.lang.Type
Returns the name of this type.
getName(boolean, boolean) - Method in class org.fife.rsta.ac.java.rjc.lang.Type
Returns the name of this type.
getName() - Method in class org.fife.rsta.ac.java.rjc.lang.TypeParameter
 
getName() - Method in class org.fife.rsta.ac.java.rjc.lang.Variable
 
getNameAndParameters() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns the name and parameters of this method, in the form performAction(String, int, Runnable).
getNameAndParameters() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getNameAndTypeIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFieldrefInfo
 
getNameAndTypeIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
 
getNameEndOffset() - Method in interface org.fife.rsta.ac.java.rjc.ast.ASTNode
Returns the end offset of the "name" of this node.
getNameEndOffset() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
getNameIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantClassInfo
Returns the index into the constant pool table for a ConstantUtf8Info structure representing a valid, fully-qualified class or interface name, encoded in internal form.
getNameIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantNameAndTypeInfo
 
getNameIndex() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
Returns the index into the constant pool of a ConstantUtf8Info structure representing the field name, as a simple name.
getNameStartOffset() - Method in interface org.fife.rsta.ac.java.rjc.ast.ASTNode
Returns the start offset of the "name" of this node.
getNameStartOffset() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
getOffset() - Method in class org.fife.rsta.ac.common.VariableDeclaration
 
getOffset(RSyntaxDocument, ParserNotice) - Method in class org.fife.rsta.ac.java.JavaParser
 
getOffset() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Offset
Returns the offset into the source.
getOffset() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the current offset into the document.
getOffset() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
getOutput() - Method in class org.fife.rsta.ac.OutputCollector
Returns the output collected from the stream.
getPackage() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
Returns the package this type is in.
getPackage() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
Returns the package of this compilation unit.
getPackage() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
Returns the package this type is in.
getPackageEntry(String) - Method in class org.fife.rsta.ac.java.JarManager
 
getPackageName() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the package for this class or interface.
getPackageName() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
Returns the fully-qualified package name of this compilation unit.
getParameter(int) - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getParameterCount() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns the number of parameters this method takes.
getParameterCount() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getParameterIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getParameterizedCompletions(JTextComponent) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
getParameterListEnd() - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
Overridden to return the null char (meaning "no end character") if the user doesn't want to use parens around their functions.
getParameterListEnd() - Method in class org.fife.rsta.ac.sh.ShellCompletionProvider
getParameterListStart() - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
Overridden to return the null char (meaning "no start character") if the user doesn't want to use parens around their functions.
getParameterListStart() - Method in class org.fife.rsta.ac.sh.ShellCompletionProvider
getParameterName(int) - Method in class org.fife.rsta.ac.java.classreader.attributes.Code
If debugging was enabled during compilation, this method returns the name of the given parameter to this method.
getParameterName(int) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
If debugging was enabled during compilation, this method returns the name of the given parameter to this method.
getParameterType(int, boolean) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns a string representing the type of a parameter to this method.
getParameterTypes() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns an array if strings representing the types of all parameters to this method.
getParamTypes() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
 
getParent() - Method in class org.fife.rsta.ac.common.CodeBlock
Returns the parent code block.
getParent() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
getParentTypeDeclaration() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
getParser(RSyntaxTextArea) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport
Returns the Java parser running on a text area with this Java language support installed.
getParser(RSyntaxTextArea) - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns the Perl parser running on a text area with this Java language support installed.
getParserNotice(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getParserNoticeCount() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getPerl5LibOverride() - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns the value to use for PERL5LIB when parsing Perl code.
getPerl5LibOverride() - Method in class org.fife.rsta.ac.perl.PerlParser
Returns the value to use for PERL5LIB when parsing Perl code.
getPerlInstallLocation() - Static method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns the Perl install that is being used for syntax checking.
getRepresentedString(boolean) - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantUtf8Info
Returns the string represented by this info.
getReturnTypeString() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns the return type of this method.
getShowDescWindow() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
REturns whether the description window is also shown when the completion list is displayed, for editors of this language.
getShowDescWindow() - Method in interface org.fife.rsta.ac.LanguageSupport
REturns whether the description window is also shown when the completion list is displayed, for editors of this language.
getSignature() - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
 
getSignature() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns the signature of this method, as determined from its method descriptor.
getSourceFileName() - Method in class org.fife.rsta.ac.java.classreader.attributes.SourceFile
Returns the name of the source file that was compiled to create this class file.
getSourceLocation() - Method in class org.fife.rsta.ac.java.JarInfo
Returns the source location for the jar file.
getSourceLocForClass(String) - Method in class org.fife.rsta.ac.java.JarManager
 
getStartOffset() - Method in class org.fife.rsta.ac.common.CodeBlock
Returns the start offset of this code block.
getStringIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantStringInfo
 
getStringValue() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantStringInfo
Returns the string represented by this constant.
getSummary() - Method in class org.fife.rsta.ac.perl.PerlFunctionCompletion
getSummary() - Method in class org.fife.rsta.ac.sh.ShellFunctionCompletion
getSuperClassName(boolean) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the fully-qualified name of the superclass of this class or interface.
getSupportFor(String) - Method in class org.fife.rsta.ac.LanguageSupportFactory
Returns the language support for a programming language.
getTag() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
Returns the tag item for this structure.
getTextAreas() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Returns the text areas with this language support currently installed.
getThrownTypeNameCount() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getType() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
Returns null, since blocks don't have types.
getType() - Method in class org.fife.rsta.ac.java.rjc.ast.Field
 
getType() - Method in class org.fife.rsta.ac.java.rjc.ast.LocalVariable
 
getType() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
getType() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
getType() - Method in class org.fife.rsta.ac.java.rjc.lang.Variable
 
getType() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
getTypeArgument(String) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the currently set type argument for the specified type parameter.
getTypeArguments(int) - Method in class org.fife.rsta.ac.java.rjc.lang.Type
 
getTypeArgumentsLevel() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the current TypeArgument/TypeParameter level.
getTypeDeclaration(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getTypeDeclarationAtOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
Returns the type declaration in this file that contains the specified offset.
getTypeDeclarationCount() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getTypeDeclarationIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
getTypeParameters() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
getTypeString() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
Returns the type of this field, as determined from its field descriptor.
getTypeString() - Method in class org.fife.rsta.ac.java.rjc.ast.EnumDeclaration
 
getTypeString() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
getTypeString() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalInterfaceDeclaration
 
getTypeString() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
getUnqualified(String) - Static method in class org.fife.rsta.ac.java.Util
Returns the "unqualified" version of a (possibly) fully-qualified class name.
getUseLocalManPages() - Static method in class org.fife.rsta.ac.sh.ShellCompletionProvider
Returns whether the local system's man pages should be used for descriptions of functions.
getUseLocalManPages() - Method in class org.fife.rsta.ac.sh.ShellLanguageSupport
Returns whether the local system's man pages should be used for descriptions of functions.
getUseParensWithFunctions() - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
Returns whether the user wants to use parens around parameters to functions.
getUseParensWithFunctions() - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns whether parens are inserted when auto-completing functions.
getUseSystemPerldoc() - Static method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns whether to use the system "perldoc" command when getting descriptions of Perl functions.
getUtf8ValueFromConstantPool(int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the string value represented by a ConstantUtf8Info entry in the constant pool.
getValue() - Method in class org.fife.rsta.ac.java.classreader.Frame.LocalVarInfo
 
getVariableDeclaration(int) - Method in class org.fife.rsta.ac.common.CodeBlock
Returns a variable declaration.
getVariableDeclarationCount() - Method in class org.fife.rsta.ac.common.CodeBlock
Returns the number of variable declarations in this code block.
getVersionString() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Returns the version number of this class, as a string.
getWarningsEnabled() - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns whether warnings are enabled when checking syntax.
getWarningsEnabled() - Method in class org.fife.rsta.ac.perl.PerlParser
Returns whether warnings are enabled when checking syntax.
getXmlResource() - Method in class org.fife.rsta.ac.c.CCompletionProvider
Returns the name of the XML resource to load (on classpath or a file).
getXmlResource() - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
Returns the name of the XML resource to load (on classpath or a file).
getXmlResource() - Method in class org.fife.rsta.ac.sh.ShellCompletionProvider
Returns the name of the XML resource to load (on classpath or a file).
GroovyCompletionProvider - Class in org.fife.rsta.ac.groovy
A completion provider for Groovy.
GroovyCompletionProvider() - Constructor for class org.fife.rsta.ac.groovy.GroovyCompletionProvider
Constructor.
GroovyLanguageSupport - Class in org.fife.rsta.ac.groovy
Language support for Groovy.
GroovyLanguageSupport() - Constructor for class org.fife.rsta.ac.groovy.GroovyLanguageSupport
Constructor.
GroovySourceCompletionProvider - Class in org.fife.rsta.ac.groovy
The completion provider used for Groovy source code.
GroovySourceCompletionProvider() - Constructor for class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
Constructor.
GroovySourceCompletionProvider(JarManager) - Constructor for class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
Constructor.

H

handleLineRead(String) - Method in class org.fife.rsta.ac.OutputCollector
Called every time a line is read from the stream.
hashCode() - Method in class org.fife.rsta.ac.java.JarInfo
HtmlCellRenderer - Class in org.fife.rsta.ac.html
The cell renderer used for HTML.
HtmlCellRenderer() - Constructor for class org.fife.rsta.ac.html.HtmlCellRenderer
Constructor.
HtmlCompletionProvider - Class in org.fife.rsta.ac.html
Completion provider for HTML documents.
HtmlCompletionProvider() - Constructor for class org.fife.rsta.ac.html.HtmlCompletionProvider
Constructor.
HtmlLanguageSupport - Class in org.fife.rsta.ac.html
Language support for HTML.
HtmlLanguageSupport() - Constructor for class org.fife.rsta.ac.html.HtmlLanguageSupport
Constructor.

I

IconFactory - Class in org.fife.rsta.ac.java
Holds icons used by Java auto-completion.
IconFactory.IconData - Interface in org.fife.rsta.ac.java
 
IDENTIFIER - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
IMPORT_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
IMPORT_ROOT_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
ImportDeclaration - Class in org.fife.rsta.ac.java.rjc.ast
An import declaration in a class file.
ImportDeclaration(Scanner, int, String, boolean) - Constructor for class org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
 
increaseTypeArgumentsLevel() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Increases the depth in which we're in TypeArguments or TypeParameters.
incrementBracketPairCount(int) - Method in class org.fife.rsta.ac.java.rjc.lang.Type
 
init() - Method in class org.fife.rsta.ac.demo.DemoApplet
Initializes this applet.
INNER_CLASS_DEFAULT_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
INNER_CLASS_PRIVATE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
INNER_CLASS_PROTECTED_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
INNER_CLASS_PUBLIC_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.c.CLanguageSupport
Installs this support.
install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.groovy.GroovyLanguageSupport
Installs this support.
install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.html.HtmlLanguageSupport
Installs this support.
install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport
Installs this support.
install(RSyntaxTextArea) - Method in interface org.fife.rsta.ac.LanguageSupport
Installs this support.
install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Installs this support.
install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.php.PhpLanguageSupport
Installs this support.
install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.sh.ShellLanguageSupport
Installs this support.
installImpl(RSyntaxTextArea, AutoCompletion) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Registers an auto-completion instance.
INTERFACE - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
INTERFACE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
IOUtil - Class in org.fife.rsta.ac
I/O related utility methods.
isAbstract() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns whether this method is abstract.
isAbstract() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
 
isAbstract() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
isAlreadyDeclared() - Method in class org.fife.rsta.ac.java.classreader.Frame.LocalVarInfo
 
isArray() - Method in class org.fife.rsta.ac.java.rjc.lang.Type
Returns whether this type is an array.
isAutoActivateOkay(JTextComponent) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
isAutoActivateOkay(JTextComponent) - Method in class org.fife.rsta.ac.php.PhpCompletionProvider
isAutoActivationEnabled() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Returns whether auto-activation is enabled (that is, whether the completion popup will automatically appear after a delay when the user types an appropriate character).
isAutoActivationEnabled() - Method in interface org.fife.rsta.ac.LanguageSupport
Returns whether auto-activation is enabled (that is, whether the completion popup will automatically appear after a delay when the user types an appropriate character).
isAutoCompleteEnabled() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Returns whether auto-completion is enabled for this language.
isAutoCompleteEnabled() - Method in interface org.fife.rsta.ac.LanguageSupport
Returns whether auto-completion is enabled for this language.
isBasicType() - Method in class org.fife.rsta.ac.java.rjc.lang.Type
 
isBasicType() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
isConstant() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
 
isConstructor() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns whether this method is a constructor.
isConstructor() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
isDefault(int) - Static method in class org.fife.rsta.ac.java.classreader.Util
Returns whether an object has default scope.
isDeprecated() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
Returns whether this member is deprecated.
isDeprecated() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
 
isDeprecated() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
isDeprecated() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
isDeprecated() - Method in class org.fife.rsta.ac.java.rjc.ast.Field
 
isDeprecated() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
isDeprecated() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
isDeprecated() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
isFinal() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
Returns whether this member is final.
isFinal() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
 
isFinal() - Method in class org.fife.rsta.ac.java.rjc.ast.LocalVariable
 
isFinal() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
isFinal() - Method in class org.fife.rsta.ac.java.rjc.lang.Variable
 
isFullyQualified(String) - Static method in class org.fife.rsta.ac.java.Util
Returns whether the specified string is "fully qualified," that is, whether it contains a '.' character.
isIdentifier() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
isInvalid() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
isNative() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns whether this method is native.
isOperator() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
 
isParameterAssistanceEnabled() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Returns whether parameter assistance is enabled for editors of this language.
isParameterAssistanceEnabled() - Method in interface org.fife.rsta.ac.LanguageSupport
Returns whether parameter assistance is enabled for editors of this language.
isParsingEnabled() - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns whether text areas with this language support installed are parsed for syntax errors.
isPrivate(int) - Static method in class org.fife.rsta.ac.java.classreader.Util
Returns whether an object has private scope.
isPrivate() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
isProtected(int) - Static method in class org.fife.rsta.ac.java.classreader.Util
Returns whether an object has protected scope.
isProtected() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
isPublic(int) - Static method in class org.fife.rsta.ac.java.classreader.Util
Returns whether an object has public scope.
isPublic() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
isStatic() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
Returns whether this member is static.
isStatic() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
Returns whether this method is static.
isStatic() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
 
isStatic() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
Returns whether this block is a static block (in a class declaration).
isStatic() - Method in class org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
 
isStatic() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
isTaintModeEnabled() - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Returns whether taint mode is enabled when checking syntax.
isTaintModeEnabled() - Method in class org.fife.rsta.ac.perl.PerlParser
Returns whether taint mode is enabled when checking syntax.
isValidChar(char) - Method in class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
isWildcard() - Method in class org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
 

J

JarInfo - Class in org.fife.rsta.ac.java
Information about a jar to add to the "build path" for Java completion.
JarInfo(File) - Constructor for class org.fife.rsta.ac.java.JarInfo
Constructor.
JarManager - Class in org.fife.rsta.ac.java
Manages a list of jars and gets completions from them.
JarManager() - Constructor for class org.fife.rsta.ac.java.JarManager
Constructor.
JavaCellRenderer - Class in org.fife.rsta.ac.java
Cell renderer for Java auto-completion.
JavaCellRenderer() - Constructor for class org.fife.rsta.ac.java.JavaCellRenderer
 
JavaCompletionProvider - Class in org.fife.rsta.ac.java
Completion provider for the Java programming language.
JavaCompletionProvider() - Constructor for class org.fife.rsta.ac.java.JavaCompletionProvider
Constructor.
JavaCompletionProvider(JarManager) - Constructor for class org.fife.rsta.ac.java.JavaCompletionProvider
Constructor.
JAVADOC_ITEM_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
JavaLanguageSupport - Class in org.fife.rsta.ac.java
Language support for Java.
JavaLanguageSupport() - Constructor for class org.fife.rsta.ac.java.JavaLanguageSupport
Constructor.
JavaOutlineTree - Class in org.fife.rsta.ac.java.tree
A tree view showing the outline of Java source, similar to the "Outline" view in the Eclipse JDT.
JavaOutlineTree() - Constructor for class org.fife.rsta.ac.java.tree.JavaOutlineTree
Constructor.
JavaParser - Class in org.fife.rsta.ac.java
Parses Java code in an RSyntaxTextArea.
JavaParser(RSyntaxTextArea) - Constructor for class org.fife.rsta.ac.java.JavaParser
Constructor.

K

KEYWORD - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_ABSTRACT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_ASSERT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_BOOLEAN - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_BREAK - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_BYTE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_CASE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_CATCH - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_CHAR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_CLASS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_CONST - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_CONTINUE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_DEFAULT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_DO - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_DOUBLE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_ELSE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_ENUM - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_EXTENDS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_FINAL - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_FINALLY - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_FLOAT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_FOR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_GOTO - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_IF - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_IMPLEMENTS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_IMPORT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_INSTANCEOF - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_INT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_INTERFACE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_LONG - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_NATIVE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_NEW - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_PACKAGE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_PRIVATE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_PROTECTED - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_PUBLIC - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_RETURN - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_SHORT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_STATIC - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_STRICTFP - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_SUPER - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_SWITCH - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_SYNCHRONIZED - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_THIS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_THROW - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_THROWS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_TRANSIENT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_TRY - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_VOID - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_VOLATILE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
KEYWORD_WHILE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 

L

LanguageSupport - Interface in org.fife.rsta.ac
"Extra" support for a programming language (code completion, parser, etc.).
LanguageSupportFactory - Class in org.fife.rsta.ac
Provides language support (code completion, etc.) for programming languages in RSyntaxTextArea.
listenTo(RSyntaxTextArea) - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
Causes this outline tree to reflect the source code in the specified text area.
LITERAL - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
LITERAL_BOOLEAN - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
LITERAL_CHAR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
LITERAL_FP - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
LITERAL_INT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
LITERAL_NULL - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
LITERAL_STRING - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
loadCodeCompletionsFromXml(DefaultCompletionProvider) - Method in class org.fife.rsta.ac.c.CCompletionProvider
Called from CCompletionProvider.createCodeCompletionProvider() to actually load the completions from XML.
loadPhpCompletionsFromXML(InputStream) - Method in class org.fife.rsta.ac.php.PhpCompletionProvider
Loads completions from an XML input stream.
LOCAL_VARIABLE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
LocalVariable - Class in org.fife.rsta.ac.java.rjc.ast
Base class for local variables and formal parameters.
LocalVariable(Scanner, boolean, Type, int, String) - Constructor for class org.fife.rsta.ac.java.rjc.ast.LocalVariable
 

M

main(String[]) - Static method in class org.fife.rsta.ac.demo.DemoApp
 
main(String[]) - Static method in class org.fife.rsta.ac.IOUtil
Utility testing method.
Main - Class in org.fife.rsta.ac.java.rjc.parser
Test application for the Java scanner.
Main() - Constructor for class org.fife.rsta.ac.java.rjc.parser.Main
 
main(String[]) - Static method in class org.fife.rsta.ac.java.rjc.parser.Main
Program entry point.
makeSpringCompactGrid(Container, int, int, int, int, int, int) - Static method in class org.fife.rsta.ac.demo.AboutDialog
This method is ripped off from SpringUtilities.java found on Sun's Java Tutorial pages.
markResetPosition() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
 
Member - Interface in org.fife.rsta.ac.java.rjc.ast
A marker for a member of a class or interface.
MemberInfo - Class in org.fife.rsta.ac.java.classreader
Base class for information about members (fields and methods).
MemberInfo(ClassFile, int) - Constructor for class org.fife.rsta.ac.java.classreader.MemberInfo
Constructor.
Method - Class in org.fife.rsta.ac.java.rjc.ast
 
Method(Scanner, Modifiers, Type, Token, List, List) - Constructor for class org.fife.rsta.ac.java.rjc.ast.Method
 
METHOD_DEFAULT_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
METHOD_PRIVATE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
METHOD_PROTECTED_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
METHOD_PUBLIC_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
MethodInfo - Class in org.fife.rsta.ac.java.classreader
Implementation of the "method_info" structure as defined in the JVM specification.
MethodInfo(ClassFile, int, int, int) - Constructor for class org.fife.rsta.ac.java.classreader.MethodInfo
Constructor.
Modifiers - Class in org.fife.rsta.ac.java.rjc.lang
Wrapper around modifiers to a member.
Modifiers() - Constructor for class org.fife.rsta.ac.java.rjc.lang.Modifiers
 

N

NAME - Static variable in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
The name of all CodeBlocks.
NATIVE - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
next() - Method in class org.fife.rsta.ac.common.TokenScanner
Returns the next non-whitespace, non-comment token in the text area.
NormalClassDeclaration - Class in org.fife.rsta.ac.java.rjc.ast
A class declaration:
NormalClassDeclaration(Scanner, int, String) - Constructor for class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
NormalInterfaceDeclaration - Class in org.fife.rsta.ac.java.rjc.ast
An interface declaration:
NormalInterfaceDeclaration(Scanner, int, String) - Constructor for class org.fife.rsta.ac.java.rjc.ast.NormalInterfaceDeclaration
 
NOTHING - Static variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
 

O

Offset - Interface in org.fife.rsta.ac.java.rjc.lexer
An offset into Java source.
OPERATOR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_BITWISE_AND - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_BITWISE_AND_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_BITWISE_NOT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_BITWISE_OR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_BITWISE_OR_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_BITWISE_XOR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_BITWISE_XOR_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_COLON - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_DECREMENT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_DIVIDE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_DIVIDE_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_EQUALS_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_GT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_GTE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_INCREMENT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_LOGICAL_AND - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_LOGICAL_NOT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_LOGICAL_OR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_LSHIFT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_LSHIFT_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_LT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_LTE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_MINUS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_MINUS_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_MOD - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_MOD_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_NE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_PLUS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_PLUS_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_QUESTION - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_RSHIFT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_RSHIFT2 - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_RSHIFT2_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_RSHIFT_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_TIMES - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
OPERATOR_TIMES_EQUALS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
org.fife.rsta.ac - package org.fife.rsta.ac
 
org.fife.rsta.ac.c - package org.fife.rsta.ac.c
 
org.fife.rsta.ac.common - package org.fife.rsta.ac.common
 
org.fife.rsta.ac.demo - package org.fife.rsta.ac.demo
 
org.fife.rsta.ac.groovy - package org.fife.rsta.ac.groovy
 
org.fife.rsta.ac.html - package org.fife.rsta.ac.html
 
org.fife.rsta.ac.java - package org.fife.rsta.ac.java
 
org.fife.rsta.ac.java.classreader - package org.fife.rsta.ac.java.classreader
 
org.fife.rsta.ac.java.classreader.attributes - package org.fife.rsta.ac.java.classreader.attributes
 
org.fife.rsta.ac.java.classreader.constantpool - package org.fife.rsta.ac.java.classreader.constantpool
 
org.fife.rsta.ac.java.rjc.ast - package org.fife.rsta.ac.java.rjc.ast
 
org.fife.rsta.ac.java.rjc.lang - package org.fife.rsta.ac.java.rjc.lang
 
org.fife.rsta.ac.java.rjc.lexer - package org.fife.rsta.ac.java.rjc.lexer
 
org.fife.rsta.ac.java.rjc.notices - package org.fife.rsta.ac.java.rjc.notices
 
org.fife.rsta.ac.java.rjc.parser - package org.fife.rsta.ac.java.rjc.parser
 
org.fife.rsta.ac.java.tree - package org.fife.rsta.ac.java.tree
 
org.fife.rsta.ac.perl - package org.fife.rsta.ac.perl
 
org.fife.rsta.ac.php - package org.fife.rsta.ac.php
 
org.fife.rsta.ac.sh - package org.fife.rsta.ac.sh
 
OutputCollector - Class in org.fife.rsta.ac
A class that eats the stdout or stderr of a running Process to prevent deadlock.
OutputCollector(InputStream) - Constructor for class org.fife.rsta.ac.OutputCollector
Constructor.
OutputCollector(InputStream, StringBuffer) - Constructor for class org.fife.rsta.ac.OutputCollector
Constructor.
OutputCollector(InputStream, boolean) - Constructor for class org.fife.rsta.ac.OutputCollector
Constructor.

P

Package - Class in org.fife.rsta.ac.java.rjc.ast
 
Package(Scanner, int, String) - Constructor for class org.fife.rsta.ac.java.rjc.ast.Package
 
PACKAGE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
paintComponent(Graphics) - Method in class org.fife.rsta.ac.java.JavaCellRenderer
 
paintIcon(Component, Graphics, int, int) - Method in class org.fife.rsta.ac.java.DecoratableIcon
parse(RSyntaxDocument, String) - Method in class org.fife.rsta.ac.java.JavaParser
parse(RSyntaxDocument, String) - Method in class org.fife.rsta.ac.perl.PerlParser
ParserNotice - Class in org.fife.rsta.ac.java.rjc.notices
A notice (e.g., a warning or error) from a parser.
ParserNotice(Token, String) - Constructor for class org.fife.rsta.ac.java.rjc.notices.ParserNotice
 
ParserNotice(int, int, int, String) - Constructor for class org.fife.rsta.ac.java.rjc.notices.ParserNotice
Constructor.
PerlCompletionProvider - Class in org.fife.rsta.ac.perl
A completion provider for Perl.
PerlCompletionProvider() - Constructor for class org.fife.rsta.ac.perl.PerlCompletionProvider
 
PerlFunctionCompletion - Class in org.fife.rsta.ac.perl
Completion for Perl functions.
PerlFunctionCompletion(CompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.perl.PerlFunctionCompletion
Constructor.
PerlLanguageSupport - Class in org.fife.rsta.ac.perl
Language support for Perl.
PerlLanguageSupport() - Constructor for class org.fife.rsta.ac.perl.PerlLanguageSupport
Constructor.
PerlParser - Class in org.fife.rsta.ac.perl
Parses Perl code in an RSyntaxTextArea.
PerlParser() - Constructor for class org.fife.rsta.ac.perl.PerlParser
Constructor.
PhpCompletionProvider - Class in org.fife.rsta.ac.php
Completion provider for PHP.
PhpCompletionProvider() - Constructor for class org.fife.rsta.ac.php.PhpCompletionProvider
 
PhpLanguageSupport - Class in org.fife.rsta.ac.php
Language support for PHP.
PhpLanguageSupport() - Constructor for class org.fife.rsta.ac.php.PhpLanguageSupport
Constructor.
pop() - Method in class org.fife.rsta.ac.java.classreader.Frame
 
prepareForFunctionCompletion(JList, FunctionCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.html.HtmlCellRenderer
prepareForMarkupTagCompletion(JList, MarkupTagCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.html.HtmlCellRenderer
prepareForOtherCompletion(JList, Completion, int, boolean, boolean) - Method in class org.fife.rsta.ac.html.HtmlCellRenderer
prepareForVariableCompletion(JList, VariableCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.html.HtmlCellRenderer
PRIVATE - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
PROPERTY_COMPILATION_UNIT - Static variable in class org.fife.rsta.ac.java.JavaParser
The property change event that's fired when the document is re-parsed.
PROPERTY_LANGUAGE_PARSER - Static variable in interface org.fife.rsta.ac.LanguageSupport
Client property set on RSyntaxTextAreas referencing the Parser instance parsing its source code.
PROPERTY_NO_OUTPUT - Static variable in class org.fife.rsta.ac.java.rjc.parser.Main
If this system property is set to "true", output will not be written to stdout for each file.
propertyChange(PropertyChangeEvent) - Method in class org.fife.rsta.ac.LanguageSupportFactory
Listens for RSyntaxTextAreas to change what language they're highlighting, so language support can be updated appropriately.
PROTECTED - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
PUBLIC - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
push(String) - Method in class org.fife.rsta.ac.java.classreader.Frame
 

R

read(MethodInfo, DataInputStream) - Static method in class org.fife.rsta.ac.java.classreader.attributes.Code
Reads a Code attribute from an input stream.
read(ClassFile, DataInputStream) - Static method in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
Reads an exception table entry from an input stream.
read(ClassFile, DataInputStream) - Static method in class org.fife.rsta.ac.java.classreader.FieldInfo
Reads a FieldInfo structure from the specified input stream.
read(ClassFile, DataInputStream) - Static method in class org.fife.rsta.ac.java.classreader.MethodInfo
Reads a MethodInfo from an input stream.
readAttribute(DataInputStream, String, int) - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
Reads attributes common to all members.
readConstantPoolInfo(ClassFile, DataInputStream) - Static method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfoFactory
 
readUnsupportedAttribute(ClassFile, DataInputStream, String, int) - Static method in class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
Reads an unknown/unsupported attribute from an input stream.
register(RSyntaxTextArea) - Method in class org.fife.rsta.ac.LanguageSupportFactory
Registers an RSyntaxTextArea to receive language support.
removeJar(File) - Method in class org.fife.rsta.ac.java.JarManager
Removes a jar from the "build path."
removeJar(File) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
Removes a jar from the "build path."
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rsta.ac.java.JavaParser
 
replaceChar(String, char, char) - Static method in class org.fife.rsta.ac.java.Util
Does a fast replacement of all instances of one char with another.
resetToLastMarkedPosition() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
 
run() - Method in class org.fife.rsta.ac.OutputCollector
 

S

Scanner - Class in org.fife.rsta.ac.java.rjc.lexer
A scanner that allows the user to "push back" tokens.
Scanner() - Constructor for class org.fife.rsta.ac.java.rjc.lexer.Scanner
Constructor.
Scanner(List) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.Scanner
Constructor.
Scanner(Reader) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.Scanner
Constructor.
SEPARATOR - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_COMMA - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_DOT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_LBRACE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_LBRACKET - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_LPAREN - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_RBRACE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_RBRACKET - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_RPAREN - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
SEPARATOR_SEMICOLON - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 
setAlternateBackground(Color) - Static method in class org.fife.rsta.ac.java.JavaCellRenderer
Sets the background color to use on alternating lines.
setAutoActivationDelay(int) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Sets the delay between when the user types a character and when the code completion popup should automatically appear (if applicable).
setAutoActivationDelay(int) - Method in interface org.fife.rsta.ac.LanguageSupport
Sets the delay between when the user types a character and when the code completion popup should automatically appear (if applicable).
setAutoActivationEnabled(boolean) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Toggles whether auto-activation is enabled.
setAutoActivationEnabled(boolean) - Method in interface org.fife.rsta.ac.LanguageSupport
Toggles whether auto-activation is enabled.
setAutoCompleteEnabled(boolean) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Toggles whether auto-completion is enabled for this language.
setAutoCompleteEnabled(boolean) - Method in interface org.fife.rsta.ac.LanguageSupport
Toggles whether auto-completion is enabled for this language.
setBody(CodeBlock) - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
setBodyEndOffset(Offset) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
setBodyStartOffset(Offset) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
setBracketPairCount(int) - Method in class org.fife.rsta.ac.java.rjc.lang.Type
 
setCheckModifiedDatestamps(boolean) - Static method in class org.fife.rsta.ac.java.JarManager
Sets whether the "last modified" time stamp on jars and class directories should be checked whenever completions are requested, and if the jar/directory has been modified since the last time, reload any cached class file data.
setCompilationUnit(CompilationUnit) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
 
setDefaultCompletionCellRenderer(ListCellRenderer) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Sets the default list cell renderer to install for all text areas with this language support installed.
setDefaultCompletionCellRenderer(ListCellRenderer) - Method in interface org.fife.rsta.ac.LanguageSupport
Sets the default list cell renderer to install for all text areas with this language support installed.
setDeprecated(boolean) - Method in class org.fife.rsta.ac.java.DecoratableIcon
Sets whether this icon is for a deprecated item.
setDeprecated(boolean) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
setDeprecated(boolean) - Method in class org.fife.rsta.ac.java.rjc.ast.Field
 
setDeprecated(boolean) - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
setDocComment(String) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
setDocComment(String) - Method in class org.fife.rsta.ac.java.rjc.ast.Field
 
setDocComment(String) - Method in class org.fife.rsta.ac.java.rjc.ast.Method
 
setDocComment(String) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
 
setDocument(Document) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Sets the Swing Document whose content is being parsed.
setEndOffset(int) - Method in class org.fife.rsta.ac.common.CodeBlock
Sets the end offset of this code block.
setExtendedType(Type) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
setInfo(int[]) - Method in class org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute
 
setJarFile(File) - Method in class org.fife.rsta.ac.java.JarInfo
Sets the jar file location.
setMainIcon(Icon) - Method in class org.fife.rsta.ac.java.DecoratableIcon
Sets the main icon.
setModifiers(Modifiers) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
setPackage(Package) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
Sets the package this type is in.
setPackage(Package) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
 
setParameterAssistanceEnabled(boolean) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Toggles whether parameter assistance is enabled for editors of this language.
setParameterAssistanceEnabled(boolean) - Method in interface org.fife.rsta.ac.LanguageSupport
Toggles whether parameter assistance is enabled for editors of this language.
setParent(CodeBlock) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
 
setParentTypeDeclaration(TypeDeclaration) - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
 
setParsingEnabled(boolean) - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Toggles whether text areas with this language support installed are parsed for syntax errors.
setPerl5LibOverride(String) - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Sets the value to use for PERL5LIB when parsing Perl code.
setPerl5LibOverride(String) - Method in class org.fife.rsta.ac.perl.PerlParser
Sets the value to use for PERL5LIB when parsing Perl code.
setPerlInstallLocation(File) - Static method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Sets the Perl install to use for syntax checking, perldoc, etc.
setShowDescWindow(boolean) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Toggles whether the description window should also be shown when the completion list is displayed, for editors of this language.
setShowDescWindow(boolean) - Method in interface org.fife.rsta.ac.LanguageSupport
Toggles whether the description window should also be shown when the completion list is displayed, for editors of this language.
setSimpleText(boolean) - Method in class org.fife.rsta.ac.java.JavaCellRenderer
Sets whether to display "simple" text about the completion - just the name, no type information, etc.
setSourceLocation(File) - Method in class org.fife.rsta.ac.java.JarInfo
Sets the location of the source for this jar file's classes.
setStatic(boolean) - Method in class org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
 
setTaintModeEnabled(boolean) - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Toggles whether taint mode is enabled when checking syntax.
setTaintModeEnabled(boolean) - Method in class org.fife.rsta.ac.perl.PerlParser
Toggles whether taint mode is enabled when checking syntax.
setTypeParameters(List) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
 
setTypeParamsToTypeArgs(Map) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
Sets a mapping of type parameters of this class to type arguments for a particular instance of this class.
setUseLocalManPages(boolean) - Static method in class org.fife.rsta.ac.sh.ShellCompletionProvider
Sets whether the local system's man pages should be used for descriptions of functions.
setUseLocalManPages(boolean) - Method in class org.fife.rsta.ac.sh.ShellLanguageSupport
Sets whether the local system's man pages should be used for descriptions of functions.
setUseParensWithFunctions(boolean) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
Sets whether the user wants to use parens around parameters to functions.
setUseParensWithFunctions(boolean) - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Toggles whether parens are inserted when auto-completing functions.
setUseSystemPerldoc(boolean) - Static method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Sets whether to use the system "perldoc" command when getting descriptions of Perl functions.
setVisible(boolean) - Method in class org.fife.rsta.ac.demo.DemoApplet
Called when this applet is made visible.
setWarningsEnabled(boolean) - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Toggles whether warnings are returned when checking syntax.
setWarningsEnabled(boolean) - Method in class org.fife.rsta.ac.perl.PerlParser
Toggles whether warnings are returned when checking syntax.
ShellCompletionProvider - Class in org.fife.rsta.ac.sh
A completion provider for Unix shell scripts.
ShellCompletionProvider() - Constructor for class org.fife.rsta.ac.sh.ShellCompletionProvider
Constructor.
ShellFunctionCompletion - Class in org.fife.rsta.ac.sh
Completion for Unix shell "functions" (command line utilities).
ShellFunctionCompletion(CompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.sh.ShellFunctionCompletion
Constructor.
ShellLanguageSupport - Class in org.fife.rsta.ac.sh
Language support for Unix shell scripts.
ShellLanguageSupport() - Constructor for class org.fife.rsta.ac.sh.ShellLanguageSupport
Constructor.
Signature - Class in org.fife.rsta.ac.java.classreader.attributes
The Signature attribute is an optional fixed-length attribute in the attribute table of the ClassFile, field_info and method_info structures.
Signature(ClassFile, String) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.Signature
 
SIGNATURE - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
 
SIGNATURE - Static variable in class org.fife.rsta.ac.java.classreader.MethodInfo
 
skipBracketPairs() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Skips all bracket pairs ('[' followed by ']') in the stream.
skipBytes(DataInputStream, int) - Static method in class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
Fully skips a given number of bytes in an input stream.
SOURCE_FILE - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
 
SOURCE_FILE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
SourceFile - Class in org.fife.rsta.ac.java.classreader.attributes
The SourceFile attribute, an optional fixed-length attribute in the attributes table of a ClassFile.
SourceFile(ClassFile, int) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.SourceFile
Constructor.
splitOnChar(String, int) - Static method in class org.fife.rsta.ac.java.Util
A faster way to split on a single char than String#split(), since we'll be doing this in a tight loop possibly thousands of times (rt.jar).
STATIC - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
STATIC_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
STRICTFP - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
SUPER - Static variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
 
SYNCHRONIZED - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 

T

TEMPLATE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
 
Token - Interface in org.fife.rsta.ac.java.rjc.lexer
A lexical token in a Java file.
TokenScanner - Class in org.fife.rsta.ac.common
Returns non-whitespace, non-comment tokens from an RSyntaxDocument, one at a time.
TokenScanner(RSyntaxTextArea) - Constructor for class org.fife.rsta.ac.common.TokenScanner
 
TokenTypes - Interface in org.fife.rsta.ac.java.rjc.lexer
All possible token types returned by this lexer.
toString() - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
 
toString() - Method in class org.fife.rsta.ac.java.classreader.attributes.SourceFile
Returns a string representation of this attribute.
toString() - Method in class org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute
Returns a string representation of this attribute.
toString() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
 
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantClassInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFieldrefInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFloatInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantIntegerInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantNameAndTypeInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantStringInfo
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantUtf8Info
Returns a string representation of this object.
toString() - Method in class org.fife.rsta.ac.java.JarInfo
Returns a string representation of this jar information.
toString() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
 
toString() - Method in class org.fife.rsta.ac.java.rjc.ast.FormalParameter
Overridden to return "getType() getName()".
toString() - Method in class org.fife.rsta.ac.java.rjc.lang.Annotation
 
toString() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
toString() - Method in class org.fife.rsta.ac.java.rjc.lang.Type
Returns a string representation of this type.
toString() - Method in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
 
toString() - Method in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
Returns a string representation of this parser notice.
TRANSIENT - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 
Type - Class in org.fife.rsta.ac.java.rjc.lang
A type.
Type() - Constructor for class org.fife.rsta.ac.java.rjc.lang.Type
 
Type(String) - Constructor for class org.fife.rsta.ac.java.rjc.lang.Type
 
Type(String, int) - Constructor for class org.fife.rsta.ac.java.rjc.lang.Type
 
TypeArgument - Class in org.fife.rsta.ac.java.rjc.lang
 
TypeArgument(Type) - Constructor for class org.fife.rsta.ac.java.rjc.lang.TypeArgument
 
TypeArgument(Type, int, Type) - Constructor for class org.fife.rsta.ac.java.rjc.lang.TypeArgument
 
TypeDeclaration - Interface in org.fife.rsta.ac.java.rjc.ast
 
TypeDeclarationContainer - Interface in org.fife.rsta.ac.java.rjc.ast
Interface for tree nodes that can hold type declarations (e.g.
TypeParameter - Class in org.fife.rsta.ac.java.rjc.lang
A TypeParameter.
TypeParameter(Token) - Constructor for class org.fife.rsta.ac.java.rjc.lang.TypeParameter
 

U

uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.c.CLanguageSupport
Uninstalls this support.
uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.groovy.GroovyLanguageSupport
Uninstalls this support.
uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.html.HtmlLanguageSupport
Uninstalls this support.
uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport
Uninstalls this support.
uninstall() - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
Makes this outline tree stop listening to its current text area.
uninstall(RSyntaxTextArea) - Method in interface org.fife.rsta.ac.LanguageSupport
Uninstalls this support.
uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
Uninstalls this support.
uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.php.PhpLanguageSupport
Uninstalls this support.
uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.sh.ShellLanguageSupport
Uninstalls this support.
uninstallImpl(RSyntaxTextArea) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
Unregisters an textArea.
unregister(RSyntaxTextArea) - Method in class org.fife.rsta.ac.LanguageSupportFactory
Un-registers an RSyntaxTextArea.
UnsupportedAttribute - Class in org.fife.rsta.ac.java.classreader.attributes
An attribute that is unknown/unsupported by this decompiler.
UnsupportedAttribute(ClassFile, String, int[]) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute
Constructor.
updateUI() - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
Overridden to also update the UI of the child cell renderer.
Util - Class in org.fife.rsta.ac.java.classreader
Utility methods for this package.
Util - Class in org.fife.rsta.ac.java
Utility methods for Java completion.

V

Variable - Class in org.fife.rsta.ac.java.rjc.lang
Base class for variable type (local variables, formal parameters...).
Variable(boolean, Type, Token) - Constructor for class org.fife.rsta.ac.java.rjc.lang.Variable
 
VariableDeclaration - Class in org.fife.rsta.ac.common
A marker for a variable declaration.
VariableDeclaration(String, int) - Constructor for class org.fife.rsta.ac.common.VariableDeclaration
 
VOLATILE - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
 

W

waitForProcess(Process, StringBuffer, StringBuffer) - Static method in class org.fife.rsta.ac.IOUtil
Runs a process, possibly capturing its stdout and/or stderr.
WHITESPACE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
 

Y

yylex() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token from the input stream.
yylexNonNull(String) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token from the input stream, or throws an exception if the end of stream is reached.
yylexNonNull(int, String) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token from the input stream, or throws an exception if the end of stream is reached or if the token is not of a given type.
yylexNonNull(int, int, String) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token from the input stream, or throws an exception if the end of stream is reached or if the token is not of two given types.
yylexNonNull(int, int, int, String) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token from the input stream, or throws an exception if the end of stream is reached or if the token is not of three given types.
yyPeek() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token, but does not take it off of the stream.
yyPeek(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the depth-th token, but does not anything off of the stream.
yyPeekCheckType() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Peeks at and returns the type of the next token on the stream.
yyPeekCheckType(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Peeks at and returns the type of the specified token on the stream.
yyPeekNonNull(String) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token, but does not take it off of the stream.
yyPeekNonNull(int, String) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token, but does not take it off of the stream.
yyPeekNonNull(int, int, String) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token, but does not take it off of the stream.
yyPeekNonNull(int, int, int, String) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Returns the next token, but does not take it off of the stream.
yyPushback(Token) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
Pushes a token back onto the stream.

A C D E F G H I J K L M N O P R S T U V W Y

Copyright © 2003-2011. All Rights Reserved.