A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abs(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function abs(x) computes an absolute value.
- 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
- AbstractASTNode - Class in org.fife.rsta.ac.java.rjc.ast
-
Base implementation of an AST node.
- AbstractASTNode(String, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
- AbstractASTNode(String, Offset, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
- AbstractJavaSourceCompletion - Class in org.fife.rsta.ac.java
-
Base class for Java source completions.
- AbstractJavaSourceCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.java.AbstractJavaSourceCompletion
- AbstractLanguageSupport - Class in org.fife.rsta.ac
-
A base class for language support implementations.
- AbstractLanguageSupport() - Constructor for class org.fife.rsta.ac.AbstractLanguageSupport
-
Constructor.
- AbstractMarkupLanguageSupport - Class in org.fife.rsta.ac
-
Base class for language supports for markup languages, such as HTML, PHP, and JSP.
- AbstractMarkupLanguageSupport() - Constructor for class org.fife.rsta.ac.AbstractMarkupLanguageSupport
- AbstractMarkupLanguageSupport.InsertClosingTagAction - Class in org.fife.rsta.ac
-
Action that checks whether a closing tag should be auto-inserted into the document.
- AbstractMember - Class in org.fife.rsta.ac.java.rjc.ast
-
Code shared amongst all
Membernodes. - AbstractMember(String, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.AbstractMember
- AbstractMember(String, Offset, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.AbstractMember
- AbstractSourceTree - Class in org.fife.rsta.ac
-
A tree showing the structure of a source file being edited in an
RSyntaxTextArea. - AbstractSourceTree() - Constructor for class org.fife.rsta.ac.AbstractSourceTree
- AbstractTypeDeclarationNode - Class in org.fife.rsta.ac.java.rjc.ast
-
A base class for type declaration nodes.
- 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
synthetic; not present in the source code. - ACC_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.
- accessFlags - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Permissions and properties of this class or interface.
- accessFlags - Variable in class org.fife.rsta.ac.java.classreader.MemberInfo
-
A mask of flags used to denote access permission to and properties of this method.
- AccessFlags - Interface in org.fife.rsta.ac.java.classreader
-
Class/interface access flag masks.
- acos(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function acos(x) compute an arccosine
- actionPerformed(ActionEvent) - Method in class org.fife.rsta.ac.AbstractMarkupLanguageSupport.InsertClosingTagAction
- actionPerformed(ActionEvent) - Method in class org.fife.rsta.ac.GoToMemberAction
- actionPerformed(ActionEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- actionPerformed(ActionEvent) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport.Listener
- actionPerformed(ActionEvent) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Listener
- add(String) - Method in class org.fife.rsta.ac.java.PackageMapNode
-
Adds entries for a fully-qualified class name, of the form
"org/fife/util/DynamicIntArray.class". - add(Map<String, List<CompletionGenerator>>, String, CompletionGenerator) - Static method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
-
Adds a completion generator for a specific property.
- add(MutableTreeNode) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Overridden to ensure the new child is only made visible if it is matched by the current filter.
- add(CodeBlock) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
-
Adds a child code block to this code block.
- addAdditionalTypes(TypeDeclarations) - Method in class org.fife.rsta.ac.js.ast.type.ecma.client.ClientBrowserAdditions
- addAdditionalTypes(TypeDeclarations) - Method in class org.fife.rsta.ac.js.ast.type.ecma.client.DOMAdditions
- addAdditionalTypes(TypeDeclarations) - Method in class org.fife.rsta.ac.js.ast.type.ecma.client.HTMLDOMAdditions
- addAdditionalTypes(TypeDeclarations) - Method in class org.fife.rsta.ac.js.ast.type.ecma.e4x.ECMAvE4xAdditions
- addAdditionalTypes(TypeDeclarations) - Method in interface org.fife.rsta.ac.js.ast.type.ECMAAdditions
- addAnnotation(Annotation) - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
-
Adds an annotation to this set of modifiers.
- addArgument(TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- addAtRuleCompletions(List<Completion>) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- addAttribute(AttributeInfo) - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
-
Adds the specified attribute to this field.
- addAttribute(AttributeInfo) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Adds the specified attribute to this field.
- addBound(Type) - Method in class org.fife.rsta.ac.java.rjc.lang.TypeParameter
-
Adds a bound to this type parameter.
- addChildCodeBlock(int) - Method in class org.fife.rsta.ac.common.CodeBlock
-
Creates and returns a child (nested) code block.
- addChildCodeBlock(int) - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Creates and returns a child (nested) code block.
- addClassFileSource(File) - Method in class org.fife.rsta.ac.java.JarManager
-
Adds a jar to read from.
- addClassFileSource(LibraryInfo) - Method in class org.fife.rsta.ac.java.JarManager
-
Adds a class file source to read from.
- addCodeBlock(Node, Set<Completion>, String, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
for each child of parent AstNode add a new code block and add completions for each block of code
- addCommentCompletion(Completion) - Method in class org.fife.rsta.ac.ShorthandCompletionCache
-
Adds a comment completion to this cache.
- addCompletion(JSCompletion) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
-
Add method or field completion to CachedType
- addCompletionImpl(String, int) - Method in class org.fife.rsta.ac.xml.XmlCompletionProvider
-
Creates a
Completionof the proper type and adds it to the completions list. - addCompletions(LibraryInfo, CompletionProvider, String[], Set<Completion>) - Method in class org.fife.rsta.ac.java.PackageMapNode
-
Gets the completions in this package map that match a given string.
- addCompletions(CompletionProvider, String[], Set<Completion>) - Method in class org.fife.rsta.ac.java.JarReader
-
Gets the completions in this jar that match a given string.
- addCompletions(CompletionProvider, String, Set<Completion>) - Method in class org.fife.rsta.ac.java.JarManager
-
Adds completions matching the specified text to a list.
- addCompletionsForExtendedClass(Set<Completion>, CompilationUnit, ClassFile, String, Map<String, String>) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Adds completions for accessible methods and fields of super classes.
- addCompletionsForLocalVarsMethods(CompilationUnit, LocalVariable, Set<Completion>) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Adds completions for all methods and public fields of a local variable.
- addCompletionsForStaticMembers(Set<Completion>, CompilationUnit, ClassFile, String) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
- addConstructor(JSCompletion) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
-
Adds a constructor completion to CachedType object type
- addCurrentJreClassFileSource() - Method in class org.fife.rsta.ac.java.JarManager
-
Adds the current JVM's rt.jar (or class.jar if on OS X) to the list of class file sources.
- addDecorationIcon(Icon) - Method in class org.fife.rsta.ac.java.DecoratableIcon
-
Adds a decoration icon.
- addECMAObject(String, boolean) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- addEngine(String, JavaScriptEngine) - Method in class org.fife.rsta.ac.js.engine.JavaScriptEngineFactory
- addExtended(Type) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalInterfaceDeclaration
-
Adds a type this interface extends.
- addExtension(JavaScriptType) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
-
Add Cached Type extension
- addIdentifier(String, List<TypeArgument>) - 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
-
Adds an implemented type to this class declaration.
- addImportClass(String) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- addImportDeclaration(ImportDeclaration) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
-
Adds an import declaration to this compilation unit.
- addImportPackage(String) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- addJar(LibraryInfo) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
-
Adds a jar to the "build path".
- addJar(LibraryInfo) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Adds a jar to read from.
- addJavaScriptLookup(String, String) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
-
Add Javascript reverse lookup
- addLanguageSupport(String, String) - Method in class org.fife.rsta.ac.LanguageSupportFactory
-
Adds language support for a language.
- addLessBuiltinFunctionCompletions(List<Completion>, String) - Method in class org.fife.rsta.ac.less.LessCodeCompletionProvider
- addLessCompletions(List<Completion>, PropertyValueCompletionProvider.LexerState, JTextComponent, String) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
-
Adds completions specific to Less.
- addLessCompletions(List<Completion>, PropertyValueCompletionProvider.LexerState, JTextComponent, String) - Method in class org.fife.rsta.ac.less.LessCodeCompletionProvider
-
Overridden to handle Less properly.
- addLessVariableCompletions(List<Completion>, JTextComponent, String) - Method in class org.fife.rsta.ac.less.LessCodeCompletionProvider
- addLocalFunction(JavaScriptFunctionDeclaration) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
- addLocalVarCompletions(Set<Completion>, CodeBlock, int) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Adds completions for local variables in a code block inside a method.
- addLocalVarCompletions(Set<Completion>, Method, int) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Adds completions for local variables in a method.
- addLocalVariable(LocalVariable) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
-
Adds a local variable to this code block.
- addLocalVariable(JavaScriptVariableDeclaration) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Add local scope variable to cache.
- addMember(Member) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
-
Adds a member to this type declaration.
- addModifier(int) - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
-
Adds a modifier to this set of modifiers.
- addNamespace(E4XNamespace) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function addNamespace(namespace) adds a namespace declaration to the in scope namespaces for this XML object and returns this XML object.
- addNotices(RSyntaxDocument) - Method in class org.fife.rsta.ac.java.JavaParser
-
Adds all notices from the Java parser to the results object.
- 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
-
Adds a parser notice to this compilation unit.
- addPreProcessingFunction(JavaScriptFunctionDeclaration) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Add pre-processing scope function to cache.
- addPreProcessingVariable(JavaScriptVariableDeclaration) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Add pre-processing scope variable to cache.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rsta.ac.java.JavaParser
-
Adds a listener to this parser.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rsta.ac.js.JavaScriptParser
-
Registers a property change listener on this parser.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rsta.ac.xml.XmlParser
-
Adds a listener to this parser.
- addPrototypeAdditionsToRoot() - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
-
While parsing JS code, this class identifies members added to prototypes.
- addPublicAndProtectedFieldsAndGetters(Type, JarManager, Package, List<Completion>) - Method in class org.fife.rsta.ac.java.SourceParamChoicesProvider
-
Adds all accessible fields and getters of a specific type, from an extended class or implemented interface.
- addShorthandCompletion(Completion) - Method in class org.fife.rsta.ac.ShorthandCompletionCache
-
Adds a shorthand completion to this cache.
- addShorthandCompletions(Set<Completion>) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Adds simple shorthand completions relevant to Java.
- addShorthandCompletions(Set<Completion>) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Adds simple shorthand completions relevant to JavaScript from the shorthand template.
- 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
- addShorthandCompletions(DefaultCompletionProvider) - Method in class org.fife.rsta.ac.sh.ShellCompletionProvider
-
Adds shorthand completions to the code completion provider.
- addSorted(List<Completion>, Completion) - Static method in class org.fife.rsta.ac.ShorthandCompletionCache
- addSystemVariable(JavaScriptVariableDeclaration) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Add system scope variable to cache
- addType(String, TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- addTypeDeclaration(String, TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- 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
-
Adds a type declaration to this container.
- addVariable(VariableDeclaration) - Method in class org.fife.rsta.ac.common.CodeBlock
-
Adds a variable declaration.
- addVariable(JavaScriptVariableDeclaration) - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Adds a variable declaration.
- addVariableToResolver(AstNode, AstNode, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- alert(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function alert() Displays an alert box with a message and an OK button
- all - Variable in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.VisitorAll
- alreadyDeclared - Variable in class org.fife.rsta.ac.java.classreader.Frame.LocalVarInfo
- altBG - Static variable in class org.fife.rsta.ac.java.JavaCellRenderer
-
The alternating background color, or
nullfor none. - Annotation - Class in org.fife.rsta.ac.java.rjc.lang
-
Represents an annotation.
- Annotation(Type) - Constructor for class org.fife.rsta.ac.java.rjc.lang.Annotation
-
Constructor.
- ANNOTATION_START - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
- annotations - Variable in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
- annotations - Variable in class org.fife.rsta.ac.java.rjc.ast.FormalParameter
- annotations - Variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- ANY - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- apiName - Variable in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- appCodeName - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Property appCodeName
- appendChild(E4XXML) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function appendChild(xml) appends the given child to the end of this XML object's properties and returns this XML object.
- appendDocCommentTail(StringBuilder, StringBuilder) - Static method in class org.fife.rsta.ac.java.Util
- appendLinkTagText(StringBuilder, String) - Static method in class org.fife.rsta.ac.java.Util
-
Appends HTML representing a "link" or "linkplain" Javadoc element to a string buffer.
- appendParamDescriptors(StringBuilder) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
- appendType(Type, StringBuilder) - Static method in class org.fife.rsta.ac.java.tree.MemberTreeNode
- apply(JSObject, JSArray) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSFunctionFunctions
-
function apply (thisObject, argArray) invoke a function as a method of an object.
- appName - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Property appName
- appVersion - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Property appVersion
- archive - Variable in class org.fife.rsta.ac.java.buildpath.ZipSourceLocation
- arguments - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- arrayType - Variable in class org.fife.rsta.ac.js.ast.type.ArrayTypeDeclaration
- ArrayTypeDeclaration - Class in org.fife.rsta.ac.js.ast.type
-
Extended TypeDeclaration that stores the TypeDeclaration for the Array.
- ArrayTypeDeclaration(String, String, String) - Constructor for class org.fife.rsta.ac.js.ast.type.ArrayTypeDeclaration
- ArrayTypeDeclaration(String, String, String, boolean) - Constructor for class org.fife.rsta.ac.js.ast.type.ArrayTypeDeclaration
- asin(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function asin(x) compute an arcsine
- Asm6502CodeCompletionProvider - Class in org.fife.rsta.ac.asm6502
-
A completion provider for 6502 assembler code (not comments).
- Asm6502CodeCompletionProvider() - Constructor for class org.fife.rsta.ac.asm6502.Asm6502CodeCompletionProvider
-
Constructor.
- Asm6502CompletionProvider - Class in org.fife.rsta.ac.asm6502
-
A completion provider for 6502 assembler.
- Asm6502CompletionProvider() - Constructor for class org.fife.rsta.ac.asm6502.Asm6502CompletionProvider
-
Constructor.
- Asm6502LanguageSupport - Class in org.fife.rsta.ac.asm6502
-
Language support for 6502 assembler.
- Asm6502LanguageSupport() - Constructor for class org.fife.rsta.ac.asm6502.Asm6502LanguageSupport
-
Constructor.
- assign(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.LocationFunctions
-
function assign(newURL) method loads a new document
- 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 - Variable in class org.fife.rsta.ac.java.tree.JavaTreeNode
- ASTNode - Interface in org.fife.rsta.ac.java.rjc.ast
-
A node in a Java AST.
- astRoot - Variable in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
-
The AST for the JS.
- astRoot - Variable in class org.fife.rsta.ac.js.JavaScriptParser
- AstTreeCellRenderer - Class in org.fife.rsta.ac.java.tree
-
Renderer for the AST tree in the UI.
- AstTreeCellRenderer() - Constructor for class org.fife.rsta.ac.java.tree.AstTreeCellRenderer
- atan(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function atan(x) compute an arctangent
- atan2(JSNumber, JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function atan2(x,y) compute the angle from the X axis to a point.
- atob(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function atob(arg) The atob() method of window object decodes a string of data which has been encoded using base-64 encoding.
- attr - Variable in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- ATTR_COLOR - Static variable in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- attribute(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function attribute(attributeName) finds list of XML attributes associated with the attribute name.
- attribute(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function attribute(attributeName) calls the attribute method of each XML object in this XMLList object passing attributeName as a parameter and returns an XMLList containing the results in order.
- AttributeCompletion - Class in org.fife.rsta.ac.html
-
A completion for an HTML attribute.
- AttributeCompletion(CompletionProvider, ParameterizedCompletion.Parameter) - Constructor for class org.fife.rsta.ac.html.AttributeCompletion
- AttributeInfo - Class in org.fife.rsta.ac.java.classreader.attributes
-
Represents an "attribute_info" structure in a class file.
- 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
- attributes - Variable in class org.fife.rsta.ac.java.classreader.attributes.Code
-
Attributes of this
Codeattribute. - attributes - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Attributes of this class or interface.
- attributes - Variable in class org.fife.rsta.ac.java.classreader.FieldInfo
-
An array of attributes of this field.
- attributes - Variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
All attributes of this method that aren't explicitly covered by the private members
MethodInfo.signatureAttrandMethodInfo.codeAttr. - attributes() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function attributes() list of XML attributes associated with an XML object.
- attributes() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function attributes() calls the attributes() method of each XML object in this XMLList object and returns an XMLList containing the results in order.
- attrIcon - Variable in class org.fife.rsta.ac.html.HtmlCellRenderer
- autoActivationDelay - Variable in class org.fife.rsta.ac.AbstractLanguageSupport
-
The delay for auto-activation, in milliseconds.
- autoActivationEnabled - Variable in class org.fife.rsta.ac.AbstractLanguageSupport
-
Whether auto-activation for completion choices is enabled for this language.
- autoAddClosingTags - Variable in class org.fife.rsta.ac.AbstractMarkupLanguageSupport
-
Whether closing tags are automatically added when the user types opening tags.
- autoCompleteEnabled - Variable in class org.fife.rsta.ac.AbstractLanguageSupport
-
Whether auto-completion is enabled for this language.
- availHeight - Variable in class org.fife.rsta.ac.js.ecma.api.client.Screen
-
Property availHeight
- availWidth - Variable in class org.fife.rsta.ac.js.ecma.api.client.Screen
-
Property availWidth
B
- back() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.HistoryFunctions
-
function back - Loads the previous URL in the history list.
- back() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- BarProp - Class in org.fife.rsta.ac.js.ecma.api.client
- BarProp() - Constructor for class org.fife.rsta.ac.js.ecma.api.client.BarProp
-
Object BarProp()
- BASIC_COMPLETION_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- BasicCssCompletion - Class in org.fife.rsta.ac.css
-
A basic completion type for CSS code completion.
- BasicCssCompletion(CompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.css.BasicCssCompletion
- BEAN_METHOD_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- bind(JS5Object, JS5Array) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5FunctionFunctions
-
function bind (thisObject, argArray) return a function that invokes this as a method.
- block - Variable in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- blur() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function blur() Removes focus from the current window
- body - Variable in class org.fife.rsta.ac.java.rjc.ast.Method
- bodyEndOffs - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- bodyStartOffs - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- BooleanClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- BOOTSTRAP_METHODS - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
- bootstrapMethodAttrIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInvokeDynamicInfo
- BorderStyleCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.css.BorderStyleCompletionGenerator.BorderStyleCompletion
- BorderStyleCompletionGenerator - Class in org.fife.rsta.ac.css
-
A generator that returns completions for border styles.
- BorderStyleCompletionGenerator() - Constructor for class org.fife.rsta.ac.css.BorderStyleCompletionGenerator
- BorderStyleCompletionGenerator.BorderStyleCompletion - Class in org.fife.rsta.ac.css
-
The type of completion returned by this generator.
- bounds - Variable in class org.fife.rsta.ac.java.rjc.lang.TypeParameter
- bracketPairCount - Variable in class org.fife.rsta.ac.java.rjc.lang.Type
- btoa(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function btoa(arg) The btoa() method of window object is used to convert a given string to an encoded data (using base-64 encoding) string.
- buffer - Variable in class org.fife.rsta.ac.js.JsHinter.StreamReaderThread
- bulkClassFileCreationEnd() - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- bulkClassFileCreationEnd() - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- bulkClassFileCreationEnd() - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- bulkClassFileCreationEnd() - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Does any cleanup necessary after a call to
LibraryInfo.bulkClassFileCreationStart(). - bulkClassFileCreationStart() - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- bulkClassFileCreationStart() - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- bulkClassFileCreationStart() - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- bulkClassFileCreationStart() - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Readies this library for many class files being fetched via
LibraryInfo.createClassFileBulk(String). - bulkCreateJar - Variable in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- ByteClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- bytes - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFloatInfo
- bytes - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantIntegerInfo
C
- cachedTypes - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- call(JSObject, JSObject) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSFunctionFunctions
-
function call (thisObject, args) invoke a function as a method of an object
- canAddVariable(CodeBlock) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- canBeInstantiated - Variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations.JavaScriptObject
- canBeInstantiated() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations.JavaScriptObject
- canClearCache(HashSet<String>, LinkedHashSet<String>) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
-
Validate whether the newImports and old imports contain the same values
- canECMAObjectBeInstantiated(String) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
-
Answers the question whether an object can be instantiated (i.e.
- canJavaScriptBeInstantiated(String) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
-
Answers the question whether an object can be instantiated (i.e.
- canProcessNode(AstNode) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- canResolveVariable(AstNode, AstNode) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Test whether the start of the variable is the same name as the variable being initialised.
- captureEvents(JSObject) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- caretUpdate(CaretEvent) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport.Listener
- caretUpdate(CaretEvent) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Listener
- CaseInsensitiveComparator() - Constructor for class org.fife.rsta.ac.perl.PerlCompletionProvider.CaseInsensitiveComparator
- catchType - Variable in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
-
If the value of
ExceptionTableEntry.catchTypeis nonzero, it must be a valid index into the constant pool. - CCellRenderer - Class in org.fife.rsta.ac.c
-
The cell renderer used for the C programming language.
- CCellRenderer() - Constructor for class org.fife.rsta.ac.c.CCellRenderer
-
Constructor.
- 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.
- ceil(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function ceil(x) round a number up.
- cf - Variable in class org.fife.rsta.ac.java.ClassCompletion
- cf - Variable in class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
- cf - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantStringInfo
- cf - Variable in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
-
The parent class file.
- cf - Variable in class org.fife.rsta.ac.java.classreader.MemberInfo
-
The class file in which this method is defined.
- cf - Variable in class org.fife.rsta.ac.js.completion.JSClassCompletion
- changedUpdate(DocumentEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- CharacterClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- charAt(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function charAt(position) get the nth character from a string.
- charCodeAt(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function charCodeAt(position) get the nth character code from a string.
- checkDeprecated() - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- checkForDuplicateLocalVarNames(CompilationUnit, Token, CodeBlock, Method) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
-
Checks whether a local variable's name collides with a local variable defined earlier.
- checkForJavaParsing() - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
-
Refreshes listeners on the text area when its syntax style changes.
- checkForJavaScriptParsing() - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Refreshes listeners on the text area when its syntax style changes.
- checkForLinkableToken(RSyntaxTextArea, int) - Method in class org.fife.rsta.ac.java.JavaLinkGenerator
-
Checks if the token at the specified offset is possibly a "click-able" region.
- checkForLinkableToken(RSyntaxTextArea, int) - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
-
Checks if the token at the specified offset is possibly a "click-able" region.
- checkForXmlParsing() - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
-
Refreshes listeners on the text area when its syntax style changes.
- checkLastModified() - Method in class org.fife.rsta.ac.java.JarReader
-
Checks whether the jar or class file directory has been modified since the last use of this reader.
- checkModified - Static variable in class org.fife.rsta.ac.java.JarManager
-
Whether to check datestamps on jars/directories when completion information is requested.
- checkStringLiteralMember(JTextComponent, String, CompilationUnit, Set<Completion>) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Checks whether the user is typing a completion for a String member after a String literal.
- child(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function child(propertyName) finds list of XML object matching a given propertyName.
- child(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function child(propertyName) finds list of XML object matching a given propertyName.
- child(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function child(propertyName) calls the child() method of each XML object in this XMLList object and returns an XMLList containing the results in order.
- childIndex() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function childIndex() returns the index position of the XML element.
- children - Variable in class org.fife.rsta.ac.common.CodeBlock
- children - Variable in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
- children - Variable in class org.fife.rsta.ac.js.ast.CodeBlock
- children() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function children() returns list of children for the XML element.
- children() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function children() calls the children() method of each XML object in this XMLList object and returns an XMLList containing the results concatenated in order.
- children() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Overridden to operate over visible children only.
- childTypes - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- 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
- ClassClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- ClassCompletion - Class in org.fife.rsta.ac.java
-
Completion for a Java class, interface or enum.
- ClassCompletion(CompletionProvider, ClassFile) - Constructor for class org.fife.rsta.ac.java.ClassCompletion
- ClassEnumerationReader - Class in org.fife.rsta.ac.java.buildpath
-
Reads plain text files enumerating classes to take from the classpath and add to a
ClasspathLibraryInfo. - ClassEnumerationReader() - Constructor for class org.fife.rsta.ac.java.buildpath.ClassEnumerationReader
-
Private constructor to prevent instantiation.
- ClassFile - Class in org.fife.rsta.ac.java.classreader
-
Class representing a
ClassFilestructure. - ClassFile(DataInputStream) - Constructor for class org.fife.rsta.ac.java.classreader.ClassFile
- ClassFile(File) - Constructor for class org.fife.rsta.ac.java.classreader.ClassFile
- classFiles - Variable in class org.fife.rsta.ac.java.PackageMapNode
-
A mapping of class file names to class files in this package.
- classFileSources - Variable in class org.fife.rsta.ac.java.JarManager
-
Locations of class files to get completions from.
- classIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFieldrefInfo
- classIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInterfaceMethodrefInfo
- classIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
- classNameToClassFile - Variable in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
-
Mapping of class names to
ClassFiles. - ClasspathLibraryInfo - Class in org.fife.rsta.ac.java.buildpath
-
Information about specific classes on the current application's classpath to add to the "build path." This type of container is useful if your application ships with specific classes you want included in code completion, but you don't want to add the entire jar to the build path.
- ClasspathLibraryInfo(String[]) - Constructor for class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
-
Constructor.
- ClasspathLibraryInfo(List<String>) - Constructor for class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
-
Constructor.
- ClasspathLibraryInfo(List<String>, SourceLocation) - Constructor for class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
-
Constructor.
- ClasspathSourceLocation - Class in org.fife.rsta.ac.java.buildpath
-
Represents Java source files somewhere on the classpath.
- ClasspathSourceLocation() - Constructor for class org.fife.rsta.ac.java.buildpath.ClasspathSourceLocation
- classType - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- clearAllImportTypes() - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- clearCache() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- clearCache() - Method in class org.fife.rsta.ac.ShorthandCompletionCache
-
Removes all completions from this cache.
- clearClassFiles() - Method in class org.fife.rsta.ac.java.PackageMapNode
-
Removes the cache of all
ClassFiles from this package map. - clearClassFilesImpl(PackageMapNode) - Method in class org.fife.rsta.ac.java.PackageMapNode
- clearClassFileSources() - Method in class org.fife.rsta.ac.java.JarManager
-
Removes all class file sources from the "build path".
- clearImportCache() - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- clearImportCache(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
-
Clear the importPackage and importClass cache
- clearInterval(JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function clearInterval(arg) Clears a timer set with setInterval()
- clearJars() - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
-
Removes all jars from the "build path".
- clearJars() - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Removes all jars from the "build path".
- clearParamTypeInfo() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Called internally by
ClassFilewhenever itsClassFile.setTypeParamsToTypeArgs(Map)method is called. - clearResetPosition() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Clears the position to reset to.
- clearTimeout(JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function clearTimeout(arg) Clears a timer set with setTimeout()
- client - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- ClientBrowserAdditions - Class in org.fife.rsta.ac.js.ast.type.ecma.client
- ClientBrowserAdditions() - Constructor for class org.fife.rsta.ac.js.ast.type.ecma.client.ClientBrowserAdditions
- clone() - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Returns a deep copy of this library.
- clone() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Returns a clone of this tree node.
- cloneWithChildren() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Returns a clone of this tree node and all of its children.
- close() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function close() Closes the current window
- closed - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property closed
- Code - Class in org.fife.rsta.ac.java.classreader.attributes
-
A variable-length attribute used in the attributes table of
MethodInfostructures. - 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
- codeAttr - Variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
The
Codeattribute, ornullif this method is abstract or native. - CodeBlock - Class in org.fife.rsta.ac.common
-
A block of code.
- CodeBlock - Class in org.fife.rsta.ac.java.rjc.ast
-
A block of code in curly braces in a class.
- CodeBlock - Class in org.fife.rsta.ac.js.ast
-
A block of code.
- CodeBlock(boolean, Offset) - Constructor for class org.fife.rsta.ac.java.rjc.ast.CodeBlock
- CodeBlock(int) - Constructor for class org.fife.rsta.ac.common.CodeBlock
-
Constructor.
- CodeBlock(int) - Constructor for class org.fife.rsta.ac.js.ast.CodeBlock
-
Constructor.
- codeLength - Variable in class org.fife.rsta.ac.java.classreader.attributes.Code
-
The size of the method's code, in bytes.
- collectAllNodes(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
-
Get all nodes within AstNode and add to an ArrayList
- collectCompletionWordsAttribute(RSyntaxDocument, Token, int) - Method in class org.fife.rsta.ac.xml.XmlCompletionProvider
-
Returns the list of attribute names to offer for completion choices for a given tag.
- collectCompletionWordsTag(RSyntaxDocument, int) - Method in class org.fife.rsta.ac.xml.XmlCompletionProvider
-
Returns the list of tag names to offer for completion choices.
- ColorCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.css.ColorCompletionGenerator.ColorCompletion
- ColorCompletionGenerator - Class in org.fife.rsta.ac.css
-
A generator that returns completions for CSS colors.
- ColorCompletionGenerator(CompletionProvider) - Constructor for class org.fife.rsta.ac.css.ColorCompletionGenerator
- ColorCompletionGenerator.ColorCompletion - Class in org.fife.rsta.ac.css
-
The type of completion returned by this generator.
- ColorCompletionGenerator.ColorTemplateCompletion - Class in org.fife.rsta.ac.css
-
A completion for an RGB color.
- colorDepth - Variable in class org.fife.rsta.ac.js.ecma.api.client.Screen
-
Property colorDepth
- ColorTemplateCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.rsta.ac.css.ColorCompletionGenerator.ColorTemplateCompletion
- column - Variable in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
-
The column the token is on.
- column - Variable in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
- COMMENT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
- commentCompletion - Variable in class org.fife.rsta.ac.ShorthandCompletionCache
- commentProvider - Variable in class org.fife.rsta.ac.ShorthandCompletionCache
- comments() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function comments() returns list of comments for the XML element.
- comments() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function comments() calls the comments method of each XML object in this XMLList object and returns an XMLList containing the results concatenated in order.
- CommonFontCompletionGenerator - Class in org.fife.rsta.ac.css
-
A generator that returns completions for common font names (not the standardized generic fonts defined in the CSS spec).
- CommonFontCompletionGenerator() - Constructor for class org.fife.rsta.ac.css.CommonFontCompletionGenerator
- CommonFontCompletionGenerator.FontFamilyCompletion - Class in org.fife.rsta.ac.css
-
The type of completion returned by this generator.
- comparator - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- comparator - Variable in class org.fife.rsta.ac.perl.PerlCompletionProvider
- compare(JavaScriptFunctionType, SourceCompletionProvider, boolean) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
-
Compare this JavaScriptFunctionType with another and return a weight integer based on the parameters matching or whether the parameters are compatible.
- compare(Completion, Completion) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider.CaseInsensitiveComparator
- compareParameters(TypeDeclaration, TypeDeclaration, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
-
Converts TypeDeclaration into Java Class and compares whether another parameter is compatible based on JSR-223
- compareString - Variable in class org.fife.rsta.ac.java.MethodCompletion
-
Used to compare this method completion with another.
- compareString - Variable in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- compareString - Variable in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- compareTo(LibraryInfo) - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- compareTo(LibraryInfo) - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
-
Compares this
LibraryInfoto another one. - compareTo(LibraryInfo) - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
-
Compares this
LibraryInfoto another one. - compareTo(SourceTreeNode) - Method in class org.fife.rsta.ac.java.tree.JavaTreeNode
-
Overridden to compare tree text without HTML.
- compareTo(SourceTreeNode) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Overridden to provide proper sorting of source tree nodes when the parent
AbstractSourceTreeis sorted. - compareTo(Completion) - Method in class org.fife.rsta.ac.java.AbstractJavaSourceCompletion
-
Overridden to ensure that two completions don't just have the same text value (ignoring case), but that they're of the same "type" of
Completionas well, so, for example, a completion for the "String" class won't clash with a completion for a "string" LocalVar. - compareTo(Completion) - Method in class org.fife.rsta.ac.java.ClassCompletion
- compareTo(Completion) - Method in class org.fife.rsta.ac.java.MethodCompletion
-
Overridden to compare methods by their comparison strings.
- compareTo(Completion) - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- compareTo(Completion) - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- compareTo(Completion) - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- compareTo(Completion) - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- compareTo(Completion) - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- compareTo(Completion) - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- compareTo(Completion) - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- CompilationUnit - Class in org.fife.rsta.ac.java.rjc.ast
-
A
CompilationUnitis the root node of an AST for a Java source file. - CompilationUnit(String) - Constructor for class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
- CompilationUnit.ZeroOffset - Class in org.fife.rsta.ac.java.rjc.ast
-
An offset that always returns 0.
- CompilerNodeVisitor(boolean) - Constructor for class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
- compileText(String) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Compiles Text and resolves the type.
- compileText(String) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptResolver
-
Compiles Text and resolves the type.
- CompletionGenerator - Interface in org.fife.rsta.ac.css
-
Generates completions based on the current user input.
- componentHidden(ComponentEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- componentMoved(ComponentEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- componentResized(ComponentEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- componentShown(ComponentEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- concat(JSArray) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function concat(args) creates and returns a new array that is the result of concatenating each of its arguments to an array.
- concat(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function concat(value1, ...) concatenate strings
- configureHandler(XmlParser.Handler) - Method in class org.fife.rsta.ac.xml.DtdValidationConfig
- configureHandler(XmlParser.Handler) - Method in class org.fife.rsta.ac.xml.SchemaValidationConfig
- configureHandler(XmlParser.Handler) - Method in interface org.fife.rsta.ac.xml.ValidationConfig
-
Configures the actual handler instance.
- configureParser(XmlParser) - Method in class org.fife.rsta.ac.xml.DtdValidationConfig
- configureParser(XmlParser) - Method in class org.fife.rsta.ac.xml.SchemaValidationConfig
- configureParser(XmlParser) - Method in interface org.fife.rsta.ac.xml.ValidationConfig
-
Configures the parser itself.
- confirm(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function confirm() Displays a dialog box with a message and an OK and a Cancel button
- CONSTANT_Class - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_Double - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_Fieldref - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_Float - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_Integer - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_InterfaceMethodref - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_InvokeDynamic - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_Long - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_MethodHandle - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_Methodref - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_MethodType - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_NameAndType - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_String - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- CONSTANT_Utf8 - Static variable in interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
- 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_infostructure. - 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_infostructure. - 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_infostructure. - 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_infostructure. - ConstantIntegerInfo(long) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantIntegerInfo
-
Constructor.
- ConstantInterfaceMethodrefInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class corresponding to a
CONSTANT_InterfaceMethodref_infostructure. - ConstantInterfaceMethodrefInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantInterfaceMethodrefInfo
-
Constructor.
- ConstantInvokeDynamicInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class representing a
CONSTANT_InvokeDynamic_infostructure. - ConstantInvokeDynamicInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantInvokeDynamicInfo
-
Constructor.
- ConstantLongInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class corresponding to the
CONSTANT_Long_infostructure. - ConstantLongInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
-
Constructor.
- ConstantMethodHandleInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class representing a
CONSTANT_MethodHandlestructure. - ConstantMethodHandleInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodHandleInfo
-
Constructor.
- ConstantMethodrefInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class corresponding to a
CONSTANT_Methodref_infostructure. - ConstantMethodrefInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
-
Constructor.
- ConstantMethodTypeInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class representing a
CONSTANT_MethodTypestructure. - ConstantMethodTypeInfo(int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodTypeInfo
-
Constructor.
- ConstantNameAndTypeInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class representing a
CONSTANT_NameAndType_infostructure. - ConstantNameAndTypeInfo(int, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantNameAndTypeInfo
-
Constructor.
- constantPool - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Constant pool infos.
- ConstantPoolInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
A
ConstantPooltable 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
-
A factory for constant pool information.
- ConstantPoolInfoFactory() - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfoFactory
-
Private constructor to prevent instantiation.
- ConstantStringInfo - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class corresponding to the
CONSTANT_String_infostructure. - ConstantStringInfo(ClassFile, int) - Constructor for class org.fife.rsta.ac.java.classreader.constantpool.ConstantStringInfo
-
Constructor.
- ConstantTypes - Interface in org.fife.rsta.ac.java.classreader.constantpool
-
Constant types used by
ConstantPoolInfos. - ConstantUtf8Info - Class in org.fife.rsta.ac.java.classreader.constantpool
-
Class representing a
CONSTANT_Utf8_infostructure. - 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.
- constantValueIndex - Variable in class org.fife.rsta.ac.java.classreader.attributes.ConstantValue
-
An index into the constant pool that gives the constant value represented by this attribute.
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.client.History
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.client.Screen
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAnchorElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAppletElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAreaElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBaseElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBaseFontElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBodyElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBRElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLButtonElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLCollection
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDirectoryElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDivElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDListElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDocument
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFieldSetElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFontElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFormElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFrameElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFrameSetElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHeadElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHeadingElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHRElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHtmlElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLIFrameElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLImageElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLInputElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLIsIndexElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLabelElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLegendElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLIElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLinkElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMapElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMenuElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMetaElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLModElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLObjectElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOListElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptGroupElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptionElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptionsCollection
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLParagraphElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLParamElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLPreElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLQuoteElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLScriptElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLSelectElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLStyleElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableCaptionElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableCellElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableColElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableRowElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableSectionElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTextAreaElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTitleElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLUListElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSAttr
-
property constructor http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSCDATASection
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSCharacterData
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSComment
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDocument
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDocumentFragment
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDocumentType
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMConfiguration
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementation
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementationList
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementationSource
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMLocator
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMStringList
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSElement
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSEntity
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSEntityReference
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNamedNodeMap
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNameList
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNode
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNodeList
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNotation
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSProcessingInstruction
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSText
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSTypeInfo
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSUserDataHandler
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXMLList
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSBoolean
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSDate
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSError
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSFunction
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSObject
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
property constructor
- constructor - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSString
-
property constructor
- CONSTRUCTOR_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- constructors - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- contains(int) - Method in class org.fife.rsta.ac.common.CodeBlock
-
Returns whether this code block contains a given offset.
- contains(int) - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Returns whether this code block contains a given offset.
- contains(E4XXML) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function contains(value) returns the result of comparing this XML object with the given value.
- contains(E4XXML) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function contains(value) returns a boolean value indicating whether this XMLList object contains an XML object that compares equal to the given value.
- contains(E4XXMLList) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function contains(value) returns the result of comparing this XML object with the given value.
- containsClass(String) - Method in class org.fife.rsta.ac.java.JarReader
- containsClass(String) - Method in class org.fife.rsta.ac.java.PackageMapNode
-
Returns whether this package map node contains a class.
- containsModifier(Integer) - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- containsOffs(AstNode) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.DeepestScopeVisitor
- containsOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
-
Returns whether this code block contains the specified offset.
- containsOffset(int) - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
-
Returns whether this tree node contains a specific offset.
- containsPackage(String) - Method in class org.fife.rsta.ac.java.JarReader
- containsPackage(String) - Method in class org.fife.rsta.ac.java.PackageMapNode
-
Returns whether this package map node contains a package.
- content - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property content
- CONVERSION_JS - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- CONVERSION_NONE - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- convertAstNodeToCodeBlock(AstRoot, Set<Completion>, String) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- convertAstNodeToCodeBlock(AstRoot, Set<Completion>, String) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptParser
-
Converts AstRoot to CodeBlock
- convertAstNodeToCodeBlock(AstRoot, Set<Completion>, String) - Method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
- convertClassToJavaClass(String, TypeDeclarationFactory) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
-
Converts TypeDeclaration qualified name to Java Class
- convertJavaScriptType(String, boolean) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
-
The API may have its own types, so these need converting back to JavaScript types e.g.
- convertNameToBean(String) - Static method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- convertNodeToSource(AstNode) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- convertParamType(TypeDeclaration, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
-
Convert parameter into TypeDeclaration
- cookieEnabled - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Property cookieEnabled
- copy() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function copy() returns a deep copy of the XML object.
- copy() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function copy() returns a deep copy of the XMLList object.
- cos(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function cos(x) compute a cosine.
- create(JS5Object, JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function create(proto, descriptors) create an object with specified prototype and properties.
- createArrayType(AstNode, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Create array type from AstNode and try to determine the array type
- createAst(JTextComponent) - Method in class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
- createAst(RSyntaxTextArea) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
-
Creates an "AST" for Perl code, representing code blocks and variables inside those blocks.
- createAutoCompletion() - Method in class org.fife.rsta.ac.ts.TypeScriptLanguageSupport
- createAutoCompletion(CompletionProvider) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
-
Creates an auto-completion instance pre-configured and usable by most
LanguageSupports. - createClassFile(String) - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- createClassFile(String) - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- createClassFile(String) - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- createClassFile(String) - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Returns the class file information for the specified class.
- createClassFileBulk(String) - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- createClassFileBulk(String) - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- createClassFileBulk(String) - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- createClassFileBulk(String) - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Returns the class file information for the specified class.
- createClassFileImpl(String) - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- createClassFileImpl(JarFile, String) - Static method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- createCodeCompletionProvider() - Method in class org.fife.rsta.ac.asm6502.Asm6502CompletionProvider
-
Returns the provider to use when editing code.
- 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.css.CssCompletionProvider
-
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.less.LessCompletionProvider
-
Returns the provider to use when editing code.
- createCodeCompletionProvider() - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
- createCommentCompletionProvider() - Method in class org.fife.rsta.ac.asm6502.Asm6502CompletionProvider
-
Returns the provider to use when in a comment.
- 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.css.CssCompletionProvider
-
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.
- createCompilerEnvironment(ErrorReporter, JavaScriptLanguageSupport) - Static method in class org.fife.rsta.ac.js.JavaScriptParser
-
Creates options for Rhino based off of the user's preferences.
- 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.css.CssLanguageSupport
- 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.jsp.JspLanguageSupport
-
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.
- createDefaultCompletionCellRenderer() - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Creates the default cell renderer to use when none is specified.
- createDefaults(CompletionProvider) - Static method in class org.fife.rsta.ac.css.ColorCompletionGenerator
- createFunctionCompletions() - Method in class org.fife.rsta.ac.less.LessCodeCompletionProvider
- createJarManager() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Creates a jar manager instance for used in JS language support.
- createJavaScriptCompletionProvider() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Creates the provider to use for an RSTA instance editing JavaScript.
- createJavaScriptFunction(String, int, CodeBlock, TypeDeclaration, FunctionNode) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- createLengthCompletion(CompletionProvider, Type) - Static method in class org.fife.rsta.ac.java.FieldCompletion
- createLookupString(FunctionCall) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
- createMemberNode(Member) - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- createNameAndParameters() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- createNewTypeDeclaration(String) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- createNewTypeDeclaration(ClassFile, boolean) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- createNewTypeDeclaration(ClassFile, boolean, boolean) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- createNewTypeDeclaration(SourceCompletionProvider, String, String) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Creates a new JavaScriptType based on the String type
- createOffset(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Returns an offset into the source being parsed.
- createPackageMap() - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- createPackageMap() - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- createPackageMap() - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- createPackageMap() - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Creates and returns a map of maps representing the hierarchical package structure in this library.
- createParamTypes() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Creates and returns an array of types of all parameters of this method.
- createParamTypesFromDescriptor(boolean) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Creates an array of types of each parameter by looking at the method's descriptor field.
- createParamTypesFromTypeSignature() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Creates an array of types of each parameter by looking at the method's
Signatureattribute, and querying the parentClassFileinstance for any type argument values. - createPerlEnvironment() - Method in class org.fife.rsta.ac.perl.PerlParser
-
Creates the array of environment variables to use when running Perl to syntax check code, based on the user's requested
PERL5LIB. - createProvider() - Method in class org.fife.rsta.ac.css.CssLanguageSupport
-
Creates a completion provider for this language.
- createProvider() - Method in class org.fife.rsta.ac.less.LessLanguageSupport
-
Overridden to return a completion provider that understands Less.
- createRepresentedString(byte[]) - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantUtf8Info
- createSelectedRegionResult(RSyntaxTextArea, Token, JavaScriptDeclaration) - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- 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
- createStringCompletionProvider() - Method in class org.fife.rsta.ac.sh.ShellCompletionProvider
-
Returns the completion provider to use when the caret is in a string.
- createSupportMap() - Method in class org.fife.rsta.ac.LanguageSupportFactory
-
Creates the mapping of syntax styles to language supports.
- createTextField() - Method in class org.fife.rsta.ac.GoToMemberWindow
-
Creates the text field allowing the user to enter filter text.
- createToken(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- createToken(int, boolean) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- createTree() - Method in class org.fife.rsta.ac.GoToMemberAction
-
Creates the outline tree.
- createTreeNode(List<AstNode>) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
-
Creates and returns a node for the outline tree that corresponds to specific AST nodes.
- createTreeNode(AstNode) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
-
Creates and returns a node for the outline tree that corresponds to a specific AST node.
- createTypeDeclarationNode(TypeDeclaration) - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- createTypeParamMap(Type, ClassFile) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Creates and returns a mapping of type parameters to type arguments.
- CssCellRenderer - Class in org.fife.rsta.ac.css
-
The cell renderer used for CSS.
- CssCellRenderer() - Constructor for class org.fife.rsta.ac.css.CssCellRenderer
-
Constructor.
- CssCompletionProvider - Class in org.fife.rsta.ac.css
-
A completion provider for CSS files.
- CssCompletionProvider() - Constructor for class org.fife.rsta.ac.css.CssCompletionProvider
-
Constructor.
- CssLanguageSupport - Class in org.fife.rsta.ac.css
-
Language support for CSS files.
- CssLanguageSupport() - Constructor for class org.fife.rsta.ac.css.CssLanguageSupport
-
Constructor.
- cu - Variable in class org.fife.rsta.ac.java.JavaCompletionProvider
- cu - Variable in class org.fife.rsta.ac.java.JavaParser
- curElem - Variable in class org.fife.rsta.ac.xml.XmlParser
- currentProperty - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
-
If we're going to display value completions for a property, this is the property to do it for.
- currentResetStartOffset - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
- currentResetTokenStack - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
- curScopeTreeNode - Variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
D
- data - Variable in class org.fife.rsta.ac.java.FieldCompletion
- data - Variable in class org.fife.rsta.ac.java.MethodCompletion
-
The data source for our completion attributes.
- DATA_TYPE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
- DateClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- debug() - Method in class org.fife.rsta.ac.js.ast.CodeBlock
- DEBUG - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
- DEBUG - Static variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
- DEBUG - Static variable in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- DEBUG - Static variable in class org.fife.rsta.ac.js.Logger
- debugCodeBlock(CodeBlock, int) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- debugPrint(String) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
- debugPrintToken(Token) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
- dec - Variable in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser.ProcessFunctionType
- dec - Variable in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- decodeURI(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function decodeURI(uri) unescape characters in a URI.
- decodeURIComponent(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function decodeURIComponent(s) unescape characters in a URI component.
- DecoratableIcon - Class in org.fife.rsta.ac.java
-
An icon that can have an optional "decorations" icon beside of it.
- DecoratableIcon(int, Icon) - Constructor for class org.fife.rsta.ac.java.DecoratableIcon
-
Constructor.
- DecoratableIcon(Icon) - Constructor for class org.fife.rsta.ac.java.DecoratableIcon
-
Constructor.
- decorations - Variable in class org.fife.rsta.ac.java.DecoratableIcon
-
The "decoration" icons.
- decreaseTypeArgumentsLevel() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Decreases the depth in which we're in TypeArguments or TypeParameters.
- deepestScope - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.DeepestScopeVisitor
- DeepestScopeVisitor() - Constructor for class org.fife.rsta.ac.js.JavaScriptLanguageSupport.DeepestScopeVisitor
- DEFAULT - Static variable in class org.fife.rsta.ac.js.engine.JavaScriptEngineFactory
- DEFAULT_CLASS_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- DEFAULT_CLASS_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- DEFAULT_CLASS_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- DEFAULT_FUNCTION_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- DEFAULT_FUNCTION_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- DEFAULT_INTERFACE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- DEFAULT_PERL_INSTALL_LOC - Static variable in class org.fife.rsta.ac.perl.PerlLanguageSupport
-
The root directory of the default Perl install.
- DEFAULT_VARIABLE_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- DEFAULT_VARIABLE_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- DEFAULT_WIDTH - Static variable in class org.fife.rsta.ac.java.DecoratableIcon
-
The width of a decoratable icon (16 + 8 + 8, - 8 for overlap).
- defaultEnv - Static variable in class org.fife.rsta.ac.IOUtil
- defaultGetAlreadyEnteredText(JTextComponent) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
This nasty hack is just a hook for subclasses (e.g.
- DefaultJavaScriptTypeFactory(TypeDeclarationFactory) - Constructor for class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory.DefaultJavaScriptTypeFactory
- defaultJshintrc - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- defaults - Variable in class org.fife.rsta.ac.css.ColorCompletionGenerator
- defaultSettings() - Static method in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
function defaultSettings() The defaultSettings method is a convenience method for managing the collection of global XML settings stored as properties of the XML constructor.
- defaultStatus - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property defaultStatus
- defineProperties(JS5Object, JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function defineProperties(o, descriptors) create or configure multiple object properties.
- defineProperty(JS5Object, JS5String, JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function defineProperty(o, name, desc) create or configure an object property.
- delegateToSubstanceRenderer(CompletionCellRenderer) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
-
Attempts to delegate rendering to a Substance cell renderer.
- deprecated - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Whether this class is deprecated.
- deprecated - Variable in class org.fife.rsta.ac.java.classreader.MemberInfo
-
Whether this member is deprecated.
- deprecated - Variable in class org.fife.rsta.ac.java.DecoratableIcon
-
Whether this icon is for a "deprecated" item.
- deprecated - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- deprecated - Variable in class org.fife.rsta.ac.java.rjc.ast.Field
- deprecated - Variable in class org.fife.rsta.ac.java.rjc.ast.Method
- DEPRECATED - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
- 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
- descendants(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function descendants(name) returns all the XML valued descendants (children, grandchildren, great-grandchildren, etc.)
- descendants(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function descendants(name) calls the descendants method of each XML object in this XMLList object with the optional parameter name (or the string "*" if name is omitted) and returns an XMLList containing the results concatenated in order.
- descriptorIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodTypeInfo
- descriptorIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantNameAndTypeInfo
- descriptorIndex - Variable in class org.fife.rsta.ac.java.classreader.FieldInfo
-
Index into the constant pool of a
ConstantUtf8Infostructure representing a valid field descriptor. - descriptorIndex - Variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
An index into the constant pool of a
ConstantUtf8Infostructure representing a valid method descriptor. - DIGITS - Static variable in class org.fife.rsta.ac.css.ColorCompletionGenerator
- DIGITS - Static variable in class org.fife.rsta.ac.css.PercentageOrLengthCompletionGenerator
- DIGITS - Static variable in class org.fife.rsta.ac.css.TimeCompletionGenerator
- dir - Variable in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- dir - Variable in class org.fife.rsta.ac.java.buildpath.DirSourceLocation
- directories - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property directories
- DirLibraryInfo - Class in org.fife.rsta.ac.java.buildpath
-
Information about a folder containing a set of classes to add to the "build path." This type of library info could be used, for example, to add sibling projects in a workspace, not yet built into jars, to another project's build path.
- DirLibraryInfo(File) - Constructor for class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- DirLibraryInfo(File, SourceLocation) - Constructor for class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- DirLibraryInfo(String) - Constructor for class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- DirLibraryInfo(String, SourceLocation) - Constructor for class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- DirSourceLocation - Class in org.fife.rsta.ac.java.buildpath
-
Represents Java source in a directory, such as in a project's source folder.
- DirSourceLocation(File) - Constructor for class org.fife.rsta.ac.java.buildpath.DirSourceLocation
-
Constructor.
- DirSourceLocation(String) - Constructor for class org.fife.rsta.ac.java.buildpath.DirSourceLocation
-
Constructor.
- disableExternalCapture() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- discoverTagName(RSyntaxDocument, int) - Method in class org.fife.rsta.ac.AbstractMarkupLanguageSupport.InsertClosingTagAction
-
Discovers the name of the tag just opened, if any.
- dispose() - Method in class org.fife.rsta.ac.GoToMemberWindow
- doBackups(String, int) - Method in class org.fife.rsta.ac.java.JavadocUrlHandler
-
Returns the parent package
backupCountlevels up from the package specified. - doBackups(String, int) - Method in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
-
Returns the parent package
backupCountlevels up from the package specified. - doc - Variable in class org.fife.rsta.ac.common.TokenScanner
- doc - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
If we are parsing text in a Swing
JTextComponent, this should be the document of that component. - doc - Variable in class org.fife.rsta.ac.xml.XmlParser.Handler
- DOC_COMMENT - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
- DOC_COMMENT_LINE_HEADER - Static variable in class org.fife.rsta.ac.java.Util
-
Optional leading text for doc comment lines (except the first line) that should be removed if it exists.
- docComment - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- docComment - Variable in class org.fife.rsta.ac.java.rjc.ast.Field
- docComment - Variable in class org.fife.rsta.ac.java.rjc.ast.Method
- DocCommentCompletionProvider - Class in org.fife.rsta.ac.java
-
Completion provider for documentation comments.
- DocCommentCompletionProvider() - Constructor for class org.fife.rsta.ac.java.DocCommentCompletionProvider
- DocCommentCompletionProvider.JavadocCompletion - Class in org.fife.rsta.ac.java
-
A Javadoc completion.
- DocCommentCompletionProvider.JavadocTemplateCompletion - Class in org.fife.rsta.ac.java
- docCommentToHtml(String) - Static method in class org.fife.rsta.ac.java.Util
-
Converts a Java documentation comment to HTML.
- document - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property document
- DocumentOffset(Position) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.Scanner.DocumentOffset
- doError(SAXParseException, ParserNotice.Level) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- doesExtend - Variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
- DOMAdditions - Class in org.fife.rsta.ac.js.ast.type.ecma.client
- DOMAdditions() - Constructor for class org.fife.rsta.ac.js.ast.type.ecma.client.DOMAdditions
- dot - Variable in class org.fife.rsta.ac.js.ast.parser.JavaScriptParser
- dot - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- DoubleClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- DtdValidationConfig - Class in org.fife.rsta.ac.xml
-
Configuration information for validating XML against a DTD.
- DtdValidationConfig(EntityResolver) - Constructor for class org.fife.rsta.ac.xml.DtdValidationConfig
E
- E - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
property E the constant e, the base of the natural logarithm.
- E4XGlobal - Class in org.fife.rsta.ac.js.ecma.api.e4x
-
Object Global
- E4XGlobal() - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XGlobal
- E4XGlobalFunctions - Interface in org.fife.rsta.ac.js.ecma.api.e4x.functions
- E4XNamespace - Class in org.fife.rsta.ac.js.ecma.api.e4x
-
Object Namespace
- E4XNamespace() - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
-
Object Namespace()
- E4XNamespace(JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
-
Object Namespace(uriValue)
- E4XNamespace(JSString, JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
-
Object Namespace(prefixValue, uriValue)
- E4XQName - Class in org.fife.rsta.ac.js.ecma.api.e4x
-
Object QName
- E4XQName() - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
Object QName()
- E4XQName(E4XNamespace, JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
Object QName(namespace, name)
- E4XQName(JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
Object QName(name)
- E4XXML - Class in org.fife.rsta.ac.js.ecma.api.e4x
-
Object XML
- E4XXML(JSObject) - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
Object XML(xml)
- E4XXMLFunctions - Interface in org.fife.rsta.ac.js.ecma.api.e4x.functions
- E4XXMLList - Class in org.fife.rsta.ac.js.ecma.api.e4x
-
Object XMLList
- E4XXMLList(JSObject) - Constructor for class org.fife.rsta.ac.js.ecma.api.e4x.E4XXMLList
-
Object E4XXMLList(xml)
- E4XXMLListFunctions - Interface in org.fife.rsta.ac.js.ecma.api.e4x.functions
- 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.
- eatThroughNextSkippingBlocks(int, int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Eats all tokens up to (and including) the next token of one of the specified types.
- eatThroughNextSkippingBlocksAndStuffInParens(int, int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Eats all tokens up to (and including) the next token of one of the specified types.
- eatUntilNext(int, int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Eats tokens from the stream until one of the given types is found.
- eatUntilNext(int, int, int) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Eats tokens from the stream until one of the given types is found.
- ecma - Variable in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- ECMA_ARRAY - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_BOOLEAN - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_DATE - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_DEFAULT_PACKAGE - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_ENGINE - Static variable in class org.fife.rsta.ac.js.engine.ECMAJavaScriptEngine
- ECMA_ERROR - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_FUNCTION - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_GLOBAL - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_JSON - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_MATH - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_NAMESPACE - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_NUMBER - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_OBJECT - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_QNAME - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_REGEXP - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_STRING - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_XML - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMA_XMLLIST - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMAAdditions - Interface in org.fife.rsta.ac.js.ast.type
- ECMAJavaScriptEngine - Class in org.fife.rsta.ac.js.engine
- ECMAJavaScriptEngine() - Constructor for class org.fife.rsta.ac.js.engine.ECMAJavaScriptEngine
- ecmaObjects - Variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- ECMAvE4xAdditions - Class in org.fife.rsta.ac.js.ast.type.ecma.e4x
- ECMAvE4xAdditions() - Constructor for class org.fife.rsta.ac.js.ast.type.ecma.e4x.ECMAvE4xAdditions
- elem - Variable in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- elemCount - Variable in class org.fife.rsta.ac.xml.XmlParser
- elements(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function elements(name) returns the child elements.
- elements(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function elements(name) calls the elements method of each XML object in this XMLList object passing the optional parameter name (or "*" if it is omitted) and returns an XMList containing the results in order.
- elemIcon - Variable in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- ELIPSIS - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
- EMPTY_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- enableExternalCapture() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- ENCLOSING_METHOD - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
- encodeURI(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function encodeURI(uri) escape characters in a URI.
- encodeURIComponent(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function encodeURIComponent(s) escape characters in a URI Component.
- end - Variable in class org.fife.rsta.ac.common.CodeBlock
- end - Variable in class org.fife.rsta.ac.js.ast.CodeBlock
- end - Variable in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- endElement(String, String, String) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- endOffs - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
- endOffset - Variable in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- endPC - Variable in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
-
End of the range in the code array at which the exception handler is active.
- engine - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- entityResolver - Variable in class org.fife.rsta.ac.xml.DtdValidationConfig
- entityResolver - Variable in class org.fife.rsta.ac.xml.XmlParser.Handler
- ENUM_DEFAULT_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- ENUM_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- ENUM_PRIVATE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- ENUM_PROTECTED_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- 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
-
Represents an enum declaration.
- 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.buildpath.LibraryInfo
-
Two
LibraryInfos are considered equal if they represent the same class file location. - equals(Object) - Method in class org.fife.rsta.ac.java.ClassCompletion
- equals(Object) - Method in class org.fife.rsta.ac.java.FieldCompletion
- equals(Object) - Method in interface org.fife.rsta.ac.java.JavaSourceCompletion
-
Force subclasses to override equals().
- equals(Object) - Method in class org.fife.rsta.ac.java.LocalVariableCompletion
- equals(Object) - Method in class org.fife.rsta.ac.java.MethodCompletion
- equals(Object) - Method in class org.fife.rsta.ac.java.PackageNameCompletion
- equals(Object) - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- equals(Object) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- equals(Object) - Method in class org.fife.rsta.ac.js.ast.type.ArrayTypeDeclaration
- equals(Object) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations.JavaScriptObject
- equals(Object) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- equals(Object) - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- equals(Object) - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- equals(Object) - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- equals(Object) - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- equals(Object) - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- equals(Object) - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- equals(Object) - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- error(String, String, int, String, int) - Method in class org.fife.rsta.ac.js.JavaScriptParser.JSErrorReporter
- error(SAXParseException) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- ERROR_PATTERN - Static variable in class org.fife.rsta.ac.perl.PerlOutputCollector
- errorParser - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- escape(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function escape(s) encode a string.
- eval(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function eval(code) execute JavaScript from a string.
- evenRow - Variable in class org.fife.rsta.ac.java.JavaCellRenderer
- every(JS5Function, JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function every(predicate, o) test whether predicate is true for every element.
- EVERYTHING_HERE_AND_BELOW_IS_PHP - Static variable in class org.fife.rsta.ac.php.PhpCompletionProvider
- exceptionIndexTable - Variable in class org.fife.rsta.ac.java.classreader.attributes.Exceptions
-
Indices into the constant pool of
ConstantClassInfos, each representing a class type that this method is declared to throw. - Exceptions - Class in org.fife.rsta.ac.java.classreader.attributes
-
Implementation of the "
Exceptions" attribute found inMethodInfos. - 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
- exceptionTable - Variable in class org.fife.rsta.ac.java.classreader.attributes.Code
-
The exception handlers in the
codearray. - ExceptionTableEntry - Class in org.fife.rsta.ac.java.classreader
-
An entry in the exception table of a
Codeattribute. - ExceptionTableEntry(ClassFile) - Constructor for class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
-
Constructor.
- exec(String) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSRegExpFunctions
-
function exec(string) general purpose pattern matching.
- exp(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function exp(x) compute Ex.
- expandInitialNodes() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Expands all nodes in the specified tree.
- expandInitialNodes() - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
-
Expands all nodes in the specified tree.
- expandInitialNodes() - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Expands all nodes in the specified tree.
- expandInitialNodes() - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- extended - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- extendedList - Variable in class org.fife.rsta.ac.java.rjc.ast.NormalInterfaceDeclaration
- extendedType - Variable in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
- EXTENDS - Static variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
- extractNameFromSrc(String) - Method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
- extractVariableForForEach(VariableInitializer, CodeBlock, int, AstNode) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract variable for each in loop.
- extractVariableForForIn(VariableInitializer, CodeBlock, int, AstNode) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract variable for in loop.
- extractVariableFromNode(AstNode, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract the variable from the Rhino node and add to the CodeBlock
- extractVariableFromNode(AstNode, CodeBlock, int, AstNode) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract the variable from the Rhino node and add to the CodeBlock
- extractVariableFromNode(VariableInitializer, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract the variable from the Variable initializer and set the Type
F
- fastExpandAll(TreePath, boolean) - Method in class org.fife.rsta.ac.AbstractSourceTree
-
An attempt to quickly expand all tree nodes.
- fastExpandAllImpl(TreePath, boolean) - Method in class org.fife.rsta.ac.AbstractSourceTree
- fatalError(SAXParseException) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- fc - Variable in class org.fife.rsta.ac.js.ast.FunctionDeclaration
- field - Variable in class org.fife.rsta.ac.GoToMemberWindow
- field - Variable in class org.fife.rsta.ac.java.FieldData
- field - Variable in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- Field - Class in org.fife.rsta.ac.java.rjc.ast
-
Represents a field in a class file.
- 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
- FieldCompletion - Class in org.fife.rsta.ac.java
-
A completion for a Java field.
- FieldCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.java.FieldCompletion
- FieldCompletion(CompletionProvider, FieldInfo) - Constructor for class org.fife.rsta.ac.java.FieldCompletion
- FieldCompletion(CompletionProvider, Field) - Constructor for class org.fife.rsta.ac.java.FieldCompletion
- fieldData - Variable in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- FieldData - Class in org.fife.rsta.ac.java
-
Metadata about a field as read from a Java source file.
- FieldData(Field) - Constructor for class org.fife.rsta.ac.java.FieldData
- 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.
- FieldInfoData - Class in org.fife.rsta.ac.java
-
Metadata about a field as read from a class file.
- FieldInfoData(FieldInfo, SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.java.FieldInfoData
- fields - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Structures giving complete descriptions of the fields in this class or interface.
- filter(String) - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Filters visible tree nodes based on the specified prefix.
- filter(Pattern) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Filters the children of this tree node based on the specified prefix.
- filter(JS5Function, JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function filter(predicate, o) return array elements that pass a predicate.
- 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
- find() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- findArrayType(ArrayLiteral, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Find the array type from ArrayLiteral.
- findDeclaration(String) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Convenience method to call variable resolver
- findDeclaration(String, int) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Find JSVariableDeclaration for name against all variable types and check is in scope of caret position
- findDeclaration(String, int, boolean, boolean, boolean) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
- findDeclaration(HashMap<String, JavaScriptVariableDeclaration>, String, int) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Find JSVariableDeclaration and check the scope of the caret position
- findFirstFunction(String, HashMap<String, JavaScriptFunctionDeclaration>) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
- findFromClasses(JarManager, String) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
-
Look for class file using imported classes
- findFromImport(JarManager, String) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
-
Look for class file using imported packages
- findFunctionCallFromNode(AstNode) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Iterate back up through parent nodes and check whether inside a function.
- findFunctionDeclaration(String) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
- findFunctionDeclaration(String, boolean, boolean) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
- findFunctionDeclarationByFunctionName(String, boolean, boolean) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
- findGetElementType(AstNode, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Check the Get Element and extract the Array type from the variable e.g var a = [1, 2, 3]; var b = a[1]; //b resolves to Number
- findIndexOfFirstOpeningBracket(String) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Returns the index of the first ( working backwards if there is no matching closing bracket
- findIndexOfFirstOpeningSquareBracket(String) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- findJavaStaticType(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Try to resolve the Token.NAME AstNode and return a TypeDeclaration
- findJavaStaticType(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JSR223JavaScriptCompletionResolver
-
Try to resolve the Token.NAME AstNode and return a TypeDeclaration
- findLastIndexOfJavaScriptIdentifier(String) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- findLastTagNameBefore(RSyntaxDocument, Token, int) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Locates the name of the tag a given offset is in.
- findLocal - Variable in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- findNewExpressionString(AstNode) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Returns the node name from 'Token.NEW' AstNode e.g.
- findNonLocalDeclaration(String) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Convenience method to call variable resolver for non-local variables i.e.
- findNonLocalDeclaration(String, int) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Find JSVariableDeclaration within pre-processed and system variable only.
- findOrMakeTypeDeclaration(String, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- findPreprocessed - Variable in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- findSystem - Variable in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- fixDocComment(StringBuilder) - Static method in class org.fife.rsta.ac.java.Util
- fixLinkText(String) - Static method in class org.fife.rsta.ac.java.Util
-
Tidies up a link's display text for use in a <a> tag.
- FloatClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- floor(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function floor(x) round a number down.
- focus() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function focus() Sets focus to the current window
- FontFamilyCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.css.CommonFontCompletionGenerator.FontFamilyCompletion
- forEach(JS5Function, JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function forEach(f, o) invoke a function for each array element.
- FormalParameter - Class in org.fife.rsta.ac.java.rjc.ast
-
A parameter to a method.
- FormalParameter(Scanner, boolean, Type, int, String, List<Annotation>) - Constructor for class org.fife.rsta.ac.java.rjc.ast.FormalParameter
- formatMethodAtString(String, JSMethodData) - Static method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- forward() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.HistoryFunctions
-
function forward - Loads the next URL in the history list.
- forward() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- forXML(String) - Static method in class org.fife.rsta.ac.java.Util
- Frame - Class in org.fife.rsta.ac.java.classreader
-
A
Framecontains 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
-
Information about a local variable.
- frameElement - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property frameElement
- frames - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property frames
- freeze(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function freeze(o) make an object immutable.
- fromCharCode(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSString
-
function fromCharCode(charCode1, ...) create a string from character encodings.
- fullScreen - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property fullScreen
- FUNC_ICON_KEY - Static variable in class org.fife.rsta.ac.css.ColorCompletionGenerator
- function - Variable in class org.fife.rsta.ac.js.JavaScriptLinkGenerator.IsLinkableCheckResult
-
Whether the token is a function invocation (as opposed to a local variable or object).
- FUNCTION_CALL - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- FUNCTION_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- functionCompletions - Variable in class org.fife.rsta.ac.less.LessCodeCompletionProvider
- FunctionDeclaration - Class in org.fife.rsta.ac.js.ast
- FunctionDeclaration(FunctionCompletion, int) - Constructor for class org.fife.rsta.ac.js.ast.FunctionDeclaration
- functionIcon - Variable in class org.fife.rsta.ac.c.CCellRenderer
- functionName - Variable in class org.fife.rsta.ac.js.ast.JavaScriptFunctionDeclaration
- FunctionReturnVisitor() - Constructor for class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser.FunctionReturnVisitor
- functions - Variable in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
G
- gatherParserErrorsJsHint(RSyntaxDocument) - Method in class org.fife.rsta.ac.js.JavaScriptParser
-
Launches jshint as an external process, and gathers syntax errors from it.
- gatherParserErrorsRhino(ErrorCollector, Element) - Method in class org.fife.rsta.ac.js.JavaScriptParser
-
Gathers the syntax errors found by Rhino in-process when parsing the document.
- generate(CompletionProvider, String) - Method in class org.fife.rsta.ac.css.BorderStyleCompletionGenerator
-
Generates a list of completions based on the current user input.
- generate(CompletionProvider, String) - Method in class org.fife.rsta.ac.css.ColorCompletionGenerator
- generate(CompletionProvider, String) - Method in class org.fife.rsta.ac.css.CommonFontCompletionGenerator
-
Generates a list of completions based on the current user input.
- generate(CompletionProvider, String) - Method in interface org.fife.rsta.ac.css.CompletionGenerator
-
Generates a list of completions based on the current user input.
- generate(CompletionProvider, String) - Method in class org.fife.rsta.ac.css.PercentageOrLengthCompletionGenerator
- generate(CompletionProvider, String) - Method in class org.fife.rsta.ac.css.TimeCompletionGenerator
- get() - Static method in class org.fife.rsta.ac.css.IconFactory
-
Returns the singleton instance of this class.
- get() - Static method in class org.fife.rsta.ac.java.IconFactory
-
Returns the singleton instance of this class.
- 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.
- getAllClasses() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- getAllJavaScriptTypeDeclarations() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- getAllJavaScriptTypes() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- getAllNodes() - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.VisitorAll
- getAlreadyEntered(JTextComponent) - Method in class org.fife.rsta.ac.java.AbstractJavaSourceCompletion
- getAlreadyEntered(JTextComponent) - Method in class org.fife.rsta.ac.java.MethodCompletion
- getAlreadyEntered(JTextComponent) - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getAlreadyEntered(JTextComponent) - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- getAlreadyEntered(JTextComponent) - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- getAlreadyEntered(JTextComponent) - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getAlreadyEntered(JTextComponent) - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- getAlreadyEnteredText(JTextComponent) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- 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.js.SourceCompletionProvider
- 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.
- getAnchor(String) - Static method in class org.fife.rsta.ac.java.JavadocUrlHandler
-
Returns the anchor portion of a (relative) URL.
- getAnchor(String) - Static method in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
-
Returns the anchor portion of a (relative) URL.
- getAnnotation(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
-
Assumes t is the actual '@foobar' annotation token.
- 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
- getAPITypeName() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- getArgs(String) - Static method in class org.fife.rsta.ac.java.JavadocUrlHandler
-
Gets the arguments from a method signature.
- getArgs(String) - Static method in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
-
Gets the arguments from a method signature.
- getArgument(int) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- getArgumentCount() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- getArguments() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- getArrayType() - Method in class org.fife.rsta.ac.js.ast.type.ArrayTypeDeclaration
- getAst() - Method in class org.fife.rsta.ac.xml.XmlParser
-
Returns the XML model from the last time it was parsed.
- getAstNode() - Method in interface org.fife.rsta.ac.js.ast.parser.JavaScriptTypeNode
- getASTNode() - Method in class org.fife.rsta.ac.java.tree.JavaTreeNode
- getAstRoot() - Method in class org.fife.rsta.ac.js.JavaScriptParser
-
Returns the AST, or
nullif the editor's content has not yet been parsed. - getASTRoot() - Method in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
-
Returns the AST for the JavaScript in the editor.
- 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.
- getAttributeCompletionsForTag(String) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Returns the attributes that can be code-completed for the specified tag.
- getAttributeCompletionsForTag(String) - Method in class org.fife.rsta.ac.jsp.JspCompletionProvider
-
Overridden to handle JSP tags on top of standard HTML tags.
- 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.
- getAttributesForTag(String) - Method in class org.fife.rsta.ac.jsp.TldFile
-
Returns the attributes for a tag.
- getAutoActivationDelay() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
- 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).
- getAutoAddClosingTags() - Method in class org.fife.rsta.ac.AbstractMarkupLanguageSupport
-
Returns whether closing tags should be automatically added when the user types a (non-self-closing) start tag.
- getAutoCompletionFor(RSyntaxTextArea) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
-
Returns the auto-completion instance used by a text area.
- getBlock(CompilationUnit, CodeBlock, Method, Scanner, boolean) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getBlock(CompilationUnit, CodeBlock, Method, Scanner, boolean, int) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
-
Parses a block of code.
- 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
-
Returns whether this method's body contains the specified offset.
- getBodyContainsOffset(int) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Returns whether this type declaration contains the specified offset.
- 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
-
Returns the end-offset of the type declaration's body.
- 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
-
Returns the start-offset of the type declaration's body.
- getBootstrapMethodAttrIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInvokeDynamicInfo
- getBorderInsets(Component) - Method in class org.fife.rsta.ac.GoToMemberWindow.TextFieldBorder
- getBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFloatInfo
- getBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantIntegerInfo
- getCachedType(TypeDeclaration, JarManager, DefaultCompletionProvider, String) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
-
Find CachedType for TypeDeclaration.
- 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.
- getChainedPropertyGetNodes(PropertyGet) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- getChainedPropertyGetNodesImpl(PropertyGet, List<AstNode>) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- 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.
- getChildAfter(TreeNode) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Overridden to operate over visible children only.
- getChildAt(int) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Overridden to operate over visible children only.
- getChildBefore(TreeNode) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Overridden to operate over visible children only.
- getChildBlock(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
-
Returns the specified child block.
- 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.
- getChildCodeBlock(int) - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Returns a child code block.
- getChildCodeBlockCount() - Method in class org.fife.rsta.ac.common.CodeBlock
-
Returns the number of child code blocks.
- getChildCodeBlockCount() - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Returns the number of child code blocks.
- getChildCount() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Overridden to operate over visible children only.
- getChildText(Node) - Method in class org.fife.rsta.ac.jsp.TldFile
- 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
-
Returns a child type by index.
- getChildTypeAtOffset(int) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- 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
-
Returns the number of child types.
- getClass(Completion, String) - Method in class org.fife.rsta.ac.java.JavadocUrlHandler
-
Returns the class for a completion (class completions return the class itself, member completions return the enclosing class).
- getClass(Completion, String) - Method in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
-
Returns the class for a completion (class completions return the class itself, member completions return the enclosing class).
- getClassBody(CompilationUnit, Scanner, NormalClassDeclaration) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getClassEntry(String) - Method in class org.fife.rsta.ac.java.JarManager
-
Returns a class file's entry.
- getClassEntry(String[]) - Method in class org.fife.rsta.ac.java.JarReader
- getClassEntry(LibraryInfo, String[]) - Method in class org.fife.rsta.ac.java.PackageMapNode
-
Returns a class entry.
- getClassesInPackage(String, boolean) - Method in class org.fife.rsta.ac.java.JarManager
-
Returns all classes in a package.
- getClassesInPackage(List<ClassFile>, String[], boolean) - Method in class org.fife.rsta.ac.java.JarReader
- getClassesInPackage(LibraryInfo, List<ClassFile>, String[], boolean) - Method in class org.fife.rsta.ac.java.PackageMapNode
-
Returns the classes in a package.
- getClassesWithNamesStartingWith(String) - Method in class org.fife.rsta.ac.java.JarReader
-
Looks through all classes in this jar or directory, trying to find any whose unqualified names start with a given prefix.
- getClassesWithNamesStartingWith(LibraryInfo, String, String, List<ClassFile>) - Method in class org.fife.rsta.ac.java.PackageMapNode
-
Method used to recursively scan our package map for classes whose names start with a given prefix, ignoring case.
- getClassesWithUnqualifiedName(String, List<ImportDeclaration>) - 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.
- getClassFile(JarManager, TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- getClassFile(JarManager, TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
-
Override getClassFile that checks the imported packages and classnames based on the TypeDeclaration.getAPITypeName()
- getClassFileFor(ClassFile, String, JarManager) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- getClassFileFor(CompilationUnit, String) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Gets the
ClassFilefor a class. - getClassFileSources() - Method in class org.fife.rsta.ac.java.JarManager
-
Returns the jars on the "build path".
- getClassIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFieldrefInfo
- getClassIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInterfaceMethodrefInfo
- getClassIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
- getClassName(boolean) - Method in class org.fife.rsta.ac.java.ClassCompletion
-
Returns the name of the class represented by this completion.
- getClassName(boolean) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns the name of this class or interface.
- getClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
-
Returns the name of the class represented by this completion.
- getClassName(String) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- getClassName(String) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- 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. - getClassNames(InputStream) - Static method in class org.fife.rsta.ac.java.buildpath.ClassEnumerationReader
-
Returns the list of classes specified in the given stream.
- getClassOrInterfaceDeclaration(CompilationUnit, Scanner, TypeDeclarationContainer, Modifiers) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getClassParamTypes() - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
-
Returns the class-param types of this method.
- getClassTypeCompletion() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- getCodeBlock() - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- 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 class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns the current column into the current line.
- getColumn() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns the column (offset into the line) of this token.
- getColumn() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- 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.
- getCommentCompletions() - Method in class org.fife.rsta.ac.ShorthandCompletionCache
- getCommentProvider() - Method in class org.fife.rsta.ac.ShorthandCompletionCache
- getCommonReturnType() - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser.FunctionReturnVisitor
-
Iterate through all the return types and check they are all the same, otherwise return no type
- getCompareString() - Method in class org.fife.rsta.ac.java.MethodCompletion
-
Returns a string used to compare this method completion to another.
- getCompareString() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getCompareString() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- 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.
- getCompilationUnit(ClassFile) - Method in class org.fife.rsta.ac.java.buildpath.ClasspathSourceLocation
-
Returns an AST for the specified class file.
- getCompilationUnit(ClassFile) - Method in class org.fife.rsta.ac.java.buildpath.DirSourceLocation
-
Returns an AST for the specified class file.
- getCompilationUnit(ClassFile) - Method in interface org.fife.rsta.ac.java.buildpath.SourceLocation
-
Returns an AST for the specified class file.
- getCompilationUnit(ClassFile) - Method in class org.fife.rsta.ac.java.buildpath.ZipSourceLocation
-
Returns an AST for the specified class file.
- getCompilationUnitFromDisk(SourceLocation, ClassFile) - Static method in class org.fife.rsta.ac.java.Util
-
Used by
MemberCompletion.Dataimplementations to get an AST from a source file in aSourceLocation. - getCompletion(String, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- getCompletion(JavaScriptType, String, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- 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.
- getCompletions() - Method in class org.fife.rsta.ac.js.PreProcessingScripts
- getCompletionsAt(JTextComponent, Point) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- getCompletionsAt(JTextComponent, Point) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
- getCompletionsAt(JTextComponent, Point) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
- getCompletionsAt(JTextComponent, Point) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- 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.java.SourceCompletionProvider
- getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
- getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.php.PhpCompletionProvider
- getCompletionsImpl(JTextComponent) - Method in class org.fife.rsta.ac.xml.XmlCompletionProvider
- getComputedStyle(Element, JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function getComputedStyle(arg1, arg2)
- 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
-
Returns this constant value as a string.
- getConstantValueAttributeInfo() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
-
Returns the
ConstantValueattribute info for this field, if any. - 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.
- getConstructorCompletions() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- getCurrentLineText() - Method in class org.fife.rsta.ac.java.JavaLanguageSupport.JavaAutoCompletion
- getDate() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getDate() return the day-of-month field of a Date.
- getDay() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getDay() return the day-of-week field of a Date.
- getDeepestCodeBlockContaining(int) - Method in class org.fife.rsta.ac.common.CodeBlock
-
Returns the deepest code block nested under this one (or this one itself) containing a given offset.
- 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.
- getDeepestScope() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.DeepestScopeVisitor
- 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
- 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.
- getDefaultECMAVersion() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- getDefaultEnvMap() - Static method in class org.fife.rsta.ac.IOUtil
-
Gets the environment of the current process.
- getDefaultJavaScriptTypesFactory(TypeDeclarationFactory) - Static method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- getDefaultJsHintRCFile() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Returns the location of the
.jshintrcfile to use if using JsHint as your error parser, and no .jshintrc file is found in the current file's folder hierarchy. - 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.
- getDefaultTypeDeclaration() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- getDefinitionString() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getDefinitionString() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- 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
- getDescriptorIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodTypeInfo
- getDescriptorIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantNameAndTypeInfo
- getDesiredTokenType(Token, int) - Static method in class org.fife.rsta.ac.xml.XmlCompletionProvider
-
Returns the type of token to return as completion choices, based on the current caret position.
- 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
-
Returns the doc comment for this 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
-
Returns the doc comment for this type declaration.
- getDocument() - Method in class org.fife.rsta.ac.common.TokenScanner
-
Returns the document being parsed.
- getDot() - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- getDoubleValue() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
-
Returns the
doublevalue represented by this constant. - getECMAObjectTypes(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
-
Return all the JavaScript types that are part of the ECMA API
- getECMAScriptObjects() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- getElement() - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- getElement(int) - Method in class org.fife.rsta.ac.jsp.TldFile
-
Returns an element.
- getElementCount() - Method in class org.fife.rsta.ac.jsp.TldFile
-
Returns the number of elements.
- getEmptyIcon() - Static method in class org.fife.rsta.ac.js.IconFactory
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.java.FieldCompletion
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.java.FieldData
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.java.FieldInfoData
- getEnclosingClassName(boolean) - Method in interface org.fife.rsta.ac.java.MemberCompletion.Data
-
Returns the name of the enclosing class.
- getEnclosingClassName(boolean) - Method in interface org.fife.rsta.ac.java.MemberCompletion
-
Returns the name of the enclosing class.
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.java.MethodCompletion
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.java.MethodData
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.java.MethodInfoData
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- getEnclosingClassName(boolean) - Method in interface org.fife.rsta.ac.js.completion.JSCompletion
-
Returns the name of the enclosing class.
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JSFieldData
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getEnclosingClassName(boolean) - Method in class org.fife.rsta.ac.js.completion.JSMethodData
- 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.
- getEndOffset() - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Returns the end offset of this code block.
- getEndOffset() - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
-
Gets the end offset of this declaration.
- getEndOffset() - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- getEndPC() - Method in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
- getEngineFromCache(String) - Method in class org.fife.rsta.ac.js.engine.JavaScriptEngineFactory
- getEnumBody(CompilationUnit, Scanner, EnumDeclaration) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getEnumDeclaration(CompilationUnit, Scanner, TypeDeclarationContainer) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- 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.
- getErrorParser() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Returns the engine to use for checking for syntax errors in JavaScript files.
- 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.
- getExtendedClasses() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- 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
- getField() - Method in class org.fife.rsta.ac.js.completion.JSFieldData
- getFieldCount() - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns the number of fields declared in this class file.
- getFieldFromSourceLoc(SourceLocation, ClassFile) - Method in class org.fife.rsta.ac.js.completion.JSFieldData
-
Scours the source in a location (zip file, directory), looking for a particular class's source.
- getFieldInfo(int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns the specified field's information.
- getFieldInfoByName(String) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns a field's information by name.
- getFieldIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- 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.
- getFormalParameters(CompilationUnit, List<Token>) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getFullYear() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getFullYear() return the year field of a Date.
- getFunction() - Method in class org.fife.rsta.ac.js.ast.FunctionDeclaration
- getFunctionArgsString(FunctionNode) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
-
Iterates through a function's parameters and returns a string representation of them, suitable for presentation as part of the method's signature.
- getFunctionName() - Method in class org.fife.rsta.ac.js.ast.JavaScriptFunctionDeclaration
- getFunctionNameLookup(AstNode, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- getFunctionNameLookup(FunctionCall, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
- getFunctionNameLookup(FunctionCall, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptResolver
-
Returns same string format as
JavaScriptResolver.getLookupText(JSMethodData, String)but from AstNode Function - getFunctionNameLookup(FunctionCall, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.resolver.JSR223JavaScriptCompletionResolver
- getFunctionType(FunctionNode) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- getGotoSelectedElementOnClick() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Returns whether, when a source element is selected in this tree, the same source element should be selected in the editor.
- getHandlerPC() - Method in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
- getHighBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
- getHighBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
- getHours() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getHours() return the hour field of a Date.
- getIcon() - Method in class org.fife.rsta.ac.css.BasicCssCompletion
- getIcon() - Method in class org.fife.rsta.ac.css.PropertyCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.ClassCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.DocCommentCompletionProvider.JavadocCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.FieldCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.FieldData
- getIcon() - Method in class org.fife.rsta.ac.java.FieldInfoData
- getIcon() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
-
Returns the main icon to use when rendering this member's completion.
- getIcon() - Method in class org.fife.rsta.ac.java.JavaShorthandCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.JavaTemplateCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.LocalVariableCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.MethodCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.MethodData
- getIcon() - Method in class org.fife.rsta.ac.java.MethodInfoData
- getIcon() - Method in class org.fife.rsta.ac.java.PackageNameCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.SourceParamChoicesProvider.SimpleCompletion
- getIcon() - Method in class org.fife.rsta.ac.java.tree.JavaTreeNode
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JavascriptBasicCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JavaScriptShorthandCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JSConstructorCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocParameterizedCompletion
- getIcon() - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
- getIcon(String) - Method in class org.fife.rsta.ac.css.IconFactory
-
Returns the icon requested.
- getIcon(String) - Method in class org.fife.rsta.ac.java.IconFactory
-
Returns a known icon.
- getIcon(String) - Static method in class org.fife.rsta.ac.js.IconFactory
- getIcon(String, boolean) - Method in class org.fife.rsta.ac.java.IconFactory
-
Returns a known icon, possibly marked as deprecated.
- getIcon(IconFactory.IconData) - Method in class org.fife.rsta.ac.java.IconFactory
-
Creates and returns an icon based on the properties provided.
- getIconHeight() - Method in class org.fife.rsta.ac.java.DecoratableIcon
- getIconImage(String) - Method in class org.fife.rsta.ac.js.IconFactory
- 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.
- getIndex(TreeNode) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Overridden to operate over visible children only.
- getInputText() - Method in class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocCompletion
- getInterfaceBody(CompilationUnit, Scanner, NormalInterfaceDeclaration) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getInterfaceMemberDecl(CompilationUnit, Scanner, NormalInterfaceDeclaration, Modifiers) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- 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.buildpath.JarLibraryInfo
-
Returns the jar file this instance is wrapping.
- getJarManager() - Method in class org.fife.rsta.ac.java.JavaLanguageSupport
-
Returns the shared jar manager instance.
- getJarManager() - Method in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
- getJarManager() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- getJarManager() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getJars() - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
-
Returns the jars on the "build path".
- getJars() - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Returns the jars on the "build path".
- getJavaLanguageSupport() - Method in class org.fife.rsta.ac.java.JavadocUrlHandler
-
Returns the Java language support.
- getJavaScriptEngine() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getJavaScriptLanguageSupport() - Method in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
-
Returns the Java language support.
- getJavaScriptObjects() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- getJavaScriptParser() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- getJavaScriptResolver(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.engine.ECMAJavaScriptEngine
- getJavaScriptResolver(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.engine.JavaScriptEngine
- getJavaScriptResolver(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.engine.JSR223JavaScriptEngine
- getJavaScriptResolver(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.engine.RhinoJavaScriptEngine
- getJavaScriptTypeName() - Method in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
- getJavaScriptTypesFactory() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getJavaScriptTypesFactory(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.engine.ECMAJavaScriptEngine
- getJavaScriptTypesFactory(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.engine.JavaScriptEngine
- getJavaScriptTypesFactory(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.engine.JSR223JavaScriptEngine
- getJavaScriptTypesFactory(SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.engine.RhinoJavaScriptEngine
- getJreJarInfo(File) - Static method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Returns information on the "main" jar for a JRE.
- getJsHintIndent() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- getJsHintIndent() - Method in class org.fife.rsta.ac.js.JavaScriptParser
- getJsHintRCFile(RSyntaxTextArea) - Method in class org.fife.rsta.ac.js.JavaScriptParser
-
Returns the location of the
.jshintrcfile to use if using JsHint as your error parser. - getJSName() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- getJSType(String) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
-
Lookup the JavaScript name for a given name
- getJSTypeCode(String, TypeDeclarationFactory) - Static method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
-
Converts JavaScript class name to integer code
- getJSTypeDeclarationAsString(String) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- getLanguage() - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- getLanguageSupport() - Method in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
- getLanguageSupport() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getLanguageSupport() - Method in class org.fife.rsta.ac.ts.TypeScriptCompletionProvider
- getLanguageVersion() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Sets the JS version to use when parsing the code.
- getLastDocComment() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Returns the last documentation comment parsed.
- getLastDocComment() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns the last documentation comment parsed, if this feature is enabled.
- getLastModified() - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
-
Since stuff on the current classpath never changes (we don't support hotswapping), this method always returns
0. - getLastModified() - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- getLastModified() - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- getLastModified() - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Returns the time this library was last modified.
- getLastNodeSource() - Method in class org.fife.rsta.ac.js.JavaScriptHelper.ParseTextVisitor
- getLength() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns the length of this token.
- getLength() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- getLength() - Method in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
-
Returns the length of the code the message is concerned with.
- getLength() - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
-
Returns the length in the document of this source element.
- getLexeme() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns the text of this token.
- getLexeme() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- getLexerState(RSyntaxTextArea, int) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- getLibraryInfo() - Method in class org.fife.rsta.ac.java.JarReader
-
Returns the physical file on disk.
- getLine() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Returns the current line into the document.
- getLine() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns the current line into the document.
- getLine() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns the line this token is on.
- getLine() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- 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.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.fife.rsta.ac.java.JavaParamListCellRenderer
-
Returns the renderer.
- getLocalVar(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
-
Returns the specified local variable.
- getLocalVar(int, String) - Method in class org.fife.rsta.ac.java.classreader.Frame
-
Returns the specified local variable.
- 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.
- getLocalVarsFieldsAndGetters(NormalClassDeclaration, String, int) - Method in class org.fife.rsta.ac.java.SourceParamChoicesProvider
-
Gets all local variables, fields, and simple getters defined in a class, that are of a specific type, and are accessible from a given offset.
- getLocationAsString() - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- getLocationAsString() - Method in class org.fife.rsta.ac.java.buildpath.ClasspathSourceLocation
-
Returns a string representation of this source location.
- getLocationAsString() - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- getLocationAsString() - Method in class org.fife.rsta.ac.java.buildpath.DirSourceLocation
-
Returns a string representation of this source location.
- getLocationAsString() - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- getLocationAsString() - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Returns the location of this library, as a string.
- getLocationAsString() - Method in interface org.fife.rsta.ac.java.buildpath.SourceLocation
-
Returns a string representation of this source location.
- getLocationAsString() - Method in class org.fife.rsta.ac.java.buildpath.ZipSourceLocation
-
Returns a string representation of this source location.
- getLongValue() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
- getLookupName() - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- getLookupName() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getLookupName() - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getLookupName() - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- getLookupName() - Method in interface org.fife.rsta.ac.js.completion.JSCompletion
- getLookupName() - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- getLookupName() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getLookupNameForFunction(RSyntaxTextArea, int, String) - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
-
Convert the function Token to JavaScript variable resolver lookup name by replacing any parameters with 'p' and stripping any whitespace between the parameters: e.g.
- getLookupText(JSMethodData, String) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
- getLookupText(JSMethodData, String) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptResolver
-
Get lookup string for function completions
- getLookupText(JSMethodData, String) - Method in class org.fife.rsta.ac.js.resolver.JSR223JavaScriptCompletionResolver
- getLowBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
- getLowBytes() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
- getMainAttr() - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- getMainAttribute(Attributes) - Method in class org.fife.rsta.ac.xml.XmlParser
-
Returns a string representing the "main" attribute for an element.
- getMainJreJarInfo() - Static method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Returns information on the JRE running this application.
- getMarkStrategy(String) - Static method in class org.fife.rsta.ac.js.JsHinter
- 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
- getMember(int) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Returns a member by index.
- getMemberCount() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- getMemberCount() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Returns the number of members in this type declaration.
- getMemberDecl(CompilationUnit, Scanner, NormalClassDeclaration, Modifiers) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getMemberIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- 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.
- getMethod() - Method in class org.fife.rsta.ac.js.completion.JSMethodData
- 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.
- getMethodData() - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getMethodData() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getMethodFieldCompletions() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- getMethodFromSourceLoc(SourceLocation, ClassFile) - Method in class org.fife.rsta.ac.java.MethodInfoData
-
Scours the source in a location (zip file, directory), looking for a particular class's source.
- getMethodFromSourceLoc(SourceLocation, ClassFile) - Method in class org.fife.rsta.ac.js.completion.JSMethodData
-
Scours the source in a location (zip file, directory), looking for a particular class's source.
- getMethodInfo() - Method in class org.fife.rsta.ac.java.classreader.attributes.Code
-
Returns the method containing this code.
- getMethodInfo() - Method in class org.fife.rsta.ac.java.classreader.attributes.Exceptions
-
Returns information about the method this attribute is describing.
- getMethodInfo() - Method in class org.fife.rsta.ac.js.completion.JSMethodData
- getMethodInfo(int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns information about the specified method defined/declared in this class file.
- getMethodInfoByName(String) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns all method overloads with the specified name.
- getMethodInfoByName(String, int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns all method overloads with the specified name and number of arguments.
- getMethodIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- getMethodIterator() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Returns an iterator over all methods defined in this type.
- getMethodName(MethodInfo, CompletionProvider) - Static method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getMethodParamTypes(MethodInfo, ClassFile, boolean) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
-
Returns the parameter types for parameters of this method.
- getMethodReturnType(MethodInfo, ClassFile, boolean) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
-
Returns the return type of this method.
- getMethodsByName(String) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- getMethodsByName(String) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Returns all methods declared in this type with the given name.
- getMethodSummary() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getMethodSummary() - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getMethodSummary() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getMilliseconds() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getMilliseconds() return the millisecond field of a Date.
- getMinutes() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getMinutes() return the minute field of a Date.
- getModifierList(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getModifiers() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- getModifiers() - Method in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
- getModifiers() - Method in class org.fife.rsta.ac.java.rjc.ast.Field
- getModifiers() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
-
Returns the modifiers of this 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
-
Returns the modifiers of this type declaration.
- getMonth() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getMonth() return the month field of a Date.
- 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
- 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
- getName() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
-
Returns the "name" of this node.
- 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
-
Returns the name of this type, unqualified.
- getName() - Method in class org.fife.rsta.ac.java.rjc.lang.TypeParameter
- getName() - Method in class org.fife.rsta.ac.java.rjc.lang.Variable
- getName() - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- getName() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- getName() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations.JavaScriptObject
- getName(boolean) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- getName(boolean) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Returns the name of this type.
- 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.
- 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
-
Returns this method name and parameters, as a string, in the format
methodName(Type1 param1, Type2 param2). - getNameAndParameters() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getNameAndTypeIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFieldrefInfo
- getNameAndTypeIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInterfaceMethodrefInfo
- getNameAndTypeIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInvokeDynamicInfo
- getNameAndTypeIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
- getNameEndOffset() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
-
Returns the end offset of the "name" of this node.
- 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
ConstantUtf8Infostructure 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
ConstantUtf8Infostructure representing the field name, as a simple name. - getNameStartOffset() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
-
Returns the start offset of the "name" of this node.
- 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
- getNormalClassDeclaration(CompilationUnit, Scanner, TypeDeclarationContainer) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getNormalInterfaceDeclaration(CompilationUnit, Scanner, TypeDeclarationContainer) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getOffset() - Method in class org.fife.rsta.ac.common.VariableDeclaration
- getOffset() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit.ZeroOffset
- 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.DocumentOffset
- getOffset() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Returns the current offset into the document.
- getOffset() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns the current offset into the document.
- getOffset() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns the offset into the document of this token.
- getOffset() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- getOffset() - Method in class org.fife.rsta.ac.js.ast.FunctionDeclaration
- getOffset() - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- getOffset() - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
-
Returns the offset into the document of this source element.
- getOffset(RSyntaxDocument, ParserNotice) - Method in class org.fife.rsta.ac.java.JavaParser
-
Returns the offset into the document of a parser notice.
- getOutput() - Method in class org.fife.rsta.ac.OutputCollector
-
Returns the output collected from the stream.
- getOwnerScriptName() - Method in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
- getOwnPropertyDescriptor(JS5Object, JS5String) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function getOwnPropertyDescriptor(o, name) query property attributes.
- getOwnPropertyNames(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function getOwnPropertyNames(o) return the names of non-inherited properties.
- 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.
- getPackage(Completion, String) - Method in class org.fife.rsta.ac.java.JavadocUrlHandler
-
Returns the package of the specified completion.
- getPackage(Completion, String) - Method in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
-
Returns the package of the specified completion.
- getPackageMapImpl(File, String, PackageMapNode) - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
-
Does the dirty-work of finding all class files in a directory tree.
- getPackageName() - Method in class org.fife.rsta.ac.java.ClassCompletion
-
Returns the package this class or interface is in.
- 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.
- getPackageName() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- getPackageName() - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
-
Returns the package this class or interface is in.
- getParameter(int) - Method in class org.fife.rsta.ac.java.rjc.ast.Method
-
Returns the specified formal parameter.
- getParameterChoices(JTextComponent, ParameterizedCompletion.Parameter) - Method in class org.fife.rsta.ac.java.SourceParamChoicesProvider
- 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
- getParameterCount() - Method in class org.fife.rsta.ac.js.completion.JSMethodData
- getParameterIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
- getParameterizedCompletions(JTextComponent) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- getParameterizedCompletions(JTextComponent) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
- getParameterListEnd() - Method in class org.fife.rsta.ac.perl.PerlCodeCompletionProvider
- 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.PerlCodeCompletionProvider
- 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.
- getParameterName(int) - Method in class org.fife.rsta.ac.java.MethodInfoData
-
Returns the name of the specified parameter to this method, or
nullif it cannot be determined. - getParameterName(int) - Method in class org.fife.rsta.ac.js.completion.JSMethodData
-
Returns the name of the specified parameter to this method, or
nullif it cannot be determined. - getParameterType(int, boolean) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Returns a string representing the type of parameter to this method.
- getParameterType(String[], int, CompletionProvider) - Method in class org.fife.rsta.ac.js.completion.JSMethodData
- 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
- getParent() - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Returns the parent code block.
- getParentType() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
-
Returns the parent type declaration.
- getParentType() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Returns the parent type declaration.
- getParentTypeDeclaration() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractMember
- getParentTypeDeclaration() - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
-
Returns the parent type declaration of this member.
- getParser() - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
-
Returns the shared parser, lazily creating it if necessary.
- getParser(SourceCompletionProvider, int, TypeDeclarationOptions) - Method in class org.fife.rsta.ac.js.engine.ECMAJavaScriptEngine
- getParser(SourceCompletionProvider, int, TypeDeclarationOptions) - Method in class org.fife.rsta.ac.js.engine.JavaScriptEngine
- getParser(SourceCompletionProvider, int, TypeDeclarationOptions) - Method in class org.fife.rsta.ac.js.engine.JSR223JavaScriptEngine
- getParser(SourceCompletionProvider, int, TypeDeclarationOptions) - Method in class org.fife.rsta.ac.js.engine.RhinoJavaScriptEngine
- 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.js.JavaScriptLanguageSupport
-
Returns the JS parser running on a text area with this JavaScript 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 Perl language support installed.
- getParser(RSyntaxTextArea) - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Returns the XML parser running on a text area with this XML language support installed.
- getParserNotice(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
-
Returns the specified parser notice.
- 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
PERL5LIBwhen parsing Perl code. - getPerl5LibOverride() - Method in class org.fife.rsta.ac.perl.PerlParser
-
Returns the value to use for
PERL5LIBwhen 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.
- getPotentialLookupList(String) - Method in class org.fife.rsta.ac.js.ast.jsType.JSR223Type
- getPotentialLookupList(String, HashSet<JSCompletion>, JavaScriptType) - Method in class org.fife.rsta.ac.js.ast.jsType.JSR223Type
- getPreferredSize() - Method in class org.fife.rsta.ac.java.JavaParamListCellRenderer
-
Returns the preferred size of a particular cell.
- getPreProcessingScripts() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getPropertyName(AstNode) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
-
Property keys in object literals can be identifiers or string literals.
- getPrototypeClazz(List<AstNode>) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
- getPrototypeClazz(List<AstNode>, int) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
- getPrototypeOf(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function getPrototypeOf(o) return the prototype of an object
- getProvider() - Method in class org.fife.rsta.ac.asm6502.Asm6502LanguageSupport
- getProvider() - Method in class org.fife.rsta.ac.c.CLanguageSupport
- getProvider() - Method in class org.fife.rsta.ac.css.CssLanguageSupport
- getProvider() - Method in class org.fife.rsta.ac.groovy.GroovyLanguageSupport
- getProvider() - Method in class org.fife.rsta.ac.html.HtmlLanguageSupport
- getProvider() - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- getProvider() - Method in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
- getProvider() - Method in class org.fife.rsta.ac.jsp.JspLanguageSupport
- getProvider() - Method in class org.fife.rsta.ac.perl.PerlLanguageSupport
-
Lazily creates the shared completion provider instance for Perl.
- getProvider() - Method in class org.fife.rsta.ac.php.PhpLanguageSupport
-
Lazily creates the shared completion provider instance for PHP.
- getProvider() - Method in class org.fife.rsta.ac.sh.ShellLanguageSupport
-
Lazily creates the shared completion provider instance for sh scripts.
- getProvider() - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Lazily creates the shared completion provider instance for XML.
- getQualifiedIdentifier(Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getQualifiedName() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- getReferenceIndex() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodHandleInfo
- getReferenceKind() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodHandleInfo
- getRelevance() - Method in class org.fife.rsta.ac.js.completion.JavascriptBasicCompletion
- getRelevance() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getRelevance() - Method in class org.fife.rsta.ac.js.completion.JavaScriptShorthandCompletion
- getRelevance() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getRelevance() - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- getReplacementText() - Method in class org.fife.rsta.ac.html.AttributeCompletion
- getReplacementText(Completion, Document, int, int) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport.JavaAutoCompletion
-
Overridden to allow for prepending to the replacement text.
- getReplacementText(Completion, Document, int, int) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.JavaScriptAutoCompletion
- getRepresentedString(boolean) - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantUtf8Info
-
Returns the string represented by this info.
- getReturnComments() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns whether comments are returned as tokens.
- getReturnTypeString(boolean) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Returns the return type of this method.
- getReturnTypeStringFromDescriptor(boolean) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Returns the return type of this method, as determined by a snippet of the method descriptor.
- getReturnTypeStringFromTypeSignature(boolean) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Returns the return type of this method, as determined by the
Signatureattribute that was added in Java 5. - getReturnWhitespace() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns whether whitespace is returned as tokens.
- getRtexprvalue() - Method in class org.fife.rsta.ac.jsp.TldAttribute.TldAttributeParam
- getSaxParserFactory() - Method in class org.fife.rsta.ac.xml.XmlParser
- getSeconds() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getSeconds() return the second field of a Date.
- getSelf() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
returns the Base class for the source completion provider.
- getShortDescriptionText() - Method in class org.fife.rsta.ac.js.completion.JavaScriptShorthandCompletion
- getShorthandCompletions() - Method in class org.fife.rsta.ac.ShorthandCompletionCache
- getShouldAddImport(ClassCompletion) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport.JavaAutoCompletion
-
Determines whether the class name being completed has been imported, and if it hasn't, returns the import statement that should be added for it.
- getShowDescWindow() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
- 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.
- getShowMajorElementsOnly() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Returns whether only "major" structural elements are shown in this source tree.
- getShowSyntaxErrors() - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Returns whether syntax errors are squiggle-underlined in the editor.
- 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.
- getSignature() - Method in class org.fife.rsta.ac.java.FieldCompletion
- getSignature() - Method in class org.fife.rsta.ac.java.FieldData
- getSignature() - Method in class org.fife.rsta.ac.java.FieldInfoData
- getSignature() - Method in interface org.fife.rsta.ac.java.MemberCompletion.Data
-
Returns the signature of this member.
- getSignature() - Method in interface org.fife.rsta.ac.java.MemberCompletion
-
Returns the signature of this member.
- getSignature() - Method in class org.fife.rsta.ac.java.MethodCompletion
- getSignature() - Method in class org.fife.rsta.ac.java.MethodData
- getSignature() - Method in class org.fife.rsta.ac.java.MethodInfoData
- getSignature() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getSignature() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getSizeRank(Class<?>) - Static method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- getSortPriority() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Returns the relative priority of this node against others when being sorted (lower is higher priority).
- 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.buildpath.LibraryInfo
-
Returns the location of the source corresponding to this library.
- getSourceLocForClass(String) - Method in class org.fife.rsta.ac.java.JarManager
-
Returns the source location for a specific class.
- getSourceLocForClass(String) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
- getSourceLocForClass(String) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getStartOffset() - Method in class org.fife.rsta.ac.common.CodeBlock
-
Returns the start offset of this code block.
- getStartOffset() - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Returns the start offset of this code block.
- getStartOffset() - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- getStartOffSet() - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
-
Gets the start offset of this declaration.
- getStartPC() - Method in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
- getStreamOutput() - Method in class org.fife.rsta.ac.js.JsHinter.StreamReaderThread
-
Returns the output read from the stream.
- 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.html.AttributeCompletion
- getSummary() - Method in class org.fife.rsta.ac.java.ClassCompletion
- getSummary() - Method in class org.fife.rsta.ac.java.FieldCompletion
- getSummary() - Method in class org.fife.rsta.ac.java.FieldData
- getSummary() - Method in class org.fife.rsta.ac.java.FieldInfoData
- getSummary() - Method in interface org.fife.rsta.ac.java.MemberCompletion.Data
-
Returns the summary description (should be HTML) for this member.
- getSummary() - Method in class org.fife.rsta.ac.java.MethodCompletion
- getSummary() - Method in class org.fife.rsta.ac.java.MethodData
- getSummary() - Method in class org.fife.rsta.ac.java.MethodInfoData
- getSummary() - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- getSummary() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getSummary() - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getSummary() - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- getSummary() - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- getSummary() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getSummary() - Method in class org.fife.rsta.ac.js.completion.JSMethodData
- getSummary() - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- getSummary() - Method in class org.fife.rsta.ac.perl.PerlFunctionCompletion
- getSummary() - Method in class org.fife.rsta.ac.sh.ShellFunctionCompletion
- getSummaryFromManPage() - Method in class org.fife.rsta.ac.sh.ShellFunctionCompletion
-
Gets a summary of this function from the local system's man pages.
- getSummaryFromPerldoc(File) - Method in class org.fife.rsta.ac.perl.PerlFunctionCompletion
-
Gets a summary of this function from perldoc.
- getSummaryFromSourceLoc(SourceLocation, ClassFile) - Method in class org.fife.rsta.ac.java.FieldInfoData
-
Scours the source in a location (zip file, directory), looking for a particular class's source.
- getSummaryFromSourceLoc(SourceLocation, ClassFile) - Method in class org.fife.rsta.ac.java.MethodInfoData
-
Scours the source in a location (zip file, directory), looking for a particular class's source.
- getSummaryFromSourceLoc(SourceLocation, ClassFile) - Method in class org.fife.rsta.ac.js.completion.JSMethodData
-
Scours the source in a location (zip file, directory), looking for a particular class's source.
- 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.
- getTagCompletions() - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Returns the completions for the basic tag set.
- getTagCompletions() - Method in class org.fife.rsta.ac.jsp.JspCompletionProvider
-
Overridden to include JSP-specific tags in addition to the standard HTML tags.
- getTagNameTokenForCaretOffset(RSyntaxTextArea) - Static method in class org.fife.rsta.ac.xml.XmlCompletionProvider
-
If the caret is inside a tag, this method returns the token representing the tag name; otherwise,
nullis returned. - getTagStart(int) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- getTagsToClose() - Static method in class org.fife.rsta.ac.html.HtmlLanguageSupport
-
Dirty hack to share this with others, such as PHP and JSP supports.
- getTagsToClose(String) - Static method in class org.fife.rsta.ac.html.HtmlLanguageSupport
-
Returns a set of tags that require a closing tag, based on a resource in this class's package.
- getTemplateProvider() - Method in class org.fife.rsta.ac.ShorthandCompletionCache
- getText(boolean) - Method in class org.fife.rsta.ac.java.tree.JavaTreeNode
- getText(boolean) - Method in class org.fife.rsta.ac.java.tree.LocalVarTreeNode
- getText(boolean) - Method in class org.fife.rsta.ac.java.tree.MemberTreeNode
- getText(boolean) - Method in class org.fife.rsta.ac.java.tree.TypeDeclarationTreeNode
- getText(boolean) - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
- 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
- getThrownTypeNames(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getTime() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getTime() return a Date in milliseconds.
- getTimezoneOffset() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getTimezoneOffset() determine the offset from GMT.
- getTokenBeforeOffset(Token, int) - Static method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Returns the token before the specified offset.
- getToolTipText() - Method in class org.fife.rsta.ac.java.ClassCompletion
- getToolTipText() - Method in class org.fife.rsta.ac.java.LocalVariableCompletion
- getToolTipText() - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.fife.rsta.ac.java.tree.AstTreeCellRenderer
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeCellRenderer
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- getTreeRoot() - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- getType() - Method in class org.fife.rsta.ac.common.VariableDeclaration
-
Returns the type of this variable.
- getType() - Method in class org.fife.rsta.ac.java.FieldCompletion
- getType() - Method in class org.fife.rsta.ac.java.FieldData
- getType() - Method in class org.fife.rsta.ac.java.FieldInfoData
- getType() - Method in interface org.fife.rsta.ac.java.MemberCompletion.Data
-
Returns the type of this member (the return type for methods).
- getType() - Method in interface org.fife.rsta.ac.java.MemberCompletion
-
Returns the type of this member (the return type for methods).
- getType() - Method in class org.fife.rsta.ac.java.MethodData
- getType() - Method in class org.fife.rsta.ac.java.MethodInfoData
- 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
-
Returns the type of this 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
-
Returns the type of this token.
- getType() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- getType() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- getType() - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- getType() - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getType() - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- getType() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getType() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion.JSFunctionParam
- getType() - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- getType(boolean) - Method in interface org.fife.rsta.ac.js.completion.JSCompletion
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JSFieldData
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JSMethodData
- getType(boolean) - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- getType(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getType(CompilationUnit, Scanner, boolean) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getTypeArgument(String) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns the currently set type argument for the specified type parameter.
- getTypeArgument(String, ClassFile, Map<String, String>) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
-
Returns the type argument specified for a given type parameter.
- getTypeArgument(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getTypeArguments(int) - Method in class org.fife.rsta.ac.java.rjc.lang.Type
-
Returns a set of type arguments by index.
- getTypeArguments(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getTypeArgumentsLevel() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Returns the current TypeArgument/TypeParameter level.
- getTypeDeclaration() - Method in class org.fife.rsta.ac.js.ast.JavaScriptFunctionDeclaration
- getTypeDeclaration() - Method in class org.fife.rsta.ac.js.ast.JavaScriptFunctionTypeDeclaration
- getTypeDeclaration() - Method in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
- getTypeDeclaration(int) - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
-
Returns the specified type declaration.
- getTypeDeclaration(String) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- getTypeDeclaration(String) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- getTypeDeclaration(String, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Convenience method to lookup TypeDeclaration through the TypeDeclarationFactory.
- getTypeDeclaration(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- 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
- getTypeDeclarationForVariable(String, int) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Find the
TypeDeclarationfor the variable and check the scope of the caret position - getTypeDeclarationIterator() - Method in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
- getTypeDeclarationOptions() - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- getTypeFromInFixExpression(AstNode, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Use a visitor to visit all the nodes to work out which type to return e.g 1 + 1 returns Number 1 + "" returns String true returns Boolean etc.
- getTypeParameter(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getTypeParameters() - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
- getTypeParameters(CompilationUnit, Scanner) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- getTypesFactory() - Method in class org.fife.rsta.ac.js.engine.JavaScriptEngine
- getTypesFactory() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- 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
-
Returns the type of this type declaration, as a string.
- getTypeString(boolean) - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
-
Returns the type of this field, as determined from its field descriptor.
- 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.
- getUTCDate() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getUTCDate() return the day-of-month field of a Date (universal time).
- getUTCDay() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getUTCDay() return the day-of-week field of a Date (universal time).
- getUTCFullYear() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getUTCFullYear() return the year field of a Date (universal time).
- getUTCHours() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getUTCHours() return the hour field of a Date (universal time).
- getUTCMilliseconds() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getUTCMilliseconds() return the millisecond field of a Date (universal time).
- getUTCMinutes() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getUTCMinutes() return the minute field of a Date (universal time).
- getUTCMonth() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getUTCMonth() return the month field of a Date (universal time).
- getUTCSeconds() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function getUTCSeconds() return the second field of a Date (universal time).
- getUtf8ValueFromConstantPool(int) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Returns the string value represented by a
ConstantUtf8Infoentry in the constant pool. - getValue() - Method in class org.fife.rsta.ac.java.classreader.Frame.LocalVarInfo
- getVariableCompletions(JTextComponent) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
-
Does a crude search for variables up to the caret position.
- getVariableDeclaration(int) - Method in class org.fife.rsta.ac.common.CodeBlock
-
Returns a variable declaration.
- getVariableDeclaration(int) - Method in class org.fife.rsta.ac.js.ast.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.
- getVariableDeclarationCount() - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Returns the number of variable declarations in this code block.
- getVariableDeclarationsBefore(int) - Method in class org.fife.rsta.ac.common.CodeBlock
-
Returns all local variables declared before a given offset, both in this code block and in all parent blocks.
- getVariableResolver() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- getVariablesAndFunctions() - Method in class org.fife.rsta.ac.js.JavaScriptParser
- 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
- getXmlResource() - Method in class org.fife.rsta.ac.sh.ShellCompletionProvider
-
Returns the name of the XML resource to load (on classpath or a file).
- global - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
property global
- GLOBAL_FUNCTION_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- GLOBAL_VARIABLE_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- GLOBAL_VARIABLE_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- go(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.HistoryFunctions
-
function go - Loads a specific URL from the history list.
- go(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.HistoryFunctions
-
function go - Loads a specific URL from the history list.
- gotoElementAtPath(TreePath) - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- gotoElementAtPath(TreePath) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
- gotoElementAtPath(TreePath) - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- GoToMemberAction - Class in org.fife.rsta.ac
-
Displays a popup dialog with the "Go to member" tree.
- GoToMemberAction(Class<?>) - Constructor for class org.fife.rsta.ac.GoToMemberAction
-
Constructor.
- GoToMemberWindow - Class in org.fife.rsta.ac
-
A popup window that displays a text field and tree, allowing the user to jump to a specific part of code in the current source file.
- GoToMemberWindow(Window, RSyntaxTextArea, AbstractSourceTree) - Constructor for class org.fife.rsta.ac.GoToMemberWindow
-
Constructor.
- GoToMemberWindow.Listener - Class in org.fife.rsta.ac
-
Listens for events in this window.
- GoToMemberWindow.TextFieldBorder - Class in org.fife.rsta.ac
-
The border for the filtering text field.
- gotoSelectedElement() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Highlights the selected source element in the text editor, if any.
- gotoSelectedElement() - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- gotoSelectedElement() - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Highlights the selected source element in the text editor, if any.
- gotoSelectedElement() - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- gotoSelectedElementOnClick - Variable in class org.fife.rsta.ac.AbstractSourceTree
- 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
- handleDocumentEvent(DocumentEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- handleLineRead(String) - Method in class org.fife.rsta.ac.OutputCollector
-
Called every time a line is read from the stream.
- handleLineRead(String) - Method in class org.fife.rsta.ac.perl.PerlOutputCollector
- handleNewFilter(Set<Completion>, String) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- Handler(RSyntaxDocument, DefaultParseResult) - Constructor for class org.fife.rsta.ac.xml.XmlParser.Handler
- handlerPC - Variable in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
-
The start of the exception handler.
- hasComplexContent() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function hasComplexContent() a Boolean value indicating whether this XML object contains complex content.
- hasComplexContent() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function hasComplexContent() returns a Boolean value indicating whether this XMLList object contains complex content.
- hash - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
Property hash
- hashCode() - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
- hashCode() - Method in class org.fife.rsta.ac.java.ClassCompletion
- hashCode() - Method in class org.fife.rsta.ac.java.FieldCompletion
- hashCode() - Method in class org.fife.rsta.ac.java.LocalVariableCompletion
- hashCode() - Method in class org.fife.rsta.ac.java.MethodCompletion
- hashCode() - Method in class org.fife.rsta.ac.java.PackageNameCompletion
- hashCode() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- hashCode() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
-
Overridden since
JavaScriptType.equals(Object)is overridden. - hashCode() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations.JavaScriptObject
- hashCode() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
-
Overridden since
TypeDeclaration.equals(Object)is overridden. - hashCode() - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- hashCode() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
-
Overridden since
equals()is overridden. - hashCode() - Method in class org.fife.rsta.ac.js.completion.JSBeanCompletion
-
Overridden since
JSBeanCompletion.equals(Object)is overridden. - hashCode() - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- hashCode() - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- hashCode() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- hashCode() - Method in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- hashCodeImpl() - Method in class org.fife.rsta.ac.java.buildpath.ClasspathLibraryInfo
- hashCodeImpl() - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
- hashCodeImpl() - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- hashCodeImpl() - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Subclasses should override this method since
LibraryInfo.equals(Object)is overridden. - hasOwnProperty(String) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
-
function hasOwnProperty(name) check whether a property is inherited.
- hasSimpleContent() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function hasSimpleContent() a Boolean value indicating whether this XML object contains simple content.
- hasSimpleContent() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function hasSimpleContent() returns a Boolean value indicating whether this XMLList contains simple content.
- HEADER - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
The 4-byte class file header, "
CAFEBABE". - height - Variable in class org.fife.rsta.ac.js.ecma.api.client.Screen
-
Property height
- highBytes - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
- highBytes - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
- history - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property history
- History - Class in org.fife.rsta.ac.js.ecma.api.client
- History() - Constructor for class org.fife.rsta.ac.js.ecma.api.client.History
-
Object History()
- HistoryFunctions - Interface in org.fife.rsta.ac.js.ecma.api.client.funtions
- home() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- host - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
Property host
- hostname - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
Property hostname
- href - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
Property href
- 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.
- HTMLDOMAdditions - Class in org.fife.rsta.ac.js.ast.type.ecma.client
- HTMLDOMAdditions() - Constructor for class org.fife.rsta.ac.js.ast.type.ecma.client.HTMLDOMAdditions
- HtmlLanguageSupport - Class in org.fife.rsta.ac.html
-
Language support for HTML.
- HtmlLanguageSupport() - Constructor for class org.fife.rsta.ac.html.HtmlLanguageSupport
-
Constructor.
- htmlTagCompletions - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
I
- icon - Variable in class org.fife.rsta.ac.java.JavaTemplateCompletion
- icon - Variable in class org.fife.rsta.ac.java.tree.JavaTreeNode
- icon - Variable in class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocCompletion
- icon - Variable in class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocParameterizedCompletion
- icon - Variable in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
-
The icon this node displays in the tree.
- ICON - Static variable in class org.fife.rsta.ac.java.SourceParamChoicesProvider.SimpleCompletion
- ICON_KEY - Static variable in class org.fife.rsta.ac.css.BorderStyleCompletionGenerator
- ICON_KEY - Static variable in class org.fife.rsta.ac.css.ColorCompletionGenerator
- ICON_KEY - Static variable in class org.fife.rsta.ac.css.CommonFontCompletionGenerator
- ICON_KEY - Static variable in class org.fife.rsta.ac.css.PercentageOrLengthCompletionGenerator
- ICON_KEY - Static variable in class org.fife.rsta.ac.css.TimeCompletionGenerator
- IconFactory - Class in org.fife.rsta.ac.css
-
The icons for CSS properties and values.
- IconFactory - Class in org.fife.rsta.ac.java
-
Holds icons used by Java auto-completion.
- IconFactory - Class in org.fife.rsta.ac.js
-
Holds icons used by JavaScript auto-completion.
- IconFactory() - Constructor for class org.fife.rsta.ac.css.IconFactory
-
Private constructor to prevent instantiation.
- IconFactory() - Constructor for class org.fife.rsta.ac.java.IconFactory
- IconFactory() - Constructor for class org.fife.rsta.ac.js.IconFactory
- IconFactory.IconData - Interface in org.fife.rsta.ac.java
-
Information about an icon.
- iconKey - Variable in class org.fife.rsta.ac.css.BasicCssCompletion
- iconKey - Variable in class org.fife.rsta.ac.css.PropertyCompletion
- iconMap - Variable in class org.fife.rsta.ac.css.IconFactory
- iconMap - Variable in class org.fife.rsta.ac.java.IconFactory
- iconMap - Variable in class org.fife.rsta.ac.js.IconFactory
- IDENTIFIER - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
- identifiers - Variable in class org.fife.rsta.ac.java.rjc.lang.Type
- ignore(AstNode, boolean) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
-
Test node to check whether to ignore resolving, this is for parameters
- IGNORE - org.fife.rsta.ac.js.JsHinter.MarkStrategy
- ignoreCase - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
property ignoreCase
- ignoreClass(String) - Static method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- ignoreParams - Variable in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
- ignoreProcessingInstructions - Static variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
property ignoreProcessingInstructions The initial value of the ignoreProcessingInstructions property is true.
- ignoreWhitespace - Static variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
property ignoreWhitespace The initial value of the ignoreWhitespace property is true.
- ignoringComments - Static variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
property ignoringComments The initial value of the ignoreComments property is true.
- implementedList - Variable in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
- 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
- importClasses - Variable in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- importClasses - Variable in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
- 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
- importPackages - Variable in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- importPackages - Variable in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
- imports - Variable in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
- ImportToAddInfo(int, String) - Constructor for class org.fife.rsta.ac.java.JavaLanguageSupport.ImportToAddInfo
- in - Variable in class org.fife.rsta.ac.OutputCollector
- includePercentage - Variable in class org.fife.rsta.ac.css.PercentageOrLengthCompletionGenerator
- 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
-
Increments an internally-used count of bracket pairs.
- indexOf(char, CharSequence, int) - Static method in class org.fife.rsta.ac.java.Util
-
Returns the next location of a single character in a character sequence.
- indexOf(JSString, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function indexOf(searchString, startPosition) search a string.
- indexOf(JS5Object, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function indexOf(value, start) search an array.
- Infinity - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSGlobal
-
property Infinity A numerical property that represents infinity.
- INFIX - Static variable in class org.fife.rsta.ac.js.JavaScriptHelper
- InfixVisitor(SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.js.JavaScriptHelper.InfixVisitor
- info - Variable in class org.fife.rsta.ac.java.FieldInfoData
- info - Variable in class org.fife.rsta.ac.java.JarReader
-
Information about the jar or directory we're reading classes from.
- info - Variable in class org.fife.rsta.ac.java.MethodInfoData
-
The actual metadata.
- info - Variable in class org.fife.rsta.ac.js.completion.JSFieldData
- info - Variable in class org.fife.rsta.ac.js.completion.JSMethodData
- Info(JavaScriptCompletionProvider, JavaScriptParser) - Constructor for class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Info
- Info(RSyntaxTextArea, JavaCompletionProvider, JavaParser) - Constructor for class org.fife.rsta.ac.java.JavaLanguageSupport.Info
- inheritCompletion - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- init() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- init(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Parses the class file from a given input stream.
- initCompletions() - Method in class org.fife.rsta.ac.asm6502.Asm6502CodeCompletionProvider
-
Loads completions for the 6502 instruction set.
- initCompletions() - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Calls
DefaultCompletionProvider.loadFromXML(String)to load all standard HTML completions. - initCompletions() - Method in class org.fife.rsta.ac.jsp.JspCompletionProvider
-
Overridden to load
jsp:*tags also. - 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
- INNER_CLASSES - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
- innerHeight - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property innerHeight
- innerWidth - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property innerWidth
- inPhpBlock(JTextComponent) - Method in class org.fife.rsta.ac.php.PhpCompletionProvider
-
Returns whether the caret is inside a PHP block in this text component.
- inputText - Variable in class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocCompletion
- inScopeNamespaces() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function inScopeNamespaces() returns an array of Namespace objects representing the namespaces in scope for this object.
- INSERT_CLOSING_TAG_ACTION - Static variable in class org.fife.rsta.ac.AbstractMarkupLanguageSupport
- insertChildAfter(E4XXML, E4XXML) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function insertChildAfter( child1 , child2) inserts the given child2 after the given child1 in this XML object and returns this XML object.
- insertChildBefore(E4XXML, E4XXML) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function insertChildBefore( child1 , child2) inserts the given child2 before the given child1 in this XML object and returns this XML object.
- InsertClosingTagAction() - Constructor for class org.fife.rsta.ac.AbstractMarkupLanguageSupport.InsertClosingTagAction
- insertCompletion(Completion, boolean) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport.JavaAutoCompletion
-
Overridden to handle special cases, because sometimes Java code completions will edit more in the source file than just the text at the current caret position.
- insertUpdate(DocumentEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- insideMarkupTag(RSyntaxTextArea, Token, int, int) - Static method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Returns whether the given offset is inside a markup tag (and not in string content, such as an attribute value).
- install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.asm6502.Asm6502LanguageSupport
- install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.c.CLanguageSupport
-
Installs this support.
- install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.css.CssLanguageSupport
-
Installs this support.
- install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.groovy.GroovyLanguageSupport
- 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 class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.jsp.JspLanguageSupport
-
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
- 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.
- install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.ts.TypeScriptLanguageSupport
- install(RSyntaxTextArea) - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Installs this support.
- installDefaults(JLabel) - Method in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer.XmlTreeCellUI
- installImpl(RSyntaxTextArea, AutoCompletion) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
-
Registers an auto-completion instance.
- installKeyboardShortcuts(RSyntaxTextArea) - Method in class org.fife.rsta.ac.AbstractMarkupLanguageSupport
-
Installs extra keyboard shortcuts supported by this language support.
- installKeyboardShortcuts(RSyntaxTextArea) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport
-
Installs extra keyboard shortcuts supported by this language support.
- installKeyboardShortcuts(RSyntaxTextArea) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Installs extra keyboard shortcuts supported by this language support.
- installKeyboardShortcuts(RSyntaxTextArea) - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Installs extra keyboard shortcuts supported by this language support.
- installSupport(RSyntaxTextArea) - Method in class org.fife.rsta.ac.LanguageSupportFactory
-
Installs language support on an RSTA depending on its syntax style.
- instance - Static variable in class org.fife.rsta.ac.css.IconFactory
- Instance - Static variable in class org.fife.rsta.ac.js.engine.JavaScriptEngineFactory
- Instance() - Static method in class org.fife.rsta.ac.js.engine.JavaScriptEngineFactory
- INSTANCE - Static variable in class org.fife.rsta.ac.java.IconFactory
- INSTANCE - Static variable in class org.fife.rsta.ac.js.IconFactory
- INSTANCE - Static variable in class org.fife.rsta.ac.LanguageSupportFactory
- IntegerClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- 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
- interfaces - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Indices into
constantPoolforConstantClassInfos representing the implemented interfaces of this class or interface. - invalid - Variable in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
-
Whether the token is invalid (e.g.
- IOUtil - Class in org.fife.rsta.ac
-
I/O related utility methods.
- IOUtil() - Constructor for class org.fife.rsta.ac.IOUtil
-
Private constructor to prevent instantiation.
- isAbstract() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Returns whether this method is abstract.
- isAbstract() - Method in class org.fife.rsta.ac.java.FieldData
- isAbstract() - Method in class org.fife.rsta.ac.java.FieldInfoData
-
Always returns
falsesince fields cannot be abstract. - isAbstract() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
-
Returns whether this icon represents an abstract class/method/etc.
- isAbstract() - Method in class org.fife.rsta.ac.java.MethodData
- isAbstract() - Method in class org.fife.rsta.ac.java.MethodInfoData
- isAbstract() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- isAccessible(int, boolean, boolean) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
-
Returns whether the value is accessible based on the access flag for Methods and Fields Rules are as follows: staticsOnly && public return true; //All public static methods and fields !staticsOnly && public return true; //All public methods and fields Built in JavaScript type and public or protected return true; //All public/protected built in JSType (org.fife.rsta.ac.js.ecma.api.ecma3 package) methods and fields
- isAccessible(MemberInfo, boolean, boolean) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- isAccessible(MemberInfo, String) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Returns whether a method defined by a super class is accessible to this class.
- 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.
- isArray(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Array
-
function isArray(o) test whether argument is an array.
- isAutoActivateOkay(JTextComponent) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- isAutoActivateOkay(JTextComponent) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Overridden to ensure auto-activation only occurs in a markup tag.
- isAutoActivateOkay(JTextComponent) - Method in class org.fife.rsta.ac.php.PhpCompletionProvider
-
Overridden to properly handle both HTML markup and PHP code.
- isAutoActivateOkayOutsideOfMarkup(JTextComponent) - Method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Returns the base implementation - basically checking that the caret comes immediately after letters.
- isAutoActivationEnabled() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
- 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
- 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
-
Returns whether this is a basic type (e.g.
- isBasicType() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns whether this token is a primitive data type (int, float, string, etc.).
- isBasicType() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- isBeanProperty(MethodInfo) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- isBorderOpaque() - Method in class org.fife.rsta.ac.GoToMemberWindow.TextFieldBorder
- isClient() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Returns whether this JavaScript support supports client/browser objects.
- isConstant() - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
-
Returns whether this field is a constant.
- 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.FieldData
-
Always returns
false, fields cannot be constructors. - isConstructor() - Method in class org.fife.rsta.ac.java.FieldInfoData
-
Always returns
false, fields cannot be constructors. - isConstructor() - Method in interface org.fife.rsta.ac.java.MemberCompletion.Data
-
Returns whether this member is a constructor.
- isConstructor() - Method in class org.fife.rsta.ac.java.MethodData
- isConstructor() - Method in class org.fife.rsta.ac.java.MethodInfoData
- isConstructor() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
- isDebug() - Static method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- 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.ClassFile
-
Returns whether this class is deprecated.
- isDeprecated() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
-
Returns whether this member is deprecated.
- isDeprecated() - Method in class org.fife.rsta.ac.java.FieldCompletion
- isDeprecated() - Method in class org.fife.rsta.ac.java.FieldData
- isDeprecated() - Method in class org.fife.rsta.ac.java.FieldInfoData
- isDeprecated() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
-
Returns whether this icon represents a deprecated class/method/etc.
- isDeprecated() - Method in interface org.fife.rsta.ac.java.MemberCompletion
-
Returns whether this member is deprecated.
- isDeprecated() - Method in class org.fife.rsta.ac.java.MethodCompletion
- isDeprecated() - Method in class org.fife.rsta.ac.java.MethodData
- isDeprecated() - Method in class org.fife.rsta.ac.java.MethodInfoData
- 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
-
Returns whether this member is deprecated.
- isDeprecated() - Method in class org.fife.rsta.ac.java.rjc.ast.Method
- isDeprecated() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Returns whether this type declaration is deprecated.
- isExtensible(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function isExtensible(o) can new properties be added to an object?
- isFinal - Variable in class org.fife.rsta.ac.java.rjc.ast.LocalVariable
- isFinal - Variable in class org.fife.rsta.ac.java.rjc.lang.Variable
- isFinal() - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
-
Returns whether this member is final.
- isFinal() - Method in class org.fife.rsta.ac.java.FieldData
- isFinal() - Method in class org.fife.rsta.ac.java.FieldInfoData
- isFinal() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
-
Returns whether this icon represents a final class/method/etc.
- isFinal() - Method in class org.fife.rsta.ac.java.MethodData
- isFinal() - Method in class org.fife.rsta.ac.java.MethodInfoData
- 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
- isFinite(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function isFinite(n) determine whether a number is finite.
- isFrozen(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function isFrozen(o) is an object immutable?
- 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
-
Returns whether this token is an identifier.
- isIdentifier() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- isInfixOnly(AstNode) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- isInPreBlock(String, boolean) - Static method in class org.fife.rsta.ac.java.Util
-
Returns whether this line ends in the middle of a pre-block.
- isInvalid() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns whether this token is invalid.
- isInvalid() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- isJavaScriptType(TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
-
Returns whether the qualified name is a built-in JavaScript type
- isJavaScriptType(TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
-
Returns whether the qualified name is a built-in JavaScript type
- isLess - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- IsLinkableCheckResult(Token, boolean) - Constructor for class org.fife.rsta.ac.java.JavaLinkGenerator.IsLinkableCheckResult
- IsLinkableCheckResult(Token, boolean) - Constructor for class org.fife.rsta.ac.js.JavaScriptLinkGenerator.IsLinkableCheckResult
- isLinkAtOffset(RSyntaxTextArea, int) - Method in class org.fife.rsta.ac.java.JavaLinkGenerator
- isLinkAtOffset(RSyntaxTextArea, int) - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- isModifier(Token) - Method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- isName(AstNode, String) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
-
Returns whether an AST node is a
Namewith the specified value. - isNaN(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function isNaN(n) check for not-a-number.
- isNative() - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Returns whether this method is native.
- isNew - Variable in class org.fife.rsta.ac.js.JavaScriptHelper.ParseText
- isNew - Variable in class org.fife.rsta.ac.js.JavaScriptHelper.ParseTextVisitor
- isNew() - Method in class org.fife.rsta.ac.js.JavaScriptHelper.ParseTextVisitor
- isOperator() - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns whether this token is an operator.
- isOperator() - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- isParameter(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
-
Check the function that a name may belong to contains this actual parameter
- isParameterAssistanceEnabled() - Method in class org.fife.rsta.ac.AbstractLanguageSupport
- 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.
- isPreProcessing() - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptParser
-
If options are null, then it is assumed that the main editor text is being parsed
- isPreProcessing() - Method in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
- isPrimitiveNumericType(Type) - Method in class org.fife.rsta.ac.java.SourceParamChoicesProvider
- isPrivate() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- isPrivate(int) - Static method in class org.fife.rsta.ac.java.classreader.Util
-
Returns whether an object has private scope.
- isProtected() - 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.
- isPrototypeNameNode(AstNode) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
- isPrototypeOf(JSObject) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
-
function isPrototypeOf(o) is an object the prototype of another?
- isPrototypePropertyGet(PropertyGet) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
- isPublic() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- isPublic() - Method in class org.fife.rsta.ac.js.completion.JSFieldData
- isPublic(int) - Static method in class org.fife.rsta.ac.java.classreader.Util
-
Returns whether an object has public scope.
- isQualified() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- isRelativeUrl(String) - Method in class org.fife.rsta.ac.java.JavadocUrlHandler
-
Returns whether the text is a relative URL to other Javadoc.
- isRelativeUrl(String) - Method in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
-
Returns whether the text is a relative URL to other Javadoc.
- isRequired() - Method in class org.fife.rsta.ac.jsp.TldAttribute.TldAttributeParam
- isSealed(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function isSealed(o) can properties be added or deleted from an object?
- isSimpleGetter(Method) - Method in class org.fife.rsta.ac.java.SourceParamChoicesProvider
-
Returns whether a method is a no-argument getter method.
- isSimplePropertyGet(PropertyGet, String, String) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
-
Returns whether a
PropertyGetis a simple one, referencing an object's value 1 level deep. - isSortable() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Returns whether this particular node's children can be sorted.
- isSorted() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Returns whether the contents of this tree are sorted.
- isSorted() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Returns whether this node is sorted.
- isStatic - Variable in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
- isStatic - Variable in class org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
- 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 class org.fife.rsta.ac.java.FieldData
- isStatic() - Method in class org.fife.rsta.ac.java.FieldInfoData
- isStatic() - Method in interface org.fife.rsta.ac.java.IconFactory.IconData
-
Returns whether this icon represents a static class/method/etc.
- isStatic() - Method in class org.fife.rsta.ac.java.MethodData
- isStatic() - Method in class org.fife.rsta.ac.java.MethodInfoData
- isStatic() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractMember
-
Shortcut for
getModifiers().isStatic(); useful sincegetModifiers()may returnnull. - isStatic() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
-
Shortcut for
getModifiers().isStatic(); useful sincegetModifiers()may returnnull. - 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 interface org.fife.rsta.ac.java.rjc.ast.Member
-
Shortcut for
getModifiers().isStatic(); useful sincegetModifiers()may returnnull. - isStatic() - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Shortcut for
getModifiers().isStatic(); useful sincegetModifiers()may returnnull. - isStatic() - Method in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- isStatic() - Method in class org.fife.rsta.ac.js.completion.JSFieldData
- isStatic() - Method in class org.fife.rsta.ac.js.completion.JSMethodData
- isStaticsOnly() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- isStrictMode() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Returns whether strict mode (more warnings are detected) is enabled.
- isSupportsLinks() - Method in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
- isSystemFunction() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- isTagName - Variable in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Whether the text last grabbed via
HtmlCompletionProvider.getAlreadyEnteredText(JTextComponent)was an HTML tag name. - isTagOpeningToken(Token) - Static method in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Returns whether this token's text is "<" or "</".
- 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.
- isType(int) - Method in interface org.fife.rsta.ac.java.rjc.lexer.Token
-
Returns whether this token is of the specified type.
- isType(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- isTypeCompatible(Type, String) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
-
Returns whether a
Typeand a type name are type compatible. - isTypeCompatible(Type, String) - Method in class org.fife.rsta.ac.java.SourceParamChoicesProvider
-
Returns whether a
Typeand a type name are type compatible. - isUseBeanProperties() - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- isValidChar(char) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
-
Returns whether a character is valid in a property value.
- isValidChar(char) - Method in class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
- isValidChar(char) - Method in class org.fife.rsta.ac.java.DocCommentCompletionProvider
- isValidChar(char) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
- isValidChar(char) - Method in class org.fife.rsta.ac.js.JsDocCompletionProvider
- isValidChar(char) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- isValidChar(char) - Method in class org.fife.rsta.ac.jsp.JspCompletionProvider
- isValidChar(char) - Method in class org.fife.rsta.ac.perl.PerlCodeCompletionProvider
- isWildcard() - Method in class org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
- isXmlAvailable() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Returns whether E4X is supported in parsed JavaScript.
- isXMLName(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XGlobalFunctions
-
function isXMLName(name) determines whether name is a valid XML name.
- isXMLSupported() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- iterateAstRoot(AstRoot, Set<Completion>, String, int, TypeDeclarationOptions) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Iterates through AstRoot to extract all code blocks, functions, variables etc...
- iterateNode(AstNode, Set<Completion>, String, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- iterateNode(AstNode, Set<Completion>, String, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
-
Overridden iterateNode to intercept Token.EXPR_RESULT and check for importPackage and importClass named nodes If found, then process them and extract the imports and add them to RhinoJavaScriptTypesFactory then return otherwise call super.iterateNode()
J
- jar - Variable in class org.fife.rsta.ac.jsp.TldFile
- jarFile - Variable in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- JarLibraryInfo - Class in org.fife.rsta.ac.java.buildpath
-
Information about a jar of classes to add to the "build path".
- JarLibraryInfo(File) - Constructor for class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- JarLibraryInfo(File, SourceLocation) - Constructor for class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- JarLibraryInfo(String) - Constructor for class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
- jarManager - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport
-
The shared jar manager to use with all
JavaCompletionProviders, ornullif each one should have a unique jar manager. - jarManager - Variable in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Used to get information about what classes match imports.
- jarManager - Variable in class org.fife.rsta.ac.js.completion.JSFieldData
- jarManager - Variable in class org.fife.rsta.ac.js.completion.JSMethodData
- jarManager - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- jarManager - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- 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.
- JarReader - Class in org.fife.rsta.ac.java
-
Reads entries from a source of class files, such as a jar or a "bin/" directory.
- JarReader(LibraryInfo) - Constructor for class org.fife.rsta.ac.java.JarReader
-
Constructor.
- JAVA_LANG_PACKAGE - Static variable in class org.fife.rsta.ac.java.SourceCompletionProvider
- JavaAutoCompletion(JavaCompletionProvider, RSyntaxTextArea) - Constructor for class org.fife.rsta.ac.java.JavaLanguageSupport.JavaAutoCompletion
- 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
- JavadocCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.java.DocCommentCompletionProvider.JavadocCompletion
- JavadocTemplateCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.rsta.ac.java.DocCommentCompletionProvider.JavadocTemplateCompletion
- JavadocUrlHandler - Class in org.fife.rsta.ac.java
-
Handles hyperlinks that are clicked in Javadoc for code completions.
- JavadocUrlHandler() - Constructor for class org.fife.rsta.ac.java.JavadocUrlHandler
- javaEnabled() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.NavigatorFunctions
-
function javaEnabled() - Specifies whether the browser has Java enabled
- JavaLanguageSupport - Class in org.fife.rsta.ac.java
-
Language support for Java.
- JavaLanguageSupport() - Constructor for class org.fife.rsta.ac.java.JavaLanguageSupport
-
Constructor.
- JavaLanguageSupport.ImportToAddInfo - Class in org.fife.rsta.ac.java
-
Information about an import statement to add and where it should be added.
- JavaLanguageSupport.Info - Class in org.fife.rsta.ac.java
-
Manages information about the parsing/auto-completion for a single text area.
- JavaLanguageSupport.JavaAutoCompletion - Class in org.fife.rsta.ac.java
-
A hack of AutoCompletion that forces the JavaParser to re-parse the document when the user presses ctrl+space.
- JavaLanguageSupport.Listener - Class in org.fife.rsta.ac.java
-
Listens for various events in a text area editing Java (in particular, caret events, so we can track the "active" code block).
- JavaLinkGenerator - Class in org.fife.rsta.ac.java
-
Checks for hyperlink-able tokens under the mouse position when Ctrl is pressed (Cmd on OS X).
- JavaLinkGenerator(JavaLanguageSupport) - Constructor for class org.fife.rsta.ac.java.JavaLinkGenerator
- JavaLinkGenerator.IsLinkableCheckResult - Class in org.fife.rsta.ac.java
-
The result of checking whether a region of code under the mouse is possibly link-able.
- 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.
- JavaOutlineTree(boolean) - Constructor for class org.fife.rsta.ac.java.tree.JavaOutlineTree
-
Constructor.
- JavaOutlineTree.Listener - Class in org.fife.rsta.ac.java.tree
-
Listens for events this tree is interested in (events in the associated editor, for example), as well as events in this tree.
- JavaParamListCellRenderer - Class in org.fife.rsta.ac.java
-
The renderer used for parameter completions (for methods) in Java.
- JavaParamListCellRenderer() - Constructor for class org.fife.rsta.ac.java.JavaParamListCellRenderer
- 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.
- javaProvider - Variable in class org.fife.rsta.ac.java.SourceCompletionProvider
-
The parent completion provider.
- JavaScriptAstParser - Class in org.fife.rsta.ac.js.ast.parser
- JavaScriptAstParser(SourceCompletionProvider, int, TypeDeclarationOptions) - Constructor for class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- JavaScriptAstParser.FunctionReturnVisitor - Class in org.fife.rsta.ac.js.ast.parser
- JavaScriptAstParser.ProcessFunctionType - Class in org.fife.rsta.ac.js.ast.parser
- JavaScriptAutoCompletion(JavaScriptCompletionProvider, RSyntaxTextArea) - Constructor for class org.fife.rsta.ac.js.JavaScriptLanguageSupport.JavaScriptAutoCompletion
- JavascriptBasicCompletion - Class in org.fife.rsta.ac.js.completion
-
Basic JavaScript completion that requires no icon e.g.
- JavascriptBasicCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.js.completion.JavascriptBasicCompletion
- JavascriptBasicCompletion(CompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.js.completion.JavascriptBasicCompletion
- JavascriptBasicCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.rsta.ac.js.completion.JavascriptBasicCompletion
- JavaScriptCellRenderer - Class in org.fife.rsta.ac.js
-
The cell renderer used for JavaScript completion choices.
- JavaScriptCellRenderer() - Constructor for class org.fife.rsta.ac.js.JavaScriptCellRenderer
-
Constructor.
- JavaScriptCompletionProvider - Class in org.fife.rsta.ac.js
-
Completion provider for JavaScript.
- JavaScriptCompletionProvider(JarManager, JavaScriptLanguageSupport) - Constructor for class org.fife.rsta.ac.js.JavaScriptCompletionProvider
- JavaScriptCompletionProvider(SourceCompletionProvider, JarManager, JavaScriptLanguageSupport) - Constructor for class org.fife.rsta.ac.js.JavaScriptCompletionProvider
- JavaScriptCompletionResolver - Class in org.fife.rsta.ac.js.resolver
-
Compiles the entered text using Rhino and tries to resolve the JavaScriptType from the AstRoot e.g.
- JavaScriptCompletionResolver(SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Standard ECMA JavaScript resolver
- JavaScriptCompletionResolver.CompilerNodeVisitor - Class in org.fife.rsta.ac.js.resolver
- JavaScriptCompletionResolver.VisitorAll - Class in org.fife.rsta.ac.js.resolver
-
Visit all nodes in the AstNode tree and all to a single list
- JavaScriptDeclaration - Class in org.fife.rsta.ac.js.ast
- JavaScriptDeclaration(String, int, CodeBlock) - Constructor for class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- JavaScriptDocUrlhandler - Class in org.fife.rsta.ac.js
- JavaScriptDocUrlhandler(JavaScriptLanguageSupport) - Constructor for class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
- JavaScriptEngine - Class in org.fife.rsta.ac.js.engine
-
JavaScript Engine Interface used for resolving Types SourceCompletionProvider needs a JavaScriptEngine for creating the following: JavaScriptResolver JavaScriptTypesFactory JavaScriptParser
- JavaScriptEngine() - Constructor for class org.fife.rsta.ac.js.engine.JavaScriptEngine
- JavaScriptEngineFactory - Class in org.fife.rsta.ac.js.engine
- JavaScriptEngineFactory() - Constructor for class org.fife.rsta.ac.js.engine.JavaScriptEngineFactory
- JavaScriptFunctionDeclaration - Class in org.fife.rsta.ac.js.ast
- JavaScriptFunctionDeclaration(String, int, CodeBlock, TypeDeclaration) - Constructor for class org.fife.rsta.ac.js.ast.JavaScriptFunctionDeclaration
- JavaScriptFunctionType - Class in org.fife.rsta.ac.js.ast.jsType
- JavaScriptFunctionType(String, List<TypeDeclaration>, SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JavaScriptFunctionType(String, SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JavaScriptFunctionTypeDeclaration - Class in org.fife.rsta.ac.js.ast
- JavaScriptFunctionTypeDeclaration(String, int, SourceCompletionProvider, CodeBlock) - Constructor for class org.fife.rsta.ac.js.ast.JavaScriptFunctionTypeDeclaration
- JavaScriptHelper - Class in org.fife.rsta.ac.js
- JavaScriptHelper() - Constructor for class org.fife.rsta.ac.js.JavaScriptHelper
- JavaScriptHelper.InfixVisitor - Class in org.fife.rsta.ac.js
-
Visitor for infix expression to work out whether the variable should be a string number literal Only works by determining the presence of StringLiterals and NumberLiterals.
- JavaScriptHelper.ParseText - Class in org.fife.rsta.ac.js
- JavaScriptHelper.ParseTextVisitor - Class in org.fife.rsta.ac.js
- JavaScriptInScriptFunctionCompletion - Class in org.fife.rsta.ac.js.completion
- JavaScriptInScriptFunctionCompletion(CompletionProvider, String, TypeDeclaration) - Constructor for class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- JavaScriptLanguageSupport - Class in org.fife.rsta.ac.js
-
Language support for JavaScript.
- JavaScriptLanguageSupport() - Constructor for class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- JavaScriptLanguageSupport.DeepestScopeVisitor - Class in org.fife.rsta.ac.js
- JavaScriptLanguageSupport.Info - Class in org.fife.rsta.ac.js
-
Manages information about the parsing/auto-completion for a single text area.
- JavaScriptLanguageSupport.JavaScriptAutoCompletion - Class in org.fife.rsta.ac.js
-
A hack of
AutoCompletionthat forces the parser to re-parse the document when the user presses Ctrl+space. - JavaScriptLanguageSupport.Listener - Class in org.fife.rsta.ac.js
-
Listens for various events in a text area editing Java (in particular, caret events, so we can track the "active" code block).
- JavaScriptLinkGenerator - Class in org.fife.rsta.ac.js
- JavaScriptLinkGenerator(JavaScriptLanguageSupport) - Constructor for class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- JavaScriptLinkGenerator.IsLinkableCheckResult - Class in org.fife.rsta.ac.js
-
The result of checking whether a region of code under the mouse is possibly link-able.
- JavaScriptMethodCompletion - Class in org.fife.rsta.ac.js.completion
- JavaScriptMethodCompletion(CompletionProvider, Method) - Constructor for class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- JavaScriptObject(String, boolean) - Constructor for class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations.JavaScriptObject
- JavaScriptOutlineTree - Class in org.fife.rsta.ac.js.tree
-
A tree view showing the outline of JavaScript source, similar to the "Outline" view in the Eclipse JDT.
- JavaScriptOutlineTree() - Constructor for class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Constructor.
- JavaScriptOutlineTree(boolean) - Constructor for class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Constructor.
- JavaScriptOutlineTree.Listener - Class in org.fife.rsta.ac.js.tree
-
Listens for events this tree is interested in (events in the associated editor, for example), as well as events in this tree.
- JavaScriptOutlineTreeGenerator - Class in org.fife.rsta.ac.js.tree
-
Generates the root node for a
JavaScriptOutlineTreebased on a Rhino AST ofRSyntaxTextAreacode. - JavaScriptOutlineTreeGenerator(RSyntaxTextArea, AstRoot) - Constructor for class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- JavaScriptParser - Class in org.fife.rsta.ac.js.ast.parser
- JavaScriptParser - Class in org.fife.rsta.ac.js
-
Parses JavaScript code in an
RSyntaxTextArea. - JavaScriptParser(JavaScriptLanguageSupport, RSyntaxTextArea) - Constructor for class org.fife.rsta.ac.js.JavaScriptParser
-
Constructor.
- JavaScriptParser(SourceCompletionProvider, int, TypeDeclarationOptions) - Constructor for class org.fife.rsta.ac.js.ast.parser.JavaScriptParser
-
JavaScriptParser constructor
- JavaScriptParser.JSErrorReporter - Class in org.fife.rsta.ac.js
-
Error reporter for Rhino-based parsing.
- JavaScriptResolver - Class in org.fife.rsta.ac.js.resolver
- JavaScriptResolver(SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.js.resolver.JavaScriptResolver
-
Base JavaScriptResolver
- javascriptReverseLookup - Variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- JavaScriptShorthandCompletion - Class in org.fife.rsta.ac.js.completion
- JavaScriptShorthandCompletion(CompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.js.completion.JavaScriptShorthandCompletion
- JavaScriptShorthandCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.rsta.ac.js.completion.JavaScriptShorthandCompletion
- JavaScriptShorthandCompletion(CompletionProvider, String, String, String, String) - Constructor for class org.fife.rsta.ac.js.completion.JavaScriptShorthandCompletion
- JavaScriptShorthandCompletionCache - Class in org.fife.rsta.ac.js
-
Cache of template and comment completions for JavaScript.
- JavaScriptShorthandCompletionCache(DefaultCompletionProvider, DefaultCompletionProvider, boolean) - Constructor for class org.fife.rsta.ac.js.JavaScriptShorthandCompletionCache
- JavaScriptTemplateCompletion - Class in org.fife.rsta.ac.js.completion
-
Template completions specific to JavaScript.
- JavaScriptTemplateCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.rsta.ac.js.completion.JavaScriptTemplateCompletion
- JavaScriptTemplateCompletion(CompletionProvider, String, String, String, String) - Constructor for class org.fife.rsta.ac.js.completion.JavaScriptTemplateCompletion
- JavaScriptTemplateCompletion(CompletionProvider, String, String, String, String, String) - Constructor for class org.fife.rsta.ac.js.completion.JavaScriptTemplateCompletion
- JavaScriptTreeCellRenderer - Class in org.fife.rsta.ac.js.tree
-
Renderer for JavaScript outline trees.
- JavaScriptTreeCellRenderer() - Constructor for class org.fife.rsta.ac.js.tree.JavaScriptTreeCellRenderer
- JavaScriptTreeNode - Class in org.fife.rsta.ac.js.tree
-
Tree node for JavaScript outline trees.
- JavaScriptTreeNode(List<AstNode>) - Constructor for class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
- JavaScriptTreeNode(AstNode) - Constructor for class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
- JavaScriptTreeNode(AstNode, boolean) - Constructor for class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
- JavaScriptType - Class in org.fife.rsta.ac.js.ast.jsType
-
Cached Type Tree Node with pointer to a list of super classes to make it easy to walk through Completion hierarchy Contains a HashMap of lookup keys to
JSCompletion - JavaScriptType(TypeDeclaration) - Constructor for class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- JavaScriptTypeNode - Interface in org.fife.rsta.ac.js.ast.parser
- javaScriptTypesFactory - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- JavaScriptTypesFactory - Class in org.fife.rsta.ac.js.ast.jsType
- JavaScriptTypesFactory(TypeDeclarationFactory) - Constructor for class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- JavaScriptTypesFactory.DefaultJavaScriptTypeFactory - Class in org.fife.rsta.ac.js.ast.jsType
- JavaScriptVariableDeclaration - Class in org.fife.rsta.ac.js.ast
-
JavaScript Variable Declaration class
TypeDeclarations - JavaScriptVariableDeclaration(String, int, SourceCompletionProvider, CodeBlock) - Constructor for class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
- JavaShorthandCompletion - Class in org.fife.rsta.ac.java
-
A completion for shorthand items that mimics the style seen in Eclipse.
- JavaShorthandCompletion(CompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.java.JavaShorthandCompletion
-
Constructor.
- JavaShorthandCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.rsta.ac.java.JavaShorthandCompletion
-
Constructor.
- JavaShorthandCompletionCache - Class in org.fife.rsta.ac.java
-
A cache of basic template and comment completions for Java, e.g.
- JavaShorthandCompletionCache(DefaultCompletionProvider, DefaultCompletionProvider) - Constructor for class org.fife.rsta.ac.java.JavaShorthandCompletionCache
- JavaSourceCompletion - Interface in org.fife.rsta.ac.java
-
Interface for Java source code completions.
- JavaTemplateCompletion - Class in org.fife.rsta.ac.java
-
A template completion for Java.
- JavaTemplateCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.rsta.ac.java.JavaTemplateCompletion
- JavaTemplateCompletion(CompletionProvider, String, String, String, String) - Constructor for class org.fife.rsta.ac.java.JavaTemplateCompletion
- JavaTemplateCompletion(CompletionProvider, String, String, String, String, String) - Constructor for class org.fife.rsta.ac.java.JavaTemplateCompletion
- JavaTreeNode - Class in org.fife.rsta.ac.java.tree
-
Base class for nodes in the Java outline tree.
- JavaTreeNode(String, String) - Constructor for class org.fife.rsta.ac.java.tree.JavaTreeNode
- JavaTreeNode(String, String, boolean) - Constructor for class org.fife.rsta.ac.java.tree.JavaTreeNode
- JavaTreeNode(ASTNode) - Constructor for class org.fife.rsta.ac.java.tree.JavaTreeNode
- JavaTreeNode(ASTNode, String) - Constructor for class org.fife.rsta.ac.java.tree.JavaTreeNode
- JavaTreeNode(ASTNode, String, boolean) - Constructor for class org.fife.rsta.ac.java.tree.JavaTreeNode
- jls - Variable in class org.fife.rsta.ac.java.JavaLinkGenerator
- join(String) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function join(separator) converts each element of the array into a string.
- JS5Array - Class in org.fife.rsta.ac.js.ecma.api.ecma5
-
Object Array
- JS5Array() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Array
-
Object Array()
- JS5Array(JSNumber) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Array
-
Object Array(size)
- JS5Array(JSObject, JSObject) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Array
-
Object Array(element0, ...
- JS5ArrayFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma5.functions
- JS5Date - Class in org.fife.rsta.ac.js.ecma.api.ecma5
-
Object Boolean
- JS5Date() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Date
-
Object Date()
- JS5Date(JSNumber) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Date
-
Object Date(milliseconds)
- JS5Date(JSNumber, JSNumber, JSNumber, JSNumber, JSNumber, JSNumber, JSNumber) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Date
-
Object Date(year, month, day, hours, minutes, seconds, ms)
- JS5Date(JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Date
-
Object Date(datestring)
- JS5DateFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma5.functions
- JS5Function - Class in org.fife.rsta.ac.js.ecma.api.ecma5
-
Object Function
- JS5Function(JSString, JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Function
-
Object Function(argument_names..., body)
- JS5FunctionFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma5.functions
- JS5JSON - Class in org.fife.rsta.ac.js.ecma.api.ecma5
-
Object JSON
- JS5JSON() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5JSON
- JS5Object - Class in org.fife.rsta.ac.js.ecma.api.ecma5
-
Base JavaScript Object
- JS5Object() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
Object Object()
- JS5Object(JSObject) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
Object Object(value)
- JS5ObjectFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma5.functions
- JS5String - Class in org.fife.rsta.ac.js.ecma.api.ecma5
-
Object String
- JS5String(JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma5.JS5String
-
Object String(s)
- JS5StringFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma5.functions
- JSArray - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Array
- JSArray - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSArray() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
-
Object Array()
- JSArray(JSNumber) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
-
Object Array(size)
- JSArray(JSObject, JSObject) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
-
Object Array(element0, ...
- JSArrayFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma3.functions
- JSAttr - Class in org.fife.rsta.ac.js.ecma.api.dom
-
Object Attr
- JSAttr() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSAttr
-
Object Attr() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSBeanCompletion - Class in org.fife.rsta.ac.js.completion
- JSBeanCompletion(CompletionProvider, MethodInfo, JarManager) - Constructor for class org.fife.rsta.ac.js.completion.JSBeanCompletion
- JSBoolean - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Boolean
- JSBoolean(JSObject) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSBoolean
-
Object Boolean(value)
- JSBooleanClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- jsc - Variable in class org.fife.rsta.ac.java.JavaCellRenderer
- JSCDATASection - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSCDATASection() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSCDATASection
-
Object CDATASection() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSCharacterData - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSCharacterData() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSCharacterData
-
Object CharacterData() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSClassCompletion - Class in org.fife.rsta.ac.js.completion
- JSClassCompletion(CompletionProvider, ClassFile, boolean) - Constructor for class org.fife.rsta.ac.js.completion.JSClassCompletion
- JSComment - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSComment() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSComment
-
Object Comment() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSCompletion - Interface in org.fife.rsta.ac.js.completion
- JSCompletionUI - Interface in org.fife.rsta.ac.js.completion
- JSConstructorCompletion - Class in org.fife.rsta.ac.js.completion
- JSConstructorCompletion(CompletionProvider, MethodInfo) - Constructor for class org.fife.rsta.ac.js.completion.JSConstructorCompletion
- JSDate - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Date
- JSDate() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSDate
-
Object Date()
- JSDate(JSNumber) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSDate
-
Object Date(milliseconds)
- JSDate(JSNumber, JSNumber, JSNumber, JSNumber, JSNumber, JSNumber, JSNumber) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSDate
-
Object Date(year, month, day, hours, minutes, seconds, ms)
- JSDate(JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSDate
-
Object Date(datestring)
- JSDateClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSDateFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma3.functions
- JSDOC_ITEM_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- JsDocCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocCompletion
- JsDocCompletion(CompletionProvider, String, String, String, String) - Constructor for class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocCompletion
- JsDocCompletionProvider - Class in org.fife.rsta.ac.js
-
Completion provider for JSDoc.
- JsDocCompletionProvider() - Constructor for class org.fife.rsta.ac.js.JsDocCompletionProvider
- JsDocCompletionProvider.JsDocCompletion - Class in org.fife.rsta.ac.js
-
A Javadoc completion.
- JsDocCompletionProvider.JsDocParameterizedCompletion - Class in org.fife.rsta.ac.js
- JsDocParameterizedCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocParameterizedCompletion
- JsDocParameterizedCompletion(CompletionProvider, String, String, String, String) - Constructor for class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocParameterizedCompletion
- jsDocToHtml(String) - Static method in class org.fife.rsta.ac.js.Util
-
Generates an HTML summary from a JSDoc comment.
- JSDocument - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDocument() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDocument
-
Object Document() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSDocumentFragment - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDocumentFragment() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDocumentFragment
-
Object DocumentFragment() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSDocumentType - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDocumentType() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDocumentType
-
Object DocumentType() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSDOMConfiguration - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDOMConfiguration() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDOMConfiguration
-
Object DOMConfiguration() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSDOMImplementation - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDOMImplementation() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementation
-
Object DOMImplementation() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSDOMImplementationList - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDOMImplementationList() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementationList
-
Object DOMImplementationList() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSDOMImplementationSource - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDOMImplementationSource() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementationSource
-
Object DOMImplementationSource() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSDOMLocator - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDOMLocator() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDOMLocator
-
Object DOMLocator() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSDOMStringList - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSDOMStringList() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSDOMStringList
-
Object DOMStringList() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSElement - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSElement
-
Object Element() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSEntity - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSEntity() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSEntity
-
Object Entity() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSEntityReference - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSEntityReference() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSEntityReference
-
Object EntityReference() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSError - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Error
- JSError() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSError
-
Object Error()
- JSError(JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSError
-
Object Error(message)
- JsErrorParser - Enum in org.fife.rsta.ac.js
-
Enumerates the different parsing engines that can be used to identify syntax errors in a JavaScript file.
- JsErrorParser() - Constructor for enum org.fife.rsta.ac.js.JsErrorParser
- JSErrorReporter() - Constructor for class org.fife.rsta.ac.js.JavaScriptParser.JSErrorReporter
- jsFactory - Variable in class org.fife.rsta.ac.js.engine.JavaScriptEngine
- JSFieldCompletion - Class in org.fife.rsta.ac.js.completion
- JSFieldCompletion(CompletionProvider, FieldInfo) - Constructor for class org.fife.rsta.ac.js.completion.JSFieldCompletion
- JSFieldData - Class in org.fife.rsta.ac.js.completion
- JSFieldData(FieldInfo, JarManager) - Constructor for class org.fife.rsta.ac.js.completion.JSFieldData
- JSFunction - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Function
- JSFunction(JSString, JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSFunction
-
Object Function(argument_names..., body)
- JSFunctionCompletion - Class in org.fife.rsta.ac.js.completion
- JSFunctionCompletion(CompletionProvider, MethodInfo) - Constructor for class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- JSFunctionCompletion(CompletionProvider, MethodInfo, boolean) - Constructor for class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- JSFunctionCompletion.JSFunctionParam - Class in org.fife.rsta.ac.js.completion
-
Override the FunctionCompletion.Parameter to look up the Javascript name for the completion type
- JSFunctionFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma3.functions
- JSFunctionParam(Object, String, boolean, CompletionProvider) - Constructor for class org.fife.rsta.ac.js.completion.JSFunctionCompletion.JSFunctionParam
- JSGlobal - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Global
- JSGlobal() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSGlobal
- JSGlobalFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma3.functions
- JSHINT - org.fife.rsta.ac.js.JsErrorParser
- JsHinter - Class in org.fife.rsta.ac.js
-
Launches jshint as an external process to parse JavaScript in an
RSyntaxTextArea. - JsHinter(JavaScriptParser, RSyntaxDocument, DefaultParseResult) - Constructor for class org.fife.rsta.ac.js.JsHinter
- JsHinter.MarkStrategy - Enum in org.fife.rsta.ac.js
-
What exactly to mark as the error in the document, based on an error code from JSHint.
- JsHinter.StreamReaderThread - Class in org.fife.rsta.ac.js
-
A thread dedicated to reading either the stdout or stderr stream of an external process.
- JSHTMLAnchorElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLAnchorElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAnchorElement
-
Object HTMLAnchorElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLAppletElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLAppletElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAppletElement
-
Object HTMLAppletElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLAreaElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLAreaElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAreaElement
-
Object HTMLAreaElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLBaseElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLBaseElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBaseElement
-
Object HTMLBaseElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLBaseFontElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLBaseFontElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBaseFontElement
-
Object HTMLBaseFontElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLBodyElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLBodyElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBodyElement
-
Object HTMLBodyElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLBRElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLBRElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBRElement
-
Object HTMLBRElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLButtonElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLButtonElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLButtonElement
-
Object HTMLButtonElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLCollection - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLCollection() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLCollection
-
Object HTMLCollection() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLDirectoryElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLDirectoryElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDirectoryElement
-
Object HTMLDirectoryElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLDivElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLDivElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDivElement
-
Object HTMLDivElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLDListElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLDListElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDListElement
-
Object HTMLDListElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLDocument - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLDocument() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDocument
-
Object HTMLDocument() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLElement
-
Object HTMLElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLFieldSetElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLFieldSetElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFieldSetElement
-
Object HTMLFieldSetElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLFontElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLFontElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFontElement
-
Object HTMLFontElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLFormElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLFormElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFormElement
-
Object HTMLFormElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLFrameElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLFrameElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFrameElement
-
Object HTMLFrameElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLFrameSetElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLFrameSetElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFrameSetElement
-
Object HTMLFrameSetElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLHeadElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLHeadElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHeadElement
-
Object HTMLHeadElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLHeadingElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLHeadingElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHeadingElement
-
Object HTMLHeadingElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLHRElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLHRElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHRElement
-
Object HTMLHRElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLHtmlElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLHtmlElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHtmlElement
-
Object HTMLHtmlElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLIFrameElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLIFrameElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLIFrameElement
-
Object HTMLIFrameElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLImageElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLImageElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLImageElement
-
Object HTMLImageElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLInputElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLInputElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLInputElement
-
Object HTMLInputElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLIsIndexElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLIsIndexElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLIsIndexElement
-
Object HTMLIsIndexElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLLabelElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLLabelElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLabelElement
-
Object HTMLLabelElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLLegendElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLLegendElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLegendElement
-
Object HTMLLegendElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLLIElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLLIElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLIElement
-
Object HTMLLIElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLLinkElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLLinkElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLinkElement
-
Object HTMLLinkElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLMapElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLMapElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMapElement
-
Object HTMLMapElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLMenuElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLMenuElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMenuElement
-
Object HTMLMenuElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLMetaElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLMetaElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMetaElement
-
Object HTMLMetaElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLModElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLModElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLModElement
-
Object HTMLModElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLObjectElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLObjectElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLObjectElement
-
Object HTMLObjectElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLOListElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLOListElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOListElement
-
Object HTMLOListElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLOptGroupElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLOptGroupElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptGroupElement
-
Object HTMLOptGroupElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLOptionElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLOptionElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptionElement
-
Object HTMLOptionElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLOptionsCollection - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLOptionsCollection() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptionsCollection
-
Object HTMLOptionsCollection() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLParagraphElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLParagraphElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLParagraphElement
-
Object HTMLParagraphElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLParamElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLParamElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLParamElement
-
Object HTMLParamElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLPreElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLPreElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLPreElement
-
Object HTMLPreElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLQuoteElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLQuoteElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLQuoteElement
-
Object HTMLQuoteElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLScriptElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLScriptElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLScriptElement
-
Object HTMLScriptElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLSelectElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLSelectElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLSelectElement
-
Object HTMLSelectElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLStyleElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLStyleElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLStyleElement
-
Object HTMLStyleElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLTableCaptionElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLTableCaptionElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableCaptionElement
-
Object HTMLTableCaptionElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLTableCellElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLTableCellElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableCellElement
-
Object HTMLTableCellElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLTableColElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLTableColElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableColElement
-
Object HTMLTableColElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLTableElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLTableElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableElement
-
Object HTMLTableElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLTableRowElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLTableRowElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableRowElement
-
Object HTMLTableRowElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLTableSectionElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLTableSectionElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableSectionElement
-
Object HTMLTableSectionElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLTextAreaElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLTextAreaElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTextAreaElement
-
Object HTMLTextAreaElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLTitleElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLTitleElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTitleElement
-
Object HTMLTitleElement() See also the Document Object Model (DOM) Level 2 Specification
- JSHTMLUListElement - Class in org.fife.rsta.ac.js.ecma.api.dom.html
- JSHTMLUListElement() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLUListElement
-
Object HTMLUListElement() See also the Document Object Model (DOM) Level 2 Specification
- JSMath - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Math
- JSMath() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
- JSMethodData - Class in org.fife.rsta.ac.js.completion
- JSMethodData(MethodInfo, JarManager) - Constructor for class org.fife.rsta.ac.js.completion.JSMethodData
- jsName - Variable in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- JSNamedNodeMap - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSNamedNodeMap() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSNamedNodeMap
-
Object NamedNodeMap() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSNameList - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSNameList() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSNameList
-
Object NameList() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSNode - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSNode() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSNode
-
Object Node() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSNodeList - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSNodeList() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSNodeList
-
Object NodeList() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSNotation - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSNotation() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSNotation
-
Object Notation() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSNumber - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Number
- JSNumber(JSObject) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
Object Number(value)
- JSNumberClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSNumberFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma3.functions
- JSObject - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Base JavaScript Object
- JSObject() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSObject
-
Object Object()
- JSObject(JSObject) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSObject
-
Object Object(value)
- JSObjectClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSObjectFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma3.functions
- JspCompletionProvider - Class in org.fife.rsta.ac.jsp
-
Completion provider for JSP.
- JspCompletionProvider() - Constructor for class org.fife.rsta.ac.jsp.JspCompletionProvider
- JspLanguageSupport - Class in org.fife.rsta.ac.jsp
-
Language support for JSP.
- JspLanguageSupport() - Constructor for class org.fife.rsta.ac.jsp.JspLanguageSupport
-
Constructor.
- JSProcessingInstruction - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSProcessingInstruction() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSProcessingInstruction
-
Object ProcessingInstruction() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSR223_ENGINE - Static variable in class org.fife.rsta.ac.js.engine.JSR223JavaScriptEngine
- JSR223JavaScriptCompletionResolver - Class in org.fife.rsta.ac.js.resolver
- JSR223JavaScriptCompletionResolver(SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.js.resolver.JSR223JavaScriptCompletionResolver
-
RhinoCompletionProvider constructor - resolves Rhino specific types Used to resolve Static class e.g.
- JSR223JavaScriptEngine - Class in org.fife.rsta.ac.js.engine
- JSR223JavaScriptEngine() - Constructor for class org.fife.rsta.ac.js.engine.JSR223JavaScriptEngine
- JSR223JavaScriptTypesFactory - Class in org.fife.rsta.ac.js.ast.jsType
- JSR223JavaScriptTypesFactory(TypeDeclarationFactory) - Constructor for class org.fife.rsta.ac.js.ast.jsType.JSR223JavaScriptTypesFactory
- JSR223Type - Class in org.fife.rsta.ac.js.ast.jsType
- JSR223Type(TypeDeclaration) - Constructor for class org.fife.rsta.ac.js.ast.jsType.JSR223Type
- JSRegExp - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object RegExp
- JSRegExp(JSString, JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
Object RegExp(pattern, attributes)
- JSRegExpFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma3.functions
- JSString - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object String
- JSString(JSString) - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSString
-
Object String(s)
- JSStringClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSStringFunctions - Interface in org.fife.rsta.ac.js.ecma.api.ecma3.functions
- JSText - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSText() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSText
-
Object Text() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSTYPE_ARRAY - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSTYPE_BOOLEAN - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSTYPE_NUMBER - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSTYPE_OBJECT - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSTYPE_STRING - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSTYPE_UNDEFINED - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- JSTypeInfo - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSTypeInfo() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSTypeInfo
-
Object Node() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSUndefined - Class in org.fife.rsta.ac.js.ecma.api.ecma3
-
Object Undefined
- JSUndefined() - Constructor for class org.fife.rsta.ac.js.ecma.api.ecma3.JSUndefined
- JSUserDataHandler - Class in org.fife.rsta.ac.js.ecma.api.dom
- JSUserDataHandler() - Constructor for class org.fife.rsta.ac.js.ecma.api.dom.JSUserDataHandler
-
Object Node() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- JSVariableCompletion - Class in org.fife.rsta.ac.js.completion
- JSVariableCompletion(CompletionProvider, JavaScriptVariableDeclaration) - Constructor for class org.fife.rsta.ac.js.completion.JSVariableCompletion
- JSVariableCompletion(CompletionProvider, JavaScriptVariableDeclaration, boolean) - Constructor for class org.fife.rsta.ac.js.completion.JSVariableCompletion
K
- keepLastDocComment - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Whether the last documentation comment parsed should be kept.
- keyPressed(KeyEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- keyReleased(KeyEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- keys(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function keys(o) return enumerable property names.
- keyTyped(KeyEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- 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_DEF - Static variable in class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
- 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
- langSupport - Variable in class org.fife.rsta.ac.js.JavaScriptParser
- language - Variable in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- LANGUAGE_SUPPORT_PROPERTY - Static variable in class org.fife.rsta.ac.LanguageSupportFactory
-
Client property set on RSyntaxTextAreas that points to the current language support for that text area.
- languageSupport - Variable in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
- languageSupport - Variable in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
- languageSupport - Variable in class org.fife.rsta.ac.ts.TypeScriptCompletionProvider
- 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.
- LanguageSupportFactory() - Constructor for class org.fife.rsta.ac.LanguageSupportFactory
-
Constructor.
- languageVersion - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- lastCompletionsAtText - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- lastCUClassFileParam - Static variable in class org.fife.rsta.ac.java.Util
- lastCUFileParam - Static variable in class org.fife.rsta.ac.java.Util
- lastCUFromDisk - Static variable in class org.fife.rsta.ac.java.Util
-
A cache of the last
CompilationUnitread from some attached source on disk. - lastDocComment - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
The last documentation comment parsed, if that feature is enabled.
- lastIndex - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
property lastIndex
- lastIndexOf(JSString, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function lastIndexOf(searchString, startPosition) search a string backward.
- lastIndexOf(JS5Object, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function lastIndexOf(value, start) search backwards through an array.
- lastJavaScriptType - Variable in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
- lastLookupName - Variable in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
- lastModified - Variable in class org.fife.rsta.ac.java.JarReader
- lastNode - Variable in class org.fife.rsta.ac.js.JavaScriptHelper.ParseTextVisitor
- lastParameterizedCompletionsAt - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- lastTagName - Variable in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
Returns the last tag name grabbed via
HtmlCompletionProvider.getAlreadyEnteredText(JTextComponent). - length - Variable in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
- length - Variable in class org.fife.rsta.ac.js.ecma.api.client.History
-
Property length
- length - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property length
- length - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
-
property length
- length - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSFunction
-
property length
- length - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSString
-
property length
- length() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function length() the length method always returns the integer 1 for XML objects.
- length() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function length() returns the number of properties in this XMLList object.
- LessCodeCompletionProvider - Class in org.fife.rsta.ac.less
-
The main completion provider for Less code.
- LessCodeCompletionProvider() - Constructor for class org.fife.rsta.ac.less.LessCodeCompletionProvider
-
Constructor.
- LessCompletionProvider - Class in org.fife.rsta.ac.less
-
A completion provider for Less.
- LessCompletionProvider() - Constructor for class org.fife.rsta.ac.less.LessCompletionProvider
- LessLanguageSupport - Class in org.fife.rsta.ac.less
-
Language support for Less.
- LessLanguageSupport() - Constructor for class org.fife.rsta.ac.less.LessLanguageSupport
-
Constructor.
- lexeme - Variable in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
-
The token's text.
- LexerState() - Constructor for enum org.fife.rsta.ac.css.PropertyValueCompletionProvider.LexerState
- LibraryInfo - Class in org.fife.rsta.ac.java.buildpath
-
Information about a jar, compiled class folder, or other source of classes to add to the "build path" for Java completion.
- LibraryInfo() - Constructor for class org.fife.rsta.ac.java.buildpath.LibraryInfo
- line - Variable in class org.fife.rsta.ac.common.TokenScanner
- line - Variable in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
-
The line the token is on.
- line - Variable in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
- LINE_NUMBER_TABLE - Static variable in class org.fife.rsta.ac.java.classreader.attributes.Code
- LINK_TAG_MEMBER_PATTERN - Static variable in class org.fife.rsta.ac.java.Util
-
Pattern matching a link in a "
@link" tag. - list - Variable in class org.fife.rsta.ac.java.JavaCellRenderer
- listener - Variable in class org.fife.rsta.ac.GoToMemberWindow
- listener - Variable in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- listener - Variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
- listener - Variable in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- Listener() - Constructor for class org.fife.rsta.ac.GoToMemberWindow.Listener
- Listener() - Constructor for class org.fife.rsta.ac.java.tree.JavaOutlineTree.Listener
- Listener() - Constructor for class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree.Listener
- Listener(RSyntaxTextArea) - Constructor for class org.fife.rsta.ac.java.JavaLanguageSupport.Listener
- Listener(RSyntaxTextArea) - Constructor for class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Listener
- listenTo(RSyntaxTextArea) - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Causes this outline tree to reflect the source code in the specified text area.
- listenTo(RSyntaxTextArea) - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- listenTo(RSyntaxTextArea) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Causes this outline tree to reflect the source code in the specified text area.
- listenTo(RSyntaxTextArea) - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- 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
- LN10 - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
property LN10 the natural logarithm of 10.
- LN2 - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
property LN2 the natural logarithm of 2.
- loadCodeCompletionsFromXml(DefaultCompletionProvider) - Method in class org.fife.rsta.ac.c.CCompletionProvider
-
Called from
CCompletionProvider.createCodeCompletionProvider()to actually load the completions from XML. - loadCompletions() - Method in class org.fife.rsta.ac.java.JarReader
- loadCompletionsForCaretPosition(CompilationUnit, JTextComponent, String, Set<Completion>) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Loads completions based on the current caret location in the source.
- loadCompletionsForCaretPosition(CompilationUnit, JTextComponent, String, Set<Completion>, TypeDeclaration, String, int) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Loads completions based on the current caret location in the source.
- loadCompletionsForCaretPositionQualified(CompilationUnit, String, Set<Completion>, TypeDeclaration, Method, String, int) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Loads completions for the text at the current caret position, if there is a "prefix" of chars and at least one '.' character in the text up to the caret.
- loadCompletionsForCaretPositionQualifiedCodeBlock(CompilationUnit, Set<Completion>, TypeDeclaration, CodeBlock, String, int) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
- loadCompletionsForImport(Set<Completion>, String, String) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Loads completions for a single import statement.
- loadECMAClasses(Set<Completion>, String) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Load ECMA JavaScript class completions
- loadExtensions() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- loadFromXML(InputStream, ClassLoader) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
-
Loads completions from an XML input stream.
- loadFromXML(String) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
-
Loads completions from an XML file.
- loadHtmlTagCompletions() - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- loadIcon(String) - Method in class org.fife.rsta.ac.css.IconFactory
-
Loads an icon by file name.
- loadIcon(String) - Method in class org.fife.rsta.ac.java.IconFactory
- loadIcon(String) - Method in class org.fife.rsta.ac.js.IconFactory
-
Loads an icon.
- loadIcon(String) - Method in class org.fife.rsta.ac.less.LessCodeCompletionProvider
-
Loads an icon by file name.
- loadImportCompletions(Set<Completion>, String, CompilationUnit) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Loads completions for all import statements.
- loadJavaScriptConstructors() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- loadPhpCompletionsFromXML(InputStream) - Method in class org.fife.rsta.ac.php.PhpCompletionProvider
-
Loads completions from an XML input stream.
- loadPropertyCompletions() - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- loadReverseLookup() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- loadTldElems() - Method in class org.fife.rsta.ac.jsp.TldFile
- loadTypes() - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- loadTypes() - Method in class org.fife.rsta.ac.js.ast.type.ecma.v3.TypeDeclarationsECMAv3
- loadTypes() - Method in class org.fife.rsta.ac.js.ast.type.ecma.v5.TypeDeclarationsECMAv5
- LOCAL_VARIABLE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- LOCAL_VARIABLE_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- LOCAL_VARIABLE_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- LOCAL_VARIABLE_TABLE - Static variable in class org.fife.rsta.ac.java.classreader.attributes.Code
- LOCAL_VARIABLE_TYPE_TABLE - Static variable in class org.fife.rsta.ac.java.classreader.attributes.Code
- localeCompare(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function localeCompare(otherString) compare one string to another, using locale-specific ordering.
- localFunctions - Variable in class org.fife.rsta.ac.js.ast.VariableResolver
- localName - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
property localName local name part of QName
- localName() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function localName() returns the localName part of the XML object.
- localVar - Variable in class org.fife.rsta.ac.java.LocalVariableCompletion
- localVariable - Variable in class org.fife.rsta.ac.js.completion.JSVariableCompletion
- 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
- LocalVariableCompletion - Class in org.fife.rsta.ac.java
- LocalVariableCompletion(CompletionProvider, LocalVariable) - Constructor for class org.fife.rsta.ac.java.LocalVariableCompletion
- localVariables - Variable in class org.fife.rsta.ac.js.ast.VariableResolver
- LocalVarInfo(String, boolean) - Constructor for class org.fife.rsta.ac.java.classreader.Frame.LocalVarInfo
- localVars - Variable in class org.fife.rsta.ac.java.classreader.Frame
- localVars - Variable in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
- LocalVarTreeNode - Class in org.fife.rsta.ac.java.tree
-
Tree node for a local variable.
- LocalVarTreeNode(LocalVariable) - Constructor for class org.fife.rsta.ac.java.tree.LocalVarTreeNode
- location - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
property location
- location - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property location
- Location - Class in org.fife.rsta.ac.js.ecma.api.client
- Location() - Constructor for class org.fife.rsta.ac.js.ecma.api.client.Location
-
Object Location()
- locationbar - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property locationbar
- LocationFunctions - Interface in org.fife.rsta.ac.js.ecma.api.client.funtions
- locator - Variable in class org.fife.rsta.ac.xml.XmlParser
- log(Object) - Static method in class org.fife.rsta.ac.java.rjc.parser.Main
- log(String) - Static method in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
- log(String) - Static method in class org.fife.rsta.ac.js.Logger
-
TODO change logging to Log4J? Log message to console
- log(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function log(x) compute a natural logarithm.
- LOG - Static variable in class org.fife.rsta.ac.java.rjc.parser.Main
- LOG10E - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
property LOG10E the base-10 logarithm of e.
- LOG2E - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
property LOG2E the base-2 logarithm of e.
- logError(String) - Static method in class org.fife.rsta.ac.js.Logger
- Logger - Class in org.fife.rsta.ac.js
- Logger() - Constructor for class org.fife.rsta.ac.js.Logger
- LongClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- lookupFromName(AstNode, JavaScriptType) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Lookup the name of the node within the last JavaScript type.
- lookupFunctionCompletion(AstNode, JavaScriptType) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Lookup the function name of the node within the last JavaScript type.
- lookupJavaScriptType(JavaScriptType, String) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
- lowBytes - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantDoubleInfo
- lowBytes - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
M
- main(String[]) - Static method in class org.fife.rsta.ac.IOUtil
-
Utility testing method.
- main(String[]) - Static method in class org.fife.rsta.ac.java.rjc.parser.Main
-
Program entry point.
- 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
-
Private constructor to prevent instantiation.
- mainAttr - Variable in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- mainIcon - Variable in class org.fife.rsta.ac.java.DecoratableIcon
-
The "main" icon (the icon that is decorated).
- majorVersion - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
The class file's major version number.
- makeJavaScriptType(TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- makeJavaScriptType(TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.jsType.JSR223JavaScriptTypesFactory
- manToHtml(CharSequence) - Static method in class org.fife.rsta.ac.sh.ShellFunctionCompletion
- map(JS5Function, JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function map(f, o) compute new array elements from old.
- MARK_CUR_TOKEN - org.fife.rsta.ac.js.JsHinter.MarkStrategy
- MARK_LINE - org.fife.rsta.ac.js.JsHinter.MarkStrategy
- MARK_PREV_NON_WS_TOKEN - org.fife.rsta.ac.js.JsHinter.MarkStrategy
- MARK_PREV_TOKEN - org.fife.rsta.ac.js.JsHinter.MarkStrategy
- MARK_STRATEGIES - Static variable in class org.fife.rsta.ac.js.JsHinter
- markResetPosition() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Marks a position to reset to.
- MarkStrategy() - Constructor for enum org.fife.rsta.ac.js.JsHinter.MarkStrategy
- match(JSRegExp) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function match(regexp) find one or more regular-expression matches
- max(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function max(args) Return the largest argument.
- MAX_COMPILE_MILLIS - Static variable in class org.fife.rsta.ac.perl.PerlParser
-
The maximum amount of time to wait for Perl to finish compiling a source file.
- MAX_VALUE - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
property MAX_VALUE The largest representable number.
- maxLocals - Variable in class org.fife.rsta.ac.java.classreader.attributes.Code
-
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.
- maxStack - Variable in class org.fife.rsta.ac.java.classreader.attributes.Code
-
The maximum depth of the operand stack of this method at any point during its execution.
- Member - Interface in org.fife.rsta.ac.java.rjc.ast
-
A marker for a member of a class or interface.
- MemberCompletion - Interface in org.fife.rsta.ac.java
-
Extra methods defined by a completion for a Java member (fields and methods).
- MemberCompletion.Data - Interface in org.fife.rsta.ac.java
-
Metadata about the member.
- 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.
- memberList - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- MemberTreeNode - Class in org.fife.rsta.ac.java.tree
-
Tree node for a field or method.
- MemberTreeNode(CodeBlock) - Constructor for class org.fife.rsta.ac.java.tree.MemberTreeNode
- MemberTreeNode(Field) - Constructor for class org.fife.rsta.ac.java.tree.MemberTreeNode
- MemberTreeNode(Method) - Constructor for class org.fife.rsta.ac.java.tree.MemberTreeNode
- menubar - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property menubar
- mergeImportCache(HashSet<String>, HashSet<String>) - Method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
- mergeImports(HashSet<String>, HashSet<String>) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- mergeImports(HashSet<String>, LinkedHashSet<String>, boolean) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- message - Variable in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
- message - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSError
-
property message
- method - Variable in class org.fife.rsta.ac.java.JavaLinkGenerator.IsLinkableCheckResult
-
Whether the token is a method invocation (as opposed to a local variable or field).
- method - Variable in class org.fife.rsta.ac.java.MethodData
- method - Variable in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- method - Variable in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- Method - Class in org.fife.rsta.ac.java.rjc.ast
-
Represents a method in a Java type.
- Method(Scanner, Modifiers, Type, Token, List<FormalParameter>, List<String>) - 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
- MethodCompletion - Class in org.fife.rsta.ac.java
-
A completion for a Java method.
- MethodCompletion(CompletionProvider, MethodInfo) - Constructor for class org.fife.rsta.ac.java.MethodCompletion
-
Creates a completion for a method discovered when parsing a compiled class file.
- MethodCompletion(CompletionProvider, Method) - Constructor for class org.fife.rsta.ac.java.MethodCompletion
-
Creates a completion for a method discovered when parsing a Java source file.
- methodData - Variable in class org.fife.rsta.ac.js.completion.JSBeanCompletion
- methodData - Variable in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- MethodData - Class in org.fife.rsta.ac.java
-
Metadata about a method as read from a Java source file.
- MethodData(Method) - Constructor for class org.fife.rsta.ac.java.MethodData
- methodFieldCompletions - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- 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.
- MethodInfoData - Class in org.fife.rsta.ac.java
-
Metadata about a method as read from a class file.
- MethodInfoData(MethodInfo, SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.java.MethodInfoData
-
Constructor.
- methods - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Structures giving complete descriptions of the methods in this class or interface.
- mi - Variable in class org.fife.rsta.ac.java.classreader.attributes.Code
-
The parent method.
- mi - Variable in class org.fife.rsta.ac.java.classreader.attributes.Exceptions
-
The method this attribute is describing.
- mimeTypes - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Property mimeTypes
- min(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function min(args) return the smallest argument.
- MIN_VALUE - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
property MIN_VALUE The smallest representable number.
- minorVersion - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
The class file's minor version number.
- model - Variable in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- model - Variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
- model - Variable in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- MODIFIER_TEXT - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- modifiers - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- modifiers - Variable in class org.fife.rsta.ac.java.rjc.ast.Field
- modifiers - Variable in class org.fife.rsta.ac.java.rjc.ast.Method
- modifiers - Variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- 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
- mostRecentToken - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
The most recently lexed token, or
nullif EOS was reached. - mouseClicked(MouseEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- moveBy(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function moveBy(arg1, arg2) Moves a window relative to its current position
- moveTo(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function moveTo(arg1, arg2) Moves a window to the specified position
- msg - Static variable in class org.fife.rsta.ac.js.JavaScriptShorthandCompletionCache
- MSG - Static variable in class org.fife.rsta.ac.java.JavaShorthandCompletionCache
- MSG - Static variable in class org.fife.rsta.ac.js.JavaScriptShorthandCompletionCache
- multiline - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
property multiline
N
- name - Variable in class org.fife.rsta.ac.common.VariableDeclaration
- name - Variable in class org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute
- name - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
- name - Variable in class org.fife.rsta.ac.java.rjc.lang.TypeParameter
- name - Variable in class org.fife.rsta.ac.java.rjc.lang.Variable
- name - Variable in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- name - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- name - Variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations.JavaScriptObject
- name - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property name
- name - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSError
-
property name
- name() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function name() returns qualified name for the XML object.
- NAME - Static variable in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
-
The name of all
CodeBlocks. - nameAndParameters - Variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Cached string representing the name and parameters for this method.
- nameAndParameters - Variable in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- nameAndParameters - Variable in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- nameAndTypeIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantFieldrefInfo
- nameAndTypeIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInterfaceMethodrefInfo
- nameAndTypeIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInvokeDynamicInfo
- nameAndTypeIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodrefInfo
- nameIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantClassInfo
-
An index into the constant_pool table.
- nameIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantNameAndTypeInfo
- nameIndex - Variable in class org.fife.rsta.ac.java.classreader.FieldInfo
-
Index into the constant pool of a
ConstantUtf8Infostructure representing the field name, as a simple name. - nameIndex - Variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
An index into the constant pool of a
ConstantUtf8Infostructure representing either one of the special method names ( "<init>" or "<clinit>") or a valid method name in the Java programming language, stored as a simple name. - namespace(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function namespace(prefix) returns the namespace associated with this object.
- namespaceDeclarations() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function namespaceDeclarations() returns a string representing the kind of object this is (e.g.
- NaN - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSGlobal
-
property NaN Not a number value.
- NaN - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
property NaN Not-a-number value.
- NATIVE - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- navigator - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property navigator
- Navigator - Class in org.fife.rsta.ac.js.ecma.api.client
- Navigator() - Constructor for class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Object Navigator()
- NavigatorFunctions - Interface in org.fife.rsta.ac.js.ecma.api.client.funtions
- NEGATIVE_INFINITY - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
property NEGATIVE_INFINITY Negative infinite value.
- next() - Method in class org.fife.rsta.ac.common.TokenScanner
-
Returns the next non-whitespace, non-comment token in the text area.
- nextMemberDeprecated - Variable in class org.fife.rsta.ac.java.rjc.parser.ASTFactory
-
Whether the next member (or class, interface or enum) is deprecated.
- nextRaw() - Method in class org.fife.rsta.ac.common.TokenScanner
-
Returns the next token in the text area.
- nodeKind() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function nodeKind() return an array of Namespace objects representing the namespace declarations associated with this object.
- NON_CONSTRUCTOR_RELEVANCE - Static variable in class org.fife.rsta.ac.java.MethodCompletion
-
The relevance of methods.
- nonJavaCompletion - Variable in class org.fife.rsta.ac.java.JavaCellRenderer
-
This is used instead of jsc for "incomplete" stuff, like classes, interfaces, etc.
- 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
- normalize() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function normalize() puts all text nodes in this and all descendant XML objects into a normal form by merging adjacent text nodes and eliminating empty text nodes.
- normalize() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function normalize() puts all text nodes in this XMLList, all the XML objects it contains and the descendents of all the XML objects it contains into a normal form by merging adjacent text nodes and eliminating empty text nodes.
- NOTHING - Static variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
- notices - Variable in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
- now() - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Date
-
function now() return the current time in milliseconds.
- NULL_TYPE - Static variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- NumberClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
O
- ObjectClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- offs - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport.ImportToAddInfo
- offs - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.DeepestScopeVisitor
- offset - Variable in class org.fife.rsta.ac.common.VariableDeclaration
- offset - Variable in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
-
The absolute offset into the source of the token.
- offset - Variable in class org.fife.rsta.ac.js.ast.FunctionDeclaration
- offset - Variable in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- offset - Variable in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- Offset - Interface in org.fife.rsta.ac.java.rjc.lexer
-
An offset into Java source.
- open(JSString, JSString, JSString, JSBoolean) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function open(URL, name, specs, replace) Opens a new browser window
- opener - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property opener
- operandStack - Variable in class org.fife.rsta.ac.java.classreader.Frame
- 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_RSHIFT_EQUALS - 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_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
- options - Variable in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- options - Variable in class org.fife.rsta.ac.js.ast.parser.JavaScriptParser
- org.fife.rsta.ac - package org.fife.rsta.ac
-
A framework that facilitates code completion and parsing of languages in RSyntaxTextArea.
- org.fife.rsta.ac.asm6502 - package org.fife.rsta.ac.asm6502
-
6502 Assembler code completion classes.
- org.fife.rsta.ac.c - package org.fife.rsta.ac.c
-
C code completion classes.
- org.fife.rsta.ac.common - package org.fife.rsta.ac.common
-
Classes usable across language support for all languages.
- org.fife.rsta.ac.css - package org.fife.rsta.ac.css
-
CSS code completion classes.
- org.fife.rsta.ac.groovy - package org.fife.rsta.ac.groovy
-
Groovy code completion classes.
- org.fife.rsta.ac.html - package org.fife.rsta.ac.html
-
HTML code completion classes.
- org.fife.rsta.ac.java - package org.fife.rsta.ac.java
-
Java code completion classes.
- org.fife.rsta.ac.java.buildpath - package org.fife.rsta.ac.java.buildpath
-
Various ways to reference and ingest classes.
- org.fife.rsta.ac.java.classreader - package org.fife.rsta.ac.java.classreader
-
Classes that help you parse and model a class file's contents.
- org.fife.rsta.ac.java.classreader.attributes - package org.fife.rsta.ac.java.classreader.attributes
-
Attributes in a class file.
- org.fife.rsta.ac.java.classreader.constantpool - package org.fife.rsta.ac.java.classreader.constantpool
-
Classes that model a class file's constant pool.
- org.fife.rsta.ac.java.rjc.ast - package org.fife.rsta.ac.java.rjc.ast
-
Nodes making an abstract syntax tree for Java code.
- org.fife.rsta.ac.java.rjc.lang - package org.fife.rsta.ac.java.rjc.lang
-
Classes representing Java language constructs.
- org.fife.rsta.ac.java.rjc.lexer - package org.fife.rsta.ac.java.rjc.lexer
-
A lexer/scanner for Java source code.
- org.fife.rsta.ac.java.rjc.notices - package org.fife.rsta.ac.java.rjc.notices
-
Notices from a Java parser.
- org.fife.rsta.ac.java.rjc.parser - package org.fife.rsta.ac.java.rjc.parser
-
A parser for Java source code.
- org.fife.rsta.ac.java.tree - package org.fife.rsta.ac.java.tree
-
Java outline tree implementation.
- org.fife.rsta.ac.js - package org.fife.rsta.ac.js
-
JavaScript code completion classes.
- org.fife.rsta.ac.js.ast - package org.fife.rsta.ac.js.ast
- org.fife.rsta.ac.js.ast.jsType - package org.fife.rsta.ac.js.ast.jsType
- org.fife.rsta.ac.js.ast.parser - package org.fife.rsta.ac.js.ast.parser
- org.fife.rsta.ac.js.ast.type - package org.fife.rsta.ac.js.ast.type
- org.fife.rsta.ac.js.ast.type.ecma - package org.fife.rsta.ac.js.ast.type.ecma
- org.fife.rsta.ac.js.ast.type.ecma.client - package org.fife.rsta.ac.js.ast.type.ecma.client
- org.fife.rsta.ac.js.ast.type.ecma.e4x - package org.fife.rsta.ac.js.ast.type.ecma.e4x
- org.fife.rsta.ac.js.ast.type.ecma.v3 - package org.fife.rsta.ac.js.ast.type.ecma.v3
- org.fife.rsta.ac.js.ast.type.ecma.v5 - package org.fife.rsta.ac.js.ast.type.ecma.v5
- org.fife.rsta.ac.js.completion - package org.fife.rsta.ac.js.completion
- org.fife.rsta.ac.js.ecma.api.client - package org.fife.rsta.ac.js.ecma.api.client
- org.fife.rsta.ac.js.ecma.api.client.funtions - package org.fife.rsta.ac.js.ecma.api.client.funtions
- org.fife.rsta.ac.js.ecma.api.dom - package org.fife.rsta.ac.js.ecma.api.dom
- org.fife.rsta.ac.js.ecma.api.dom.html - package org.fife.rsta.ac.js.ecma.api.dom.html
- org.fife.rsta.ac.js.ecma.api.e4x - package org.fife.rsta.ac.js.ecma.api.e4x
- org.fife.rsta.ac.js.ecma.api.e4x.functions - package org.fife.rsta.ac.js.ecma.api.e4x.functions
- org.fife.rsta.ac.js.ecma.api.ecma3 - package org.fife.rsta.ac.js.ecma.api.ecma3
- org.fife.rsta.ac.js.ecma.api.ecma3.functions - package org.fife.rsta.ac.js.ecma.api.ecma3.functions
- org.fife.rsta.ac.js.ecma.api.ecma5 - package org.fife.rsta.ac.js.ecma.api.ecma5
- org.fife.rsta.ac.js.ecma.api.ecma5.functions - package org.fife.rsta.ac.js.ecma.api.ecma5.functions
- org.fife.rsta.ac.js.engine - package org.fife.rsta.ac.js.engine
- org.fife.rsta.ac.js.resolver - package org.fife.rsta.ac.js.resolver
- org.fife.rsta.ac.js.tree - package org.fife.rsta.ac.js.tree
- org.fife.rsta.ac.js.util - package org.fife.rsta.ac.js.util
- org.fife.rsta.ac.jsp - package org.fife.rsta.ac.jsp
-
JSP code completion classes.
- org.fife.rsta.ac.less - package org.fife.rsta.ac.less
-
LESS code completion classes.
- org.fife.rsta.ac.perl - package org.fife.rsta.ac.perl
-
Perl code completion classes.
- org.fife.rsta.ac.php - package org.fife.rsta.ac.php
-
PHP code completion classes.
- org.fife.rsta.ac.sh - package org.fife.rsta.ac.sh
-
Unix shell code completion classes.
- org.fife.rsta.ac.ts - package org.fife.rsta.ac.ts
-
TypeScript code completion classes.
- org.fife.rsta.ac.xml - package org.fife.rsta.ac.xml
-
XML code completion classes.
- org.fife.rsta.ac.xml.tree - package org.fife.rsta.ac.xml.tree
-
An "outline tree" implementation that models XML files.
- originalTypeDec - Variable in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
- otherType - Variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
- outerHeight - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property outerHeight
- outerWidth - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property outerWidth
- outlineTreeClass - Variable in class org.fife.rsta.ac.GoToMemberAction
-
The outline tree class appropriate for the current language.
- outputChild(StringBuilder, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.CodeBlock
- 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, boolean) - Constructor for class org.fife.rsta.ac.OutputCollector
-
Constructor.
- OutputCollector(InputStream, StringBuilder) - Constructor for class org.fife.rsta.ac.OutputCollector
-
Constructor.
- ownerScriptName - Variable in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
P
- Package - Class in org.fife.rsta.ac.java.rjc.ast
-
Represents a package in a class file.
- 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
- packageMap - Variable in class org.fife.rsta.ac.java.JarReader
-
Data structure that caches
ClassFiles. - PackageMapNode - Class in org.fife.rsta.ac.java
-
A data structure modeling all classes in a jar or directory, or on a classpath.
- PackageMapNode() - Constructor for class org.fife.rsta.ac.java.PackageMapNode
- PackageNameCompletion - Class in org.fife.rsta.ac.java
-
A completion that represents a package name.
- PackageNameCompletion(CompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.java.PackageNameCompletion
- PACKAGES - Static variable in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
- pageXOffset - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property pageXOffset
- pageYOffset - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property pageYOffset
- paintBorder(Component, Graphics, int, int, int, int) - Method in class org.fife.rsta.ac.GoToMemberWindow.TextFieldBorder
- paintComponent(Graphics) - Method in class org.fife.rsta.ac.java.JavaCellRenderer
- paintEnabledText(JLabel, Graphics, String, int, int) - Method in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer.XmlTreeCellUI
- paintIcon(Component, Graphics, int, int) - Method in class org.fife.rsta.ac.java.DecoratableIcon
- param - Variable in class org.fife.rsta.ac.html.AttributeCompletion
- ParamDescriptorResult() - Constructor for class org.fife.rsta.ac.java.classreader.attributes.Signature.ParamDescriptorResult
- parameterAssistanceEnabled - Variable in class org.fife.rsta.ac.AbstractLanguageSupport
-
Whether parameter assistance should be enabled for this language.
- parameters - Variable in class org.fife.rsta.ac.java.rjc.ast.Method
- paramNames - Variable in class org.fife.rsta.ac.java.classreader.attributes.Code
-
The names of parameters to the parent method, if debugging was enabled during compilation.
- paramNames - Variable in class org.fife.rsta.ac.java.MethodInfoData
-
Cached method parameter names.
- paramNames - Variable in class org.fife.rsta.ac.js.completion.JSMethodData
- paramNodes - Variable in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
- paramTypes - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Parameter types, such as "String" in
List<String>. - paramTypes - Variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
The type of all parameters to this method.
- parent - Variable in class org.fife.rsta.ac.common.CodeBlock
- parent - Variable in class org.fife.rsta.ac.java.rjc.ast.CodeBlock
- parent - Variable in class org.fife.rsta.ac.js.ast.CodeBlock
- parent - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property parent
- parent - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- parent - Variable in class org.fife.rsta.ac.perl.PerlCodeCompletionProvider
- parent() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function parent() returns the parent of this XML object.
- parent() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function parent() If all items in this XMLList object have the same parent, it is returned.
- parentType - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- parentTypeDec - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractMember
- parse(JSString) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSDate
-
function parse(string) parse a date/time string.
- parse(JS5String, JS5Function) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5JSON
-
function parse(s, reviver) parse a JSON-formatted string.
- parse(JavaScriptParser, RSyntaxTextArea, DefaultParseResult) - Static method in class org.fife.rsta.ac.js.JsHinter
- parse(RSyntaxDocument, String) - Method in class org.fife.rsta.ac.java.JavaParser
- parse(RSyntaxDocument, String) - Method in class org.fife.rsta.ac.js.JavaScriptParser
- parse(RSyntaxDocument, String) - Method in class org.fife.rsta.ac.perl.PerlParser
- parse(RSyntaxDocument, String) - Method in class org.fife.rsta.ac.xml.XmlParser
- parseAdditionalTypeArgs(String) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
- parseCodeBlock(TokenScanner, CodeBlock) - Method in class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
- parseCodeBlock(TokenScanner, CodeBlock) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
-
Recursively adds code blocks, remembering variables in them.
- parseDocument(int) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- parseEnteredText(String) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Parse Text with JavaScript Parser and return AstNode from the expression etc.
- parseFloat(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function parseFloat(s) convert a string to a number.
- parseFunction(String, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
-
Convenience method to parse function string and converts to JavaScriptFunctionType
- parseInt(JSString, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function parseInt(s, radix) convert a string to an integer.
- parseOutput(RSyntaxDocument, String) - Method in class org.fife.rsta.ac.js.JsHinter
- parseParamDescriptor(String, ClassFile, Map<String, String>, MethodInfo, String, Signature.ParamDescriptorResult, boolean) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
- parsePropertyValueCompletionLine(String) - Method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- parser - Variable in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- parser - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- parser - Variable in class org.fife.rsta.ac.js.JsHinter
- parser - Variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
- parser - Variable in class org.fife.rsta.ac.perl.PerlLanguageSupport
-
The parser.
- parser - Variable in class org.fife.rsta.ac.perl.PerlOutputCollector
- parser - Variable in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- ParserNotice - Class in org.fife.rsta.ac.java.rjc.notices
-
A notice (e.g., a warning or error) from a parser.
- ParserNotice(int, int, int, String) - Constructor for class org.fife.rsta.ac.java.rjc.notices.ParserNotice
-
Constructor.
- ParserNotice(Token, String) - Constructor for class org.fife.rsta.ac.java.rjc.notices.ParserNotice
- parserToInfoMap - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport
-
Maps JavaParsers to Info instances about them.
- parserToInfoMap - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Maps
JavaScriptParsers toInfoinstances about them. - parseScript(String, TypeDeclarationOptions) - Method in class org.fife.rsta.ac.js.PreProcessingScripts
- ParseText() - Constructor for class org.fife.rsta.ac.js.JavaScriptHelper.ParseText
- parseTextAndResolve(Set<Completion>, String) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Parse Text and add completions to set
- ParseTextVisitor(String) - Constructor for class org.fife.rsta.ac.js.JavaScriptHelper.ParseTextVisitor
- parseTld(InputStream) - Method in class org.fife.rsta.ac.jsp.TldFile
- pathname - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
Property pathname
- pattern - Variable in class org.fife.rsta.ac.AbstractSourceTree
- pattern - Variable in class org.fife.rsta.ac.SourceTreeNode
- PercentageOrLengthCompletionGenerator - Class in org.fife.rsta.ac.css
-
A generator that returns completions for CSS percentage/length values.
- PercentageOrLengthCompletionGenerator(boolean) - Constructor for class org.fife.rsta.ac.css.PercentageOrLengthCompletionGenerator
- PercentageOrLengthCompletionGenerator.POrLCompletion - Class in org.fife.rsta.ac.css
-
The type of completion returned by this generator.
- perl5LibOverride - Variable in class org.fife.rsta.ac.perl.PerlParser
-
The user's requested value for
PERL5LIBwhen parsing Perl code, ornullto use the default. - PerlCodeCompletionProvider - Class in org.fife.rsta.ac.perl
-
The completion provider for Perl code.
- PerlCodeCompletionProvider(PerlCompletionProvider) - Constructor for class org.fife.rsta.ac.perl.PerlCodeCompletionProvider
- PerlCompletionProvider - Class in org.fife.rsta.ac.perl
-
A completion provider for Perl.
- PerlCompletionProvider() - Constructor for class org.fife.rsta.ac.perl.PerlCompletionProvider
- PerlCompletionProvider.CaseInsensitiveComparator - Class in org.fife.rsta.ac.perl
-
A comparator that compares the input text of two
Completions lexicographically, ignoring case. - perldocToHtml(CharSequence) - Static method in class org.fife.rsta.ac.perl.PerlFunctionCompletion
- perlEnvironment - Variable in class org.fife.rsta.ac.perl.PerlParser
-
The environment to use when launching Perl to parse code, in the format expected by
Runtime.exec(). - 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.
- perlInstallLoc - Static variable in class org.fife.rsta.ac.perl.PerlLanguageSupport
-
The Perl install location currently being used.
- PerlLanguageSupport - Class in org.fife.rsta.ac.perl
-
Language support for Perl.
- PerlLanguageSupport() - Constructor for class org.fife.rsta.ac.perl.PerlLanguageSupport
-
Constructor.
- PerlOutputCollector - Class in org.fife.rsta.ac.perl
-
Listens to stderr from Perl to determine syntax errors in code.
- PerlOutputCollector(InputStream, PerlParser, DefaultParseResult, Element) - Constructor for class org.fife.rsta.ac.perl.PerlOutputCollector
-
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.
- personalbar - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property personalbar
- phpCompletion - Variable in class org.fife.rsta.ac.php.PhpCompletionProvider
-
Whether
PhpCompletionProvider.getAlreadyEnteredText(JTextComponent)determined the caret to be in a location where PHP completions were required (as opposed to HTML completions). - PhpCompletionProvider - Class in org.fife.rsta.ac.php
-
Completion provider for PHP.
- PhpCompletionProvider() - Constructor for class org.fife.rsta.ac.php.PhpCompletionProvider
- phpCompletions - Variable in class org.fife.rsta.ac.php.PhpCompletionProvider
-
PHP function completions.
- PhpLanguageSupport - Class in org.fife.rsta.ac.php
-
Language support for PHP.
- PhpLanguageSupport() - Constructor for class org.fife.rsta.ac.php.PhpLanguageSupport
-
Constructor.
- PI - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
property PI The constant PI.
- pkg - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- pkg - Variable in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
- pkg - Variable in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- platform - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Property platform
- plugins - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Property plugins
- pop() - Method in class org.fife.rsta.ac.java.classreader.Frame
-
Pops a value from this frame.
- pop() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function pop() removes and returns the last element of an array.
- populateCompletionsForType(JavaScriptType, Set<Completion>) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
-
Populate Completions for types...
- populateCompletionsFromType(JavaScriptType, Set<Completion>) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Populate Set of completions if JavaScriptType is not null and return true, otherwise return false
- populateParams(JSMethodData, boolean) - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- POrLCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.css.PercentageOrLengthCompletionGenerator.POrLCompletion
- port - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
Property port
- pos - Variable in class org.fife.rsta.ac.java.classreader.attributes.Signature.ParamDescriptorResult
- pos - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner.DocumentOffset
- pos - Variable in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
-
The location of this source element in the document.
- POSITIVE_INFINITY - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
property POSITIVE_INFINITY Infinite value.
- possiblyAddTo(Collection<ClassFile>, ClassFile, boolean) - Static method in class org.fife.rsta.ac.java.PackageMapNode
- possiblyStripDocCommentTail(String) - Static method in class org.fife.rsta.ac.java.Util
-
Removes the tail end of a documentation comment from a string, if it exists.
- pow(JSNumber, JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function pow(x,y) compute Xy
- prefix - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
-
property prefix
- PREFIX - Static variable in class org.fife.rsta.ac.js.completion.JavaScriptShorthandCompletion
- prefixToTld - Variable in class org.fife.rsta.ac.jsp.JspCompletionProvider
-
Mapping of prefixes to TLD's.
- prepareForFunctionCompletion(JList, FunctionCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.c.CCellRenderer
- prepareForFunctionCompletion(JList, FunctionCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.css.CssCellRenderer
- prepareForFunctionCompletion(JList, FunctionCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.html.HtmlCellRenderer
- prepareForFunctionCompletion(JList, FunctionCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.js.JavaScriptCellRenderer
- prepareForMarkupTagCompletion(JList, MarkupTagCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.css.CssCellRenderer
- 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.c.CCellRenderer
- prepareForOtherCompletion(JList, Completion, int, boolean, boolean) - Method in class org.fife.rsta.ac.css.CssCellRenderer
- prepareForOtherCompletion(JList, Completion, 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.js.JavaScriptCellRenderer
- prepareForTemplateCompletion(JList, TemplateCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.js.JavaScriptCellRenderer
- prepareForVariableCompletion(JList, VariableCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.c.CCellRenderer
- prepareForVariableCompletion(JList, VariableCompletion, int, boolean, boolean) - Method in class org.fife.rsta.ac.css.CssCellRenderer
- prepareForVariableCompletion(JList, VariableCompletion, 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.js.JavaScriptCellRenderer
- prependChild(E4XXML) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function prependChild(value) adds a new child to an element, prior to all other children.
- preProcessedFunctions - Variable in class org.fife.rsta.ac.js.ast.VariableResolver
- preProcessedVariables - Variable in class org.fife.rsta.ac.js.ast.VariableResolver
- preProcessing - Variable in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
- preProcessing - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- preProcessingCompletions - Variable in class org.fife.rsta.ac.js.PreProcessingScripts
- PreProcessingScripts - Class in org.fife.rsta.ac.js
-
Scripts to be processed before parsing main script text.
- PreProcessingScripts(SourceCompletionProvider) - Constructor for class org.fife.rsta.ac.js.PreProcessingScripts
- prettyIndent - Static variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
property prettyIndent The initial value of the prettyIndent property is 2.
- prettyPrinting - Static variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
property prettyPrinting The initial value of the prettyPrinting property is true.
- preventExtensions(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function preventExtensions(o) don't allow new properties on an object.
- print() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function print() Prints the content of the current window
- PRIORITY_BOOST_STATIC - Static variable in class org.fife.rsta.ac.java.tree.JavaTreeNode
- PRIORITY_CONSTRUCTOR - Static variable in class org.fife.rsta.ac.java.tree.JavaTreeNode
- PRIORITY_FIELD - Static variable in class org.fife.rsta.ac.java.tree.JavaTreeNode
- PRIORITY_FUNCTION - Static variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
- PRIORITY_LOCAL_VAR - Static variable in class org.fife.rsta.ac.java.tree.JavaTreeNode
- PRIORITY_METHOD - Static variable in class org.fife.rsta.ac.java.tree.JavaTreeNode
- PRIORITY_TYPE - Static variable in class org.fife.rsta.ac.java.tree.JavaTreeNode
- PRIORITY_VARIABLE - Static variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
- PRIVATE - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- processCaseNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- processDoNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract while loop from node and add new code block
- processExpressionNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract completions from expression node
- processExpressionStatement(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- processForNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract code from
Token.FORand add completions, then parse body of for-loop. - processFunctionNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Add function to completions set and extract local variables to add to code block TODO: functions can have local scope, so add function to it's own codeblock when applicable
- ProcessFunctionType() - Constructor for class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser.ProcessFunctionType
- processIfThenElse(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract variables from if/else node(s)
- processImportClass(String) - Method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
-
Adds class name to RhinoJavaScriptTypesFactory
- processImportNode(AstNode, Set<Completion>, String, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
-
Look for text importPackage and importClass and add to cache
- processImportPackage(String) - Method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
-
Adds package name to RhinoJavaScriptTypesFactory
- processInfix(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract variable from binary operator e.g.
- processingInstructions(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function processingInstructions(name) A list of all processing instructions that are children of this element.
- processingInstructions(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function processingInstructions(name) calls the processingInstructions method of each XML object in this XMLList object passing the optional parameter name (or "*" if it is omitted) and returns an XMList containing the results in order.
- processNewNode(AstNode, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- processSwitchNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract local variables from switch node*
- processTryCatchNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract variables from try/catch node(s)
- processVariableNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract variable from node and add to code block
- processWhileNode(Node, CodeBlock, Set<Completion>, String, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
-
Extract while loop from node and add new code block
- prompt() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function prompt(arg1, arg2) Displays a dialog box that prompts the visitor for input
- PROPERTY - org.fife.rsta.ac.css.PropertyValueCompletionProvider.LexerState
- PROPERTY_AST - Static variable in class org.fife.rsta.ac.js.JavaScriptParser
-
The property change event that's fired when the document is re-parsed.
- PROPERTY_AST - Static variable in class org.fife.rsta.ac.xml.XmlParser
-
The property change event that's fired when the document is re-parsed.
- 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 theParserinstance parsing its source code. - PROPERTY_LISTENER - Static variable in class org.fife.rsta.ac.java.JavaLanguageSupport
-
Client property installed on text areas that points to a listener.
- PROPERTY_LISTENER - Static variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Client property installed on text areas that points to a listener.
- 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.java.JavaLanguageSupport.Info
-
Called when a text area is re-parsed.
- propertyChange(PropertyChangeEvent) - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree.Listener
-
Called whenever the text area's syntax style changes, as well as when it is re-parsed.
- propertyChange(PropertyChangeEvent) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Info
-
Called when a text area is re-parsed.
- propertyChange(PropertyChangeEvent) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree.Listener
-
Called whenever the text area's syntax style changes, as well as when it is re-parsed.
- 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.
- propertyChange(PropertyChangeEvent) - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree.XmlEditorListener
-
Called whenever the text area's syntax style changes, as well as when it is re-parsed.
- PropertyCompletion - Class in org.fife.rsta.ac.css
-
A completion for a CSS property name.
- PropertyCompletion(CompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.css.PropertyCompletion
- propertyCompletions - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- propertyIsEnumerable(JSObject) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
-
function propertyIsEnumerable(name) will property be seen by for/in loop?
- PropertyValueCompletionProvider - Class in org.fife.rsta.ac.css
-
The completion provider used for CSS properties and values.
- PropertyValueCompletionProvider(boolean) - Constructor for class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- PropertyValueCompletionProvider.LexerState - Enum in org.fife.rsta.ac.css
-
A simple enum to keep track of what "state" we're in at a specific location in a CSS file.
- PROTECTED - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- protocol - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
Property protocol
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.client.BarProp
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.client.History
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.client.Screen
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSBoolean
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSDate
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSError
-
Property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSFunction
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSObject
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
property prototype
- prototype - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSString
-
property prototype
- prototypeAdditions - Variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAnchorElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAppletElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLAreaElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBaseElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBaseFontElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBodyElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLBRElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLButtonElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLCollection
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDirectoryElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDivElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDListElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLDocument
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFieldSetElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFontElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFormElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFrameElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLFrameSetElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHeadElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHeadingElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHRElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLHtmlElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLIFrameElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLImageElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLInputElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLIsIndexElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLabelElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLegendElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLIElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLLinkElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMapElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMenuElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLMetaElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLModElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLObjectElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOListElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptGroupElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptionElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLOptionsCollection
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLParagraphElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLParamElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLPreElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLQuoteElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLScriptElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLSelectElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLStyleElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableCaptionElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableCellElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableColElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableRowElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTableSectionElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTextAreaElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLTitleElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLUListElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSAttr
-
property prototype http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSCDATASection
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSCharacterData
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSComment
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDocument
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDocumentFragment
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDocumentType
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMConfiguration
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementation
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementationList
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementationSource
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMLocator
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSDOMStringList
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSElement
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSEntity
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSEntityReference
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNamedNodeMap
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNameList
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNode
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNodeList
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSNotation
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSProcessingInstruction
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSText
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSTypeInfo
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.dom.JSUserDataHandler
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
property prototype
- protype - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXMLList
-
property prototype
- provider - Variable in class org.fife.rsta.ac.asm6502.Asm6502LanguageSupport
-
The completion provider, shared amongst all text areas editing 6502 assembler.
- provider - Variable in class org.fife.rsta.ac.c.CLanguageSupport
-
The completion provider, shared amongst all text areas editing C.
- provider - Variable in class org.fife.rsta.ac.css.CssLanguageSupport
-
The completion provider, shared amongst all text areas editing C.
- provider - Variable in class org.fife.rsta.ac.groovy.GroovyLanguageSupport
-
The completion provider, shared amongst all text areas.
- provider - Variable in class org.fife.rsta.ac.html.HtmlLanguageSupport
-
The completion provider.
- provider - Variable in class org.fife.rsta.ac.java.FieldInfoData
- provider - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport.Info
- provider - Variable in class org.fife.rsta.ac.java.MethodInfoData
-
The parent completion provider.
- provider - Variable in class org.fife.rsta.ac.java.SourceParamChoicesProvider
-
The parent
JavaCompletionProvider. - provider - Variable in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
- provider - Variable in class org.fife.rsta.ac.js.ast.parser.JavaScriptParser
- provider - Variable in class org.fife.rsta.ac.js.completion.JSFunctionCompletion.JSFunctionParam
- provider - Variable in class org.fife.rsta.ac.js.JavaScriptHelper.InfixVisitor
- provider - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Info
- provider - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- provider - Variable in class org.fife.rsta.ac.js.PreProcessingScripts
- provider - Variable in class org.fife.rsta.ac.js.resolver.JavaScriptResolver
- provider - Variable in class org.fife.rsta.ac.jsp.JspLanguageSupport
-
The completion provider.
- provider - Variable in class org.fife.rsta.ac.jsp.TldFile
- provider - Variable in class org.fife.rsta.ac.perl.PerlLanguageSupport
-
The completion provider.
- provider - Variable in class org.fife.rsta.ac.php.PhpLanguageSupport
-
The completion provider.
- provider - Variable in class org.fife.rsta.ac.sh.ShellLanguageSupport
-
The completion provider.
- provider - Variable in class org.fife.rsta.ac.ts.TypeScriptLanguageSupport
- provider - Variable in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
The shared completion provider instance for all XML editors.
- PUBLIC - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- PUBLIC_FIELD_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- PUBLIC_METHOD_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- PUBLIC_STATIC_FUNCTION_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- push(String) - Method in class org.fife.rsta.ac.java.classreader.Frame
-
Pushes a value onto this frame.
- push(JSArray) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function push(args) append elements to an array.
- pushOntoStack(Token) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
This method is just here for debugging purposes to make sure our parser is sound.
Q
- qualified - Variable in class org.fife.rsta.ac.js.completion.JSClassCompletion
- quoteReplacement(String) - Static method in class org.fife.rsta.ac.sh.ShellFunctionCompletion
R
- r - Variable in class org.fife.rsta.ac.js.JsHinter.StreamReaderThread
- random() - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function random() return a pseudorandom number
- 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
FieldInfostructure from the specified input stream. - read(ClassFile, DataInputStream) - Static method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Reads a
MethodInfofrom an input stream. - read(MethodInfo, DataInputStream) - Static method in class org.fife.rsta.ac.java.classreader.attributes.Code
-
Reads a
Codeattribute from an input stream. - readAccessFlags(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Reads this class or interface's access flags.
- readAttribute(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.attributes.Code
-
Reads an attribute for this
Codeattribute from an input stream. - readAttribute(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Reads a single attribute of this class file.
- readAttribute(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.FieldInfo
-
Reads an attribute for this field from an input stream.
- readAttribute(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Reads an attribute for this method from the specified input stream.
- readAttribute(DataInputStream, String, int) - Method in class org.fife.rsta.ac.java.classreader.MemberInfo
-
Reads attributes common to all members.
- readAttributes(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Reads this class file's attributes.
- readClassFile(JavaScriptType, ClassFile, DefaultCompletionProvider, JarManager, TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
-
Read the class file and extract all completions, add them all to the CachedType
- readConstantPoolInfo(ClassFile, DataInputStream) - Static method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfoFactory
-
Reads constant pool information.
- readConstantPoolInfos(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Reads the constant pool.
- readFields(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Reads the "fields" information.
- readHeader(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Reads the
0xCAFEBABEclass file header. - readInterfaces(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Reads the array of indices into the constant pool for the names of the interfaces implemented by this class or interface.
- readMethods(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
- readMethodsAndFieldsFromTypeDeclaration(JavaScriptType, DefaultCompletionProvider, JarManager, ClassFile) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
-
Extract all methods and fields from CompilationUnit and add to the completions map.
- readSuperClass(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
- readThisClass(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
- 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.
- readVersion(DataInputStream) - Method in class org.fife.rsta.ac.java.classreader.ClassFile
-
Reads the class file's major and minor version numbers.
- reassigned - Variable in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
- reassignVariable(AstNode, CodeBlock, int) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- recursivelyAddLocalVars(List<Completion>, CodeBlock, int) - Method in class org.fife.rsta.ac.groovy.GroovySourceCompletionProvider
- recursivelyAddLocalVars(Set<Completion>, CodeBlock, int, String, boolean, boolean) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Iterate though the CodeBlock and extract all variables within scope
- recursivelyAddLocalVars(SortedSet<Completion>, CodeBlock, int, int) - Method in class org.fife.rsta.ac.perl.PerlCompletionProvider
-
Recursively adds any local variables defined before the given caret offset, and in the given code block (and any nested children the caret is in).
- reduce(JS5Function, JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function reduce(f, initial) compute a value from the elements of an array.
- reduceRight(JS5Function, JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function reduceRight(f, initial) reduce an array from right-to-left.
- referenceIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodHandleInfo
- referenceKind - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodHandleInfo
- refresh() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Refreshes what children are visible in the tree.
- refresh() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Refreshes this tree node and its children.
- refreshPopupWindow() - Method in class org.fife.rsta.ac.java.JavaLanguageSupport.JavaAutoCompletion
- refreshPopupWindow() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.JavaScriptAutoCompletion
- refreshVisibleChildren() - Method in class org.fife.rsta.ac.SourceTreeNode
-
Refreshes what children are visible in the tree.
- register(RSyntaxTextArea) - Method in class org.fife.rsta.ac.LanguageSupportFactory
-
Registers an RSyntaxTextArea to receive language support.
- releaseEvents(JSObject) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- RELEVANCE - Static variable in class org.fife.rsta.ac.java.FieldCompletion
-
The relevance of fields.
- RELEVANCE - Static variable in class org.fife.rsta.ac.java.LocalVariableCompletion
-
The relevance of local variables.
- reload(JSBoolean) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.LocationFunctions
-
function reload(optionalArg) - Reload the current document
- removeAllTypes(JavaScriptType) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
-
Remove all TypeDeclarations from the TypeDeclarationFactory from the JavaScriptType and all it's extended classes
- removeCachedType(TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- removeClassFileSource(File) - Method in class org.fife.rsta.ac.java.JarManager
-
Removes a jar from the "build path".
- removeClassFileSource(LibraryInfo) - Method in class org.fife.rsta.ac.java.JarManager
-
Removes a class file source from the "build path".
- removeCommentCompletion(Completion) - Method in class org.fife.rsta.ac.ShorthandCompletionCache
-
Removes a specific comment completion from this cache.
- removeCompletion(String, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- removeCompletion(JavaScriptType, JSCompletion) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
-
Recursively walk through completions for this and extended classes to remove completion for this lookup name
- removeConstructor(JSCompletion) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- removeEngine(String) - Method in class org.fife.rsta.ac.js.engine.JavaScriptEngineFactory
- removeJar(File) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
-
Removes a jar from the "build path".
- removeJar(File) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Removes a jar from the "build path".
- removeLastDotFromText(String) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
- removeNamespace(E4XNamespace) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function removeNamespace(namespace) removes a namespace from the in-scope namespaces of the element.
- removePackages(String) - Static method in class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
- removePackagesFromType(String) - Method in class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- removePreProcessingVariable(String) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
remove pre-processing variable from system variable cache
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rsta.ac.java.JavaParser
-
Removes a property change listener from this parser.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rsta.ac.js.JavaScriptParser
-
Removes a property change listener from this parser.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rsta.ac.xml.XmlParser
-
Removes a listener on a specific property.
- removeShorthandCompletion(Completion) - Method in class org.fife.rsta.ac.ShorthandCompletionCache
-
Removes a shorthand completion from this cache.
- removeSystemVariable(String) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
remove system variable from system variable cache
- removeType(String) - Method in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
-
Removes declaration type from type cache
- removeType(String) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
-
Removes declaration type from type cache
- removeUpdate(DocumentEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- removeVendorPrefix(String) - Static method in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- renderer - Variable in class org.fife.rsta.ac.AbstractLanguageSupport
-
The default renderer for the completion list.
- rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.ClassCompletion
- rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.DocCommentCompletionProvider.JavadocCompletion
- rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.FieldCompletion
- rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.JavaShorthandCompletion
-
Used by
JavaCellRendererto render this completion choice. - rendererText(Graphics, int, int, boolean) - Method in interface org.fife.rsta.ac.java.JavaSourceCompletion
-
Used by
JavaCellRendererto render this completion choice. - rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.JavaTemplateCompletion
- rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.LocalVariableCompletion
- rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.MethodCompletion
-
Used by
JavaCellRendererto render this completion choice. - rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.PackageNameCompletion
- rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.java.SourceParamChoicesProvider.SimpleCompletion
- rendererText(Graphics, int, int, boolean) - Method in class org.fife.rsta.ac.js.completion.JSClassCompletion
- rendererText(MemberCompletion, Graphics, int, int, boolean) - Static method in class org.fife.rsta.ac.java.MethodCompletion
-
Renders a member completion.
- renderText(Graphics, String, String, int, int, boolean) - Static method in class org.fife.rsta.ac.java.JavaShorthandCompletion
-
Renders a completion in the style of a short-hand completion.
- reparseDocument(int) - Method in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
- reparseDocument(int) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- replace(JSNumber, JSObject) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function replace(propertyName, value) replaces the XML properties of this XML object specified by propertyName with value and returns this XML object.
- replace(JSRegExp, JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function replace(regexp, replaceValue) replace substring(s) matching a regular expression.
- replace(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.LocationFunctions
-
function replace(newURL) - method replaces the current document with a new one
- replace(JSString, JSObject) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function replace(propertyName, value) replaces the XML properties of this XML object specified by propertyName with value and returns this XML object.
- replacementTextPrefix - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport.JavaAutoCompletion
- representedString - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantUtf8Info
- required - Variable in class org.fife.rsta.ac.jsp.TldAttribute
- required - Variable in class org.fife.rsta.ac.jsp.TldAttribute.TldAttributeParam
- reset() - Method in class org.fife.rsta.ac.js.PreProcessingScripts
- reset(int) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.DeepestScopeVisitor
- resetLocalVariables() - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Clear all local scope variables
- resetPositions - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
- resetPreProcessingVariables(boolean) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
- resetSystemVariables() - Method in class org.fife.rsta.ac.js.ast.VariableResolver
- resetToLastMarkedPosition() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Resets to the last marked position.
- resetVariableToOriginalType() - Method in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
-
Resets the TypeDeclaration to the original value
- resizeBy(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function resizeBy(arg1, arg2) Resizes the window by the specified pixels
- resizeTo(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function resizeTo(arg1, arg2) Resizes the window to the specified width and height
- resolveCompletions(String, Set<Completion>) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- resolveEntity(String, String) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- resolveNativeType(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Resolve node type to TypeDeclaration N.B called from
CompilerNodeVisitor.visit() - resolveNativeType(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptResolver
-
Resolve node type to TypeDeclaration
- resolveNativeType(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JSR223JavaScriptCompletionResolver
-
Try to resolve standard JavaScript type.
- resolveNode(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Resolve node type to TypeDeclaration.
- resolveNode(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptResolver
-
Resolve node type to TypeDeclaration.
- resolveParamNode(String) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Resolve node type to TypeDeclaration.
- resolveParamNode(String) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptResolver
-
Resolve node type to TypeDeclaration.
- resolveType(String, int) - Method in class org.fife.rsta.ac.js.ast.VariableResolver
-
Resolve the entered text by chopping up the text and working from left to right, resolving each type in turn
- resolveTypeDeclation(String) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Convenience method to call variable resolver
- resolveTypeFromFunctionNode(AstNode) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Get the source of the node and try to resolve function node:
- resolveTypeFromLastJavaScriptType(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Method called if the lastJavaScriptType is not null.
- result - Variable in class org.fife.rsta.ac.java.JavaParser
- result - Variable in class org.fife.rsta.ac.js.JavaScriptParser
- result - Variable in class org.fife.rsta.ac.js.JsHinter
- result - Variable in class org.fife.rsta.ac.perl.PerlOutputCollector
- result - Variable in class org.fife.rsta.ac.perl.PerlParser
- result - Variable in class org.fife.rsta.ac.xml.XmlParser.Handler
- returnComments - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Whether comments should be returned as tokens.
- returnStatements - Variable in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser.FunctionReturnVisitor
- returnType - Variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Cached return type.
- returnType - Variable in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- returnWhitespace - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Whether whitespace should be returned as tokens.
- reverse() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function reverse() reverse the elements of an array.
- RHINO - org.fife.rsta.ac.js.JsErrorParser
- RHINO_ENGINE - Static variable in class org.fife.rsta.ac.js.engine.RhinoJavaScriptEngine
- RhinoJavaScriptAstParser - Class in org.fife.rsta.ac.js.ast.parser
-
Rhino specific JavaScriptAstParser.
- RhinoJavaScriptAstParser(SourceCompletionProvider, int, TypeDeclarationOptions) - Constructor for class org.fife.rsta.ac.js.ast.parser.RhinoJavaScriptAstParser
- RhinoJavaScriptEngine - Class in org.fife.rsta.ac.js.engine
- RhinoJavaScriptEngine() - Constructor for class org.fife.rsta.ac.js.engine.RhinoJavaScriptEngine
- RhinoJavaScriptTypesFactory - Class in org.fife.rsta.ac.js.ast.jsType
-
Rhino Specific JavaScriptTypesFactory.
- RhinoJavaScriptTypesFactory(TypeDeclarationFactory) - Constructor for class org.fife.rsta.ac.js.ast.jsType.RhinoJavaScriptTypesFactory
- RhinoUtil - Class in org.fife.rsta.ac.js.util
-
Utility methods for walking ASTs from Rhino.
- RhinoUtil() - Constructor for class org.fife.rsta.ac.js.util.RhinoUtil
-
Private constructor to prevent instantiation.
- root - Variable in class org.fife.rsta.ac.common.TokenScanner
- root - Variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- root - Variable in class org.fife.rsta.ac.perl.PerlOutputCollector
- root - Variable in class org.fife.rsta.ac.xml.XmlParser
- round(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function round(x) round to the nearest integer.
- routeEvent(JSObject) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- rtexprvalue - Variable in class org.fife.rsta.ac.jsp.TldAttribute
- rtexprvalue - Variable in class org.fife.rsta.ac.jsp.TldAttribute.TldAttributeParam
- run() - Method in class org.fife.rsta.ac.js.JsHinter.StreamReaderThread
-
Continually reads from the output stream until this thread is interrupted.
- run() - Method in class org.fife.rsta.ac.OutputCollector
- RUNTIME_VISIBLE_ANNOTATIONS - Static variable in class org.fife.rsta.ac.java.classreader.ClassFile
- RUNTIME_VISIBLE_ANNOTATIONS - Static variable in class org.fife.rsta.ac.java.classreader.MemberInfo
-
Attribute containing runtime-visible annotations.
- runtimeError(String, String, int, String, int) - Method in class org.fife.rsta.ac.js.JavaScriptParser.JSErrorReporter
S
- s - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
The scanner we delegate to.
- s - Variable in class org.fife.rsta.ac.xml.XmlParser.Handler
- sb - Variable in class org.fife.rsta.ac.OutputCollector
- 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(Reader) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Constructor.
- Scanner(List<Token>) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Constructor.
- Scanner.DocumentOffset - Class in org.fife.rsta.ac.java.rjc.lexer
- schema - Variable in class org.fife.rsta.ac.xml.SchemaValidationConfig
- SchemaValidationConfig - Class in org.fife.rsta.ac.xml
-
Configuration information for validating an XML file against an XML schema.
- SchemaValidationConfig(String, InputStream) - Constructor for class org.fife.rsta.ac.xml.SchemaValidationConfig
- screen - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property screen
- Screen - Class in org.fife.rsta.ac.js.ecma.api.client
- Screen() - Constructor for class org.fife.rsta.ac.js.ecma.api.client.Screen
-
Object Screen()
- screenLeft - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property screenLeft
- screenTop - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property screenTop
- screenX - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property screenX
- screenY - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property screenY
- scroll(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- scrollbars - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property scrollbars
- scrollBy(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function scrollBy(arg1, arg2) Scrolls the content by the specified number of pixels
- scrollMaxX - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property scrollMaxX
- scrollMaxY - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property scrollMaxY
- scrollTo(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function scrollTo(arg1, arg2) Scrolls the content to the specified coordinates
- scrollX - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property scrollX
- scrollY - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property scrollY
- seal(JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5Object
-
function seal(o) prevent the addition or deletion of properties.
- search - Variable in class org.fife.rsta.ac.js.ecma.api.client.Location
-
Property search
- search(JSRegExp) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function search(regexp) search for a regular expression
- seg - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- selected - Variable in class org.fife.rsta.ac.java.JavaCellRenderer
- selected - Variable in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- selectFirstNodeMatchingFilter() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Selects the first visible tree node matching the filter text.
- selectNextVisibleRow() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Selects the next visible row.
- SELECTOR - org.fife.rsta.ac.css.PropertyValueCompletionProvider.LexerState
- selectPreviousVisibleRow() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Selects the previous visible row.
- self - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- 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
- serialVersionUID - Static variable in class org.fife.rsta.ac.java.tree.AstTreeCellRenderer
- sessionStorage - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property sessionStorage
- set(String, int) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature.ParamDescriptorResult
- setAlternateBackground(Color) - Static method in class org.fife.rsta.ac.java.JavaCellRenderer
-
Sets the background color to use on alternating lines.
- setArrayType(TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.type.ArrayTypeDeclaration
- setASTRoot(AstRoot) - Method in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
-
Sets the AST for the JavaScript in this editor.
- setAutoActivationDelay(int) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
- 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
- setAutoActivationEnabled(boolean) - Method in interface org.fife.rsta.ac.LanguageSupport
-
Toggles whether auto-activation is enabled.
- setAutoAddClosingTags(boolean) - Method in class org.fife.rsta.ac.AbstractMarkupLanguageSupport
-
Sets whether closing tags should be automatically added when the user types a (non-self-closing) start tag.
- setAutoCompleteEnabled(boolean) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
- 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.
- setChildren(E4XXML) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function setChildren(value) replaces the XML properties of this XML object with a new set of XML properties from value.
- setChildren(E4XXMLList) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function setChildren(value) replaces the XML properties of this XML object with a new set of XML properties from value.
- setClassTypeCompletion(JSCompletion) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
-
Set the class type completion e.g.
- setClient(boolean) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Set whether the JavaScript support supports client/browser objects.
- setCommentCompletions(ShorthandCompletionCache) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
- setCommentCompletions(ShorthandCompletionCache) - Method in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
-
load the comment completions from the shorthand cache
- setCompilationUnit(CompilationUnit) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
- setDate(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setDate(date) set the day of month field of a Date.
- setDeclarationEndOffset(Offset) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
- setDeclarationOffsets(Offset, Offset) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
-
Sets the start and end offsets of this node.
- setDefaultCompletionCellRenderer(ListCellRenderer<Object>) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
- setDefaultCompletionCellRenderer(ListCellRenderer<Object>) - 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.
- setDefaultJsHintRCFile(File) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Sets the location of the
.jshintrcfile to use if using JsHint as your error parser, and no .jshintrc file is found in the current file's folder hierarchy. - 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
- setDirectory(File) - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
-
Sets the directory containing the classes.
- 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
-
Sets the doc comment for this type declaration.
- setDocument(Document) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Sets the Swing
Documentwhose content is being parsed. - setDocumentLocator(Locator) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- setECMAVersion(String, JarManager) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- setEndOffset(int) - Method in class org.fife.rsta.ac.common.CodeBlock
-
Sets the end offset of this code block.
- setEndOffset(int) - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Sets the end offset of this code block.
- setEndOffset(int) - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
-
Sets the end offset of this declaration.
- setEndOffset(Position) - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- setEntityResolver(EntityResolver) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- setErrorParser(JsErrorParser) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Sets the engine to use for identifying syntax errors in JavaScript files.
- setExtendedType(Type) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
- setFindLocal(boolean) - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- setFindPreprocessed(boolean) - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- setFindSystem(boolean) - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
- setFullYear(JSNumber, JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setFullYear(year,month,date) set the year, month, day field of a Date.
- setFunctionName(String) - Method in class org.fife.rsta.ac.js.ast.JavaScriptFunctionDeclaration
- setFunctionValues() - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser
- setGotoSelectedElementOnClick(boolean) - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Sets whether, when a source element is selected in this tree, the same source element should be selected in the editor.
- setHours(JSNumber, JSNumber, JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setHours(hour,min,sec,ms) set the hours, minutes, seconds and milliseconds field of a Date.
- setIcon(String) - Method in class org.fife.rsta.ac.java.JavaTemplateCompletion
- setIcon(String) - Method in class org.fife.rsta.ac.js.JsDocCompletionProvider.JsDocParameterizedCompletion
- setIcon(Icon) - Method in class org.fife.rsta.ac.java.tree.JavaTreeNode
- setIcon(Icon) - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
- setInterval(JSObject, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function setInterval(arg1, arg2) Calls a function or evaluates an expression at specified intervals (in milliseconds)
- setJarFile(File) - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
-
Sets the jar file location.
- setJarManager(JarManager) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
The jar manager is used to parse the JS API for function completions
- setJavaProvider(JavaCompletionProvider) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Sets the parent Java provider.
- setJavaScriptEngine(JavaScriptEngine) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- setJavaScriptTypesFactory(JavaScriptTypesFactory) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- setKeepLastDocComment(boolean) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Sets whether the last documentation comment should be kept.
- setLanguageVersion(int) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Sets the JS version to use when parsing the code.
- setLocalName(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function setLocalName(name) replaces the local name of this XML object with a string constructed from the given name.
- setLocationBasedOn(GoToMemberWindow, RSyntaxTextArea) - Method in class org.fife.rsta.ac.GoToMemberAction
-
Centers the window in the text area.
- setMainAttribute(String) - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- setMainIcon(Icon) - Method in class org.fife.rsta.ac.java.DecoratableIcon
-
Sets the main icon.
- setMilliseconds(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setMilliseconds(value) set the milliseconds field of a Date.
- setMinutes(JSNumber, JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setMinutes(min,sec,ms) set the minutes, seconds and milliseconds field of a Date.
- setModifiers(Modifiers) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
- setMonth(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setMonth(month,date) set the month, day field of a Date.
- setName(E4XQName) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function setName(name) sets the name of the XML object to the requested value (possibly qualified).
- setNamespace(E4XNamespace) - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function setNamespace(namespace) sets the namespace of the XML object to the requested value.
- setOffset(Position) - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
-
Sets the absolute offset of this element in the document.
- setOwnerScriptName(String) - Method in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
-
set the owner script name
- 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
- 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
- setParent(JavaScriptCompletionProvider) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- setParentType(TypeDeclaration) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractTypeDeclarationNode
-
Sets the parent type declaration for this type declaration.
- setParentType(TypeDeclaration) - Method in interface org.fife.rsta.ac.java.rjc.ast.TypeDeclaration
-
Sets the parent type declaration for this type declaration.
- setParentTypeDeclaration(TypeDeclaration) - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractMember
-
Sets the parent type declaration of this member.
- setParentTypeDeclaration(TypeDeclaration) - Method in interface org.fife.rsta.ac.java.rjc.ast.Member
-
Sets the parent type declaration of this 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
PERL5LIBwhen parsing Perl code. - setPerl5LibOverride(String) - Method in class org.fife.rsta.ac.perl.PerlParser
-
Sets the value to use for
PERL5LIBwhen 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.
- setPreProcessing(boolean) - Method in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
-
set whether the type declaration has been created from a pre-processed script
- setPreProcessingScripts(PreProcessingScripts) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- setRelevance(JSFieldData) - Method in class org.fife.rsta.ac.js.completion.JSFieldCompletion
- setRelevanceAppropriately() - Method in class org.fife.rsta.ac.java.MethodCompletion
-
Sets the relevance of this constructor based on its properties.
- setResizable(JSBoolean) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function setResizable(arg)
- setReturnComments(boolean) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Sets whether comments are returned as tokens.
- setReturnWhitespace(boolean) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Sets whether whitespace is returned as tokens.
- setSeconds(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setSeconds(sec,ms) set the seconds and milliseconds field of a Date.
- setSelf(String) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- setSettings(JSObject) - Static method in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
function setSetting(settings) The setSettings method is a convenience method for managing the collection of global XML settings stored as properties of the XML constructor.
- setShorthandCache(ShorthandCompletionCache) - Method in class org.fife.rsta.ac.java.SourceCompletionProvider
-
Set template completion cache for source completion provider.
- setShorthandCache(ShorthandCompletionCache) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Set template completion cache for source completion provider.
- setShorthandCompletionCache(ShorthandCompletionCache) - Method in class org.fife.rsta.ac.java.JavaCompletionProvider
-
Set shorthand completion cache (template and comment completions).
- setShorthandCompletionCache(ShorthandCompletionCache) - Method in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
-
Set shorthand completion cache
- setShowDescWindow(boolean) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
- 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.
- setShowMajorElementsOnly(boolean) - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Toggles whether only "major" structural elements should be shown in this source tree.
- setShowSyntaxErrors(boolean) - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Sets whether syntax errors are squiggle-underlined in the editor.
- 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.
- setSortable(boolean) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Sets whether this particular node's children are sortable.
- setSorted(boolean) - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Toggles whether the contents of this tree are sorted.
- setSorted(boolean) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Sets whether this tree node (and any child sortable tree nodes) are sorting their children.
- setSortPriority(int) - Method in class org.fife.rsta.ac.SourceTreeNode
-
Sets the relative sort priority of this tree node when it is compared against others (lower is higher priority).
- setSourceLocation(SourceLocation) - Method in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
Sets the location of the source corresponding to this library.
- setStartOffset(int) - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
-
Sets the start offset of this declaration.
- setStartOffset(Position) - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
- setStartOffSet(int) - Method in class org.fife.rsta.ac.js.ast.CodeBlock
-
Sets the start offset of this code block.
- setStatic(boolean) - Method in class org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
- setStaticsOnly(boolean) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- setStrictMode(boolean) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Sets whether strict mode (more warnings are detected) is enabled.
- setSupportsBeanProperties(boolean) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- setSupportsLinks(boolean) - Method in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
-
set whether the type declaration supports hyperlinks
- setSystemFunction(boolean) - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- 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.
- setText(String) - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
-
Sets the text to display in the tree for this node.
- setTime(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setTime(value) set a Date in milliseconds.
- setTimeout(JSObject, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
-
function setTimeout(arg1, arg2) Calls a function or evaluates an expression after a specified number of milliseconds
- settings() - Static method in class org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
-
function settings() The settings method is a convenience method for managing the collection of global XML settings stored as properties of the XML constructor.
- setTypeDeclaration(TypeDeclaration) - Method in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
-
Set TypeDeclaration
- setTypeDeclaration(AstNode) - Method in class org.fife.rsta.ac.js.ast.JavaScriptFunctionTypeDeclaration
- setTypeDeclaration(AstNode) - Method in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
-
Lookup TypeDeclaration from the Rhino
AstNode - setTypeDeclaration(AstNode, boolean) - Method in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
-
Set the TypeDeclaration for the AstNode.
- setTypeDeclarationOptions(TypeDeclarationOptions) - Method in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
-
Set the JavaScript options associated with this declaration These are used to defined whether options are available to
- setTypeDeclarationVersion(String, boolean, boolean) - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- setTypeDeclarationVersion(String, boolean, boolean) - Method in class org.fife.rsta.ac.js.engine.JavaScriptEngine
- setTypeDeclationOptions(TypeDeclarationOptions) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
-
Set type declaration options for parser
- setTypeParameters(List<TypeParameter>) - Method in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
- setTypeParamsToTypeArgs(Map<String, String>) - 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.
- setUseBeanProperties(boolean) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- 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.
- setUTCDate(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setUTCDate(date) set the day of month field of a Date (universal time).
- setUTCFullYear(JSNumber, JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setUTCFullYear(year,month,date) set the year, month, day field of a Date (Universal time).
- setUTCHours(JSNumber, JSNumber, JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setUTCHours(hour,min,sec,ms) set the hours, minutes, seconds and milliseconds field of a Date (universal time).
- setUTCMilliseconds(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setUTCMilliseconds(ms) set the milliseconds field of a Date (universal time).
- setUTCMinute(JSNumber, JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setUTCMinute(min,sec,ms) set the minutes, seconds and milliseconds field of a Date (universal time).
- setUTCMonth(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setUTCMonth(month,date) set the month, day field of a Date (Universal time).
- setUTCSeconds(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function setUTCSeconds(sec,ms) set the seconds and milliseconds field of a Date (universal time).
- setValidationConfig(ValidationConfig) - Method in class org.fife.rsta.ac.xml.XmlParser
-
Sets how validation will be done by this parser.
- setVariablesAndFunctions(VariableResolver) - Method in class org.fife.rsta.ac.js.JavaScriptParser
- 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.
- setXmlAvailable(boolean) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Sets whether E4X is supported in parsed JavaScript.
- setXMLSupported(boolean) - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- 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.
- shift() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function shift() shift array elements down.
- ShortClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- SHORTHAND_COLOR - Static variable in class org.fife.rsta.ac.java.JavaShorthandCompletion
- shorthandCache - Variable in class org.fife.rsta.ac.java.SourceCompletionProvider
- shorthandCache - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- shorthandCompletion - Variable in class org.fife.rsta.ac.ShorthandCompletionCache
- ShorthandCompletionCache - Class in org.fife.rsta.ac
-
A cache to store completions for Template completions and Comment completions.
- ShorthandCompletionCache(AbstractCompletionProvider, AbstractCompletionProvider) - Constructor for class org.fife.rsta.ac.ShorthandCompletionCache
- shouldAutoCloseTag(String) - Method in class org.fife.rsta.ac.AbstractMarkupLanguageSupport
-
Subclasses should override this method to return whether a specified tag should have its closing tag auto-inserted.
- shouldAutoCloseTag(String) - Method in class org.fife.rsta.ac.html.HtmlLanguageSupport
-
Subclasses should override this method to return whether a specified tag should have its closing tag auto-inserted.
- shouldAutoCloseTag(String) - Method in class org.fife.rsta.ac.jsp.JspLanguageSupport
-
Subclasses should override this method to return whether a specified tag should have its closing tag auto-inserted.
- shouldAutoCloseTag(String) - Method in class org.fife.rsta.ac.php.PhpLanguageSupport
-
Subclasses should override this method to return whether a specified tag should have its closing tag auto-inserted.
- shouldAutoCloseTag(String) - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Subclasses should override this method to return whether a specified tag should have its closing tag auto-inserted.
- showDescWindow - Variable in class org.fife.rsta.ac.AbstractLanguageSupport
-
Whether the description window is displayed when the completion list window is displayed.
- showMajorElementsOnly - Variable in class org.fife.rsta.ac.AbstractSourceTree
- showParameterType - Variable in class org.fife.rsta.ac.js.completion.JSFunctionCompletion.JSFunctionParam
- showSyntaxErrors - Variable in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Whether syntax errors are squiggle-underlined in the editor.
- signature - Variable in class org.fife.rsta.ac.java.classreader.attributes.Signature
- 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.MemberInfo
-
Attribute containing index of the member's signature.
- Signature.ParamDescriptorResult - Class in org.fife.rsta.ac.java.classreader.attributes
- signatureAttr - Variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
The
Signatureattribute, ornullif there isn't one for this method. - SimpleCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.java.SourceParamChoicesProvider.SimpleCompletion
- simpleText - Variable in class org.fife.rsta.ac.java.JavaCellRenderer
-
Whether to not display extra info (type, etc.)in completion text, just the completion's name.
- sin(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function sin(x) compute a sine.
- 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.Util
-
Fully skips a given number of bytes in an input stream.
- skipLtGt(String, int) - Method in class org.fife.rsta.ac.java.classreader.attributes.Signature
- slice(Number, Number) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function slice(start, end) return a portion of an array
- slice(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function slice(start, end) extract a substring.
- sniff(RSyntaxDocument) - Method in class org.fife.rsta.ac.xml.ValidationConfigSniffer
-
Sniffs a document.
- some(JS5Function, JS5Object) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
-
function some(predicate, o) test whether a predicate is true for any element.
- sort(JSFunction) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function sort(function) sort the elements of an array
- sortable - Variable in class org.fife.rsta.ac.SourceTreeNode
- sorted - Variable in class org.fife.rsta.ac.AbstractSourceTree
- sorted - Variable in class org.fife.rsta.ac.SourceTreeNode
- sortPriority - Variable in class org.fife.rsta.ac.SourceTreeNode
- source - Variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
property source
- 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
- SourceCodeScanner - Class in org.fife.rsta.ac.java.rjc.lexer
-
Scanner for the Java programming language.
- SourceCodeScanner(InputStream) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Creates a new scanner.
- SourceCodeScanner(Reader) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Creates a new scanner There is also a java.io.InputStream version of this constructor.
- SourceCompletionProvider - Class in org.fife.rsta.ac.java
-
Parses a Java AST for code completions.
- SourceCompletionProvider - Class in org.fife.rsta.ac.js
-
Completion provider for JavaScript source code (not comments or strings).
- SourceCompletionProvider - Class in org.fife.rsta.ac.ts
-
The completion provider for TypeScript source code.
- SourceCompletionProvider() - Constructor for class org.fife.rsta.ac.java.SourceCompletionProvider
-
Constructor.
- SourceCompletionProvider() - Constructor for class org.fife.rsta.ac.ts.SourceCompletionProvider
- SourceCompletionProvider(boolean) - Constructor for class org.fife.rsta.ac.js.SourceCompletionProvider
- SourceCompletionProvider(String, boolean) - Constructor for class org.fife.rsta.ac.js.SourceCompletionProvider
- SourceCompletionProvider(JarManager) - Constructor for class org.fife.rsta.ac.java.SourceCompletionProvider
-
Constructor.
- SourceFile - Class in org.fife.rsta.ac.java.classreader.attributes
-
The
SourceFileattribute, an optional fixed-length attribute in the attributes table of aClassFile. - SourceFile(ClassFile, int) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.SourceFile
-
Constructor.
- sourceFileIndex - Variable in class org.fife.rsta.ac.java.classreader.attributes.SourceFile
-
Index into the constant pool of a
ConstantUtf8Infostructure representing the name of the source file from which this class file was compiled. - sourceLoc - Variable in class org.fife.rsta.ac.java.buildpath.LibraryInfo
-
The location of the source files corresponding to this library.
- SourceLocation - Interface in org.fife.rsta.ac.java.buildpath
-
Represents the location of Java source, either in a zip file (src.zip), a flat file (source in a project's source folder), or in some other location.
- SourceParamChoicesProvider - Class in org.fife.rsta.ac.java
-
A parameter choices provider for Java methods.
- SourceParamChoicesProvider() - Constructor for class org.fife.rsta.ac.java.SourceParamChoicesProvider
- SourceParamChoicesProvider.SimpleCompletion - Class in org.fife.rsta.ac.java
-
A very simple, low-relevance parameter choice completion.
- sourceProvider - Variable in class org.fife.rsta.ac.java.JavaCompletionProvider
-
The provider used for source code, kept here since it's used so much.
- sourceProvider - Variable in class org.fife.rsta.ac.js.JavaScriptCompletionProvider
-
The provider used for source code, kept here since it's used so much.
- SourceTreeNode - Class in org.fife.rsta.ac
-
Base class for tree nodes in an
AbstractSourceTree. - SourceTreeNode(Object) - Constructor for class org.fife.rsta.ac.SourceTreeNode
-
Creates an unsorted tree node.
- SourceTreeNode(Object, boolean) - Constructor for class org.fife.rsta.ac.SourceTreeNode
-
Constructor.
- sp - Variable in class org.fife.rsta.ac.xml.XmlParser
- SPECIAL_METHOD - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- SPECIAL_NAME_CONSTRUCTOR - Static variable in class org.fife.rsta.ac.java.classreader.MethodInfo
-
Used in class files to denote constructors.
- spf - Variable in class org.fife.rsta.ac.xml.XmlParser
- splice(JSNumber, JSNumber, JSArray) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function splice(start, deletecount, items) insert, remove, or replace array elements
- split(JSString, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function split(separator, limit) break a string into an array of strings.
- 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).
- sqrt(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function sqrt(x) compute a square root.
- SQRT1_2 - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
property SQRT1_2 the number 1 divided by the square root of 2.
- SQRT2 - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
property SQRT2 the square root of 2.
- stack - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Stack of tokens that have been "pushed back".
- STACK_MAP_TABLE - Static variable in class org.fife.rsta.ac.java.classreader.attributes.Code
- start - Variable in class org.fife.rsta.ac.common.CodeBlock
- start - Variable in class org.fife.rsta.ac.js.ast.CodeBlock
- start - Variable in class org.fife.rsta.ac.js.ast.JavaScriptDeclaration
- startElement(String, String, String, Attributes) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- startOffs - Variable in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
- startPC - Variable in class org.fife.rsta.ac.java.classreader.ExceptionTableEntry
-
Start of the range in the code array at which the exception handler is active.
- STATIC - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- STATIC_FIELD_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- STATIC_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- STATIC_VAR_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- staticsOnly - Variable in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- status - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property status
- statusbar - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property statusbar
- stop() - Method in interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
- STOP_PARSING - org.fife.rsta.ac.js.JsHinter.MarkStrategy
- StreamReaderThread(InputStream) - Constructor for class org.fife.rsta.ac.js.JsHinter.StreamReaderThread
-
Constructor.
- STRICTFP - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- strictMode - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- StringClass - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptFunctionType
- stringify(JS5Object, JS5Function, JS5Object) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma5.JS5JSON
-
function stringify(o, filter, indent) serialize an object, array or primitive value.
- stringIndex - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantStringInfo
- styleToSupport - Variable in class org.fife.rsta.ac.LanguageSupportFactory
-
Maps syntax styles to language supports for them.
- styleToSupportClass - Variable in class org.fife.rsta.ac.LanguageSupportFactory
-
Maps styles to class-names-for-language-supports; this way we can lazily create the
LanguageSupportswhen necessary. - subpackages - Variable in class org.fife.rsta.ac.java.PackageMapNode
-
A mapping of sub-package name to the sub-packages and classes under it.
- substring(JSNumber, JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function substring(from, to) return a substring of a string.
- SUPER - Static variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
- superClass - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Index into
ClassFile.constantPoolfor aConstantClassInfostructure representing the superclass of this class or interface. - support - Variable in class org.fife.rsta.ac.java.JavaParser
- support - Variable in class org.fife.rsta.ac.js.JavaScriptParser
- support - Variable in class org.fife.rsta.ac.xml.XmlParser
- supportedEngines - Variable in class org.fife.rsta.ac.js.engine.JavaScriptEngineFactory
- supportsBeanProperties - Variable in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- supportsBeanProperties() - Method in class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- supportsLinks - Variable in class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
- supportsPreProcessingScripts() - Method in class org.fife.rsta.ac.js.SourceCompletionProvider
- SYNCHRONIZED - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- systemFunction - Variable in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- systemVariables - Variable in class org.fife.rsta.ac.js.ast.VariableResolver
T
- t - Variable in class org.fife.rsta.ac.common.TokenScanner
- t - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport.Listener
- t - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Listener
- tag - Variable in class org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
- TAG_SELF_CLOSE - Static variable in class org.fife.rsta.ac.xml.XmlCompletionProvider
- tagIcon - Variable in class org.fife.rsta.ac.css.CssCellRenderer
- tagIcon - Variable in class org.fife.rsta.ac.html.HtmlCellRenderer
- tagsToClose - Static variable in class org.fife.rsta.ac.html.HtmlLanguageSupport
-
A cached set of tags that require closing tags.
- tagsToClose - Static variable in class org.fife.rsta.ac.jsp.JspLanguageSupport
-
A cached set of tags that require closing tags.
- tagsToClose - Static variable in class org.fife.rsta.ac.php.PhpLanguageSupport
-
A cached set of tags that require closing tags.
- tagToAttrs - Variable in class org.fife.rsta.ac.html.HtmlCompletionProvider
-
A mapping of tag names to their legal attributes.
- taintModeEnabled - Variable in class org.fife.rsta.ac.perl.PerlParser
- tan(JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSMath
-
function tan(x) compute a tangent.
- TEMPLATE_ICON - Static variable in class org.fife.rsta.ac.java.IconFactory
- TEMPLATE_ICON - Static variable in class org.fife.rsta.ac.js.IconFactory
- TEMPLATE_RELEVANCE - Static variable in interface org.fife.rsta.ac.js.completion.JSCompletionUI
- templateProvider - Variable in class org.fife.rsta.ac.ShorthandCompletionCache
- test(String) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSRegExpFunctions
-
function test(string) test whether a string matches a pattern.
- testJavaStaticType(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver
-
Test whether the node can be resolved as a static Java class.
- text - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport.ImportToAddInfo
- text - Variable in class org.fife.rsta.ac.java.tree.LocalVarTreeNode
- text - Variable in class org.fife.rsta.ac.java.tree.MemberTreeNode
- text - Variable in class org.fife.rsta.ac.js.JavaScriptHelper.ParseText
- text - Variable in class org.fife.rsta.ac.js.JavaScriptHelper.ParseTextVisitor
- text - Variable in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
-
The text to display in the tree.
- text() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function text() returns an XMLList containing all XML properties of this XML object that represent XML text nodes.
- text() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function text() calls the text method of each XML object contained in this XMLList object and returns an XMLList containing the results concatenated in order.
- textArea - Variable in class org.fife.rsta.ac.AbstractSourceTree
- textArea - Variable in class org.fife.rsta.ac.GoToMemberWindow
- textArea - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport.JavaAutoCompletion
- textArea - Variable in class org.fife.rsta.ac.java.JavaLanguageSupport.Listener
- textArea - Variable in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- textArea - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.JavaScriptAutoCompletion
- textArea - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Listener
- textArea - Variable in class org.fife.rsta.ac.js.JavaScriptParser
- textArea - Variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
- textArea - Variable in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- textAreaToAutoCompletion - Variable in class org.fife.rsta.ac.AbstractLanguageSupport
-
Map of all text areas using this language support to their installed
AutoCompletioninstances. - TextFieldBorder() - Constructor for class org.fife.rsta.ac.GoToMemberWindow.TextFieldBorder
- THIS - Static variable in class org.fife.rsta.ac.java.SourceCompletionProvider
- thisClass - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
Index into
ClassFile.constantPoolfor aConstantClassInfostructure representing the class or interface defined in this class file. - thrownTypeNames - Variable in class org.fife.rsta.ac.java.rjc.ast.Method
- TimeCompletion(CompletionProvider, String) - Constructor for class org.fife.rsta.ac.css.TimeCompletionGenerator.TimeCompletion
- TimeCompletionGenerator - Class in org.fife.rsta.ac.css
-
A generator that returns completions for CSS percentage/length values.
- TimeCompletionGenerator() - Constructor for class org.fife.rsta.ac.css.TimeCompletionGenerator
- TimeCompletionGenerator.TimeCompletion - Class in org.fife.rsta.ac.css
-
The type of completion returned by this generator.
- TldAttribute - Class in org.fife.rsta.ac.jsp
-
An attribute of an element defined in a TLD.
- TldAttribute(JspCompletionProvider, TldAttribute.TldAttributeParam) - Constructor for class org.fife.rsta.ac.jsp.TldAttribute
- TldAttribute.TldAttributeParam - Class in org.fife.rsta.ac.jsp
- TldAttributeParam(Object, String, boolean, boolean) - Constructor for class org.fife.rsta.ac.jsp.TldAttribute.TldAttributeParam
- TldElement - Class in org.fife.rsta.ac.jsp
-
An element defined in a TLD.
- TldElement(JspCompletionProvider, String, String) - Constructor for class org.fife.rsta.ac.jsp.TldElement
- tldElems - Variable in class org.fife.rsta.ac.jsp.TldFile
- TldFile - Class in org.fife.rsta.ac.jsp
-
A TLD.
- TldFile(JspCompletionProvider, File) - Constructor for class org.fife.rsta.ac.jsp.TldFile
- toDateString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function toDateString() return the date portion of a Date as a string.
- toExponential(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSNumberFunctions
-
function toExponential(fractionDigits) format a number using exponential notation.
- toFixed(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSNumberFunctions
-
function toFixed(fractionDigits) format a number using fixed-point notation.
- toISOString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5DateFunctions
-
function toISOString() converts a Date to ISO8601-formatted string.
- toJSON(JS5String) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5DateFunctions
-
function toJSON(key) JSON-serialize a Date object.
- token - Variable in class org.fife.rsta.ac.java.JavaLinkGenerator.IsLinkableCheckResult
-
The token under the mouse position.
- token - Variable in class org.fife.rsta.ac.js.JavaScriptLinkGenerator.IsLinkableCheckResult
-
The token under the mouse position.
- Token - Interface in org.fife.rsta.ac.java.rjc.lexer
-
A lexical token in a Java file.
- TokenImpl - Class in org.fife.rsta.ac.java.rjc.lexer
-
Implementation of a token in a Java source file.
- TokenImpl(int, String, int, int, int) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- TokenImpl(int, String, int, int, int, boolean) - Constructor for class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- TokenScanner - Class in org.fife.rsta.ac.common
-
Returns non-whitespace, non-comment tokens from an
RSyntaxDocument, one at a time. - TokenScanner(RSyntaxDocument) - Constructor for class org.fife.rsta.ac.common.TokenScanner
- TokenScanner(RSyntaxTextArea) - Constructor for class org.fife.rsta.ac.common.TokenScanner
- tokenToNativeTypeDeclaration(AstNode, SourceCompletionProvider) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Convert AstNode to TypeDeclaration
- TokenTypes - Interface in org.fife.rsta.ac.java.rjc.lexer
-
All possible token types returned by this lexer.
- toList(AstNode...) - Static method in class org.fife.rsta.ac.js.util.RhinoUtil
- toLocaleDateString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function toLocaleDateString() return the date portion of a Date as a locally formatted string.
- toLocaleLowerCase() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function toLocaleLowerCase() Converts a string to lower case.
- toLocaleString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function toLocaleString() convert a Date to a locally formatted string.
- toLocaleString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
-
function toLocaleString() return an object localized string representation.
- toLocaleTimeString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function toLocaleTimeString() return the time portion of a date as a locally formatted string.
- toLocaleUpperCase() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function toLocaleUpperCase() Converts a string to upper case.
- toLowerCase() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function toLowerCase() Converts a string to lower case.
- toolbar - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property toolbar
- top - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property top
- toPrecision(JSNumber) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSNumberFunctions
-
function toPrecision(precision) format the significant digits of a number.
- toString() - Method in class org.fife.rsta.ac.java.buildpath.DirLibraryInfo
-
Returns a string representation of this jar information.
- toString() - Method in class org.fife.rsta.ac.java.buildpath.JarLibraryInfo
-
Returns a string representation of this jar information.
- 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.ConstantInterfaceMethodrefInfo
-
Returns a string representation of this object.
- toString() - Method in class org.fife.rsta.ac.java.classreader.constantpool.ConstantInvokeDynamicInfo
-
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.ConstantMethodHandleInfo
-
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.ConstantMethodTypeInfo
-
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.JarReader
- toString() - Method in class org.fife.rsta.ac.java.MethodCompletion
- toString() - Method in class org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
-
Returns the name of this node (e.g.
- 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.lexer.TokenImpl
- toString() - Method in class org.fife.rsta.ac.java.rjc.notices.ParserNotice
-
Returns a string representation of this parser notice.
- toString() - Method in class org.fife.rsta.ac.java.tree.JavaTreeNode
-
Overridden to return the same thing as getText(false), so we look nice with ToolTipTrees.
- toString() - Method in class org.fife.rsta.ac.js.completion.JavaScriptInScriptFunctionCompletion
- toString() - Method in class org.fife.rsta.ac.js.completion.JavaScriptMethodCompletion
- toString() - Method in class org.fife.rsta.ac.js.completion.JSFunctionCompletion
- toString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
-
function toString() define an objects string representation.
- toString() - Method in class org.fife.rsta.ac.js.tree.JavaScriptTreeNode
-
Overridden to return the textual representation displayed in the tree view.
- toString() - Method in class org.fife.rsta.ac.xml.tree.XmlTreeNode
-
Returns a string representation of this tree node.
- toTimeString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function toTimeString() return the time portion of Date as a string.
- toUpperCase() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
-
function toUpperCase() Converts a string to upper case.
- toUTCString() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function toUTCString() convert Date to a string (universal time).
- toXMLString() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLFunctions
-
function toXMLString() returns the toXMLString() method returns an XML encoded string representation of this XML object.
- toXMLString() - Method in interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
-
function toXMLString() returns the toXMLString() method returns an XML encoded string representation of this XML object.
- TRANSIENT - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
- tree - Variable in class org.fife.rsta.ac.GoToMemberWindow
- trim() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5StringFunctions
-
function trim () string leading and trailing whitespace.
- trimFromLastParam(String) - Static method in class org.fife.rsta.ac.js.JavaScriptHelper
-
Trims the text from the last , from the string Looks for
(or[starting at the end of the string to find out where in the string to substring. - tweakTreeBorder(AbstractSourceTree) - Method in class org.fife.rsta.ac.GoToMemberWindow
-
Ensures the tree has a very small empty border at the top, to make things look a little nicer.
- type - Variable in class org.fife.rsta.ac.common.VariableDeclaration
- type - Variable in class org.fife.rsta.ac.java.classreader.attributes.Signature.ParamDescriptorResult
- type - Variable in class org.fife.rsta.ac.java.rjc.ast.Field
- type - Variable in class org.fife.rsta.ac.java.rjc.ast.LocalVariable
- type - Variable in class org.fife.rsta.ac.java.rjc.ast.Method
- type - Variable in class org.fife.rsta.ac.java.rjc.lang.Annotation
- type - Variable in class org.fife.rsta.ac.java.rjc.lang.TypeArgument
- type - Variable in class org.fife.rsta.ac.java.rjc.lang.Variable
- type - Variable in class org.fife.rsta.ac.java.rjc.lexer.TokenImpl
- type - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- type - Variable in class org.fife.rsta.ac.js.JavaScriptHelper.InfixVisitor
- 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
- typeArgLevel - Variable in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
The depth in which we're in TypeArguments or TypeParameters.
- TypeArgument - Class in org.fife.rsta.ac.java.rjc.lang
-
A type argument.
- 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
- typeArguments - Variable in class org.fife.rsta.ac.java.rjc.lang.Type
- typeDec - Variable in class org.fife.rsta.ac.js.ast.JavaScriptFunctionDeclaration
- typeDec - Variable in class org.fife.rsta.ac.js.ast.JavaScriptVariableDeclaration
- TypeDeclaration - Class in org.fife.rsta.ac.js.ast.type
- TypeDeclaration - Interface in org.fife.rsta.ac.java.rjc.ast
-
A type declaration.
- TypeDeclaration(String, String, String) - Constructor for class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- TypeDeclaration(String, String, String, boolean) - Constructor for class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- TypeDeclaration(String, String, String, boolean, boolean) - Constructor for class org.fife.rsta.ac.js.ast.type.TypeDeclaration
- TypeDeclarationContainer - Interface in org.fife.rsta.ac.java.rjc.ast
-
Interface for tree nodes that can hold type declarations (e.g.
- TypeDeclarationFactory - Class in org.fife.rsta.ac.js.ast.type
-
TypeDeclarationFactory contains cache of TypeDeclarations for to make the lookup of JavaScript types as efficient as possible.
- TypeDeclarationFactory() - Constructor for class org.fife.rsta.ac.js.ast.type.TypeDeclarationFactory
- typeDeclarationOptions - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- TypeDeclarationOptions - Class in org.fife.rsta.ac.js.ast
-
Object that represents options associated with JavaScriptDeclaration.
- TypeDeclarationOptions(String, boolean, boolean) - Constructor for class org.fife.rsta.ac.js.ast.TypeDeclarationOptions
- typeDeclarations - Variable in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
- TypeDeclarations - Class in org.fife.rsta.ac.js.ast.type.ecma
- TypeDeclarations() - Constructor for class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- TypeDeclarations.JavaScriptObject - Class in org.fife.rsta.ac.js.ast.type.ecma
-
Simple class holder to hold the name of ECMA object and whether it can be instantiated
- TypeDeclarationsECMAv3 - Class in org.fife.rsta.ac.js.ast.type.ecma.v3
- TypeDeclarationsECMAv3() - Constructor for class org.fife.rsta.ac.js.ast.type.ecma.v3.TypeDeclarationsECMAv3
- TypeDeclarationsECMAv5 - Class in org.fife.rsta.ac.js.ast.type.ecma.v5
- TypeDeclarationsECMAv5() - Constructor for class org.fife.rsta.ac.js.ast.type.ecma.v5.TypeDeclarationsECMAv5
- TypeDeclarationTreeNode - Class in org.fife.rsta.ac.java.tree
-
Tree node for type declarations.
- TypeDeclarationTreeNode(TypeDeclaration) - Constructor for class org.fife.rsta.ac.java.tree.TypeDeclarationTreeNode
- typeMap - Variable in class org.fife.rsta.ac.java.classreader.ClassFile
-
A mapping of type parameters to type arguments.
- typeNode - Variable in class org.fife.rsta.ac.js.ast.JavaScriptFunctionTypeDeclaration
- typeNode - Variable in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser.ProcessFunctionType
- 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
- typeParams - Variable in class org.fife.rsta.ac.java.rjc.ast.NormalClassDeclaration
- types - Variable in class org.fife.rsta.ac.js.ast.type.ecma.TypeDeclarations
- TypeScriptCompletionProvider - Class in org.fife.rsta.ac.ts
-
Completion provider for TypeScript.
- TypeScriptCompletionProvider(TypeScriptLanguageSupport) - Constructor for class org.fife.rsta.ac.ts.TypeScriptCompletionProvider
- TypeScriptLanguageSupport - Class in org.fife.rsta.ac.ts
-
Language support for TypeScript.
- TypeScriptLanguageSupport() - Constructor for class org.fife.rsta.ac.ts.TypeScriptLanguageSupport
- typesFactory - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- typesFactory - Variable in class org.fife.rsta.ac.js.engine.JavaScriptEngine
U
- UI - Static variable in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- undefined - Static variable in class org.fife.rsta.ac.js.ecma.api.ecma3.JSGlobal
-
property undefined The undefined value.
- unescape(JSString) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
-
function unescape(s) decode an escaped string.
- uninstall() - Method in class org.fife.rsta.ac.AbstractSourceTree
-
Makes this outline tree stop listening to its current text area.
- uninstall() - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- uninstall() - Method in class org.fife.rsta.ac.java.JavaLanguageSupport.Listener
-
Should be called whenever Java language support is removed from a text area.
- uninstall() - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
- uninstall() - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Listener
-
Should be called whenever Java language support is removed from a text area.
- uninstall() - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Makes this outline tree stop listening to its current text area.
- uninstall() - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.asm6502.Asm6502LanguageSupport
- uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.c.CLanguageSupport
-
Uninstalls this support.
- uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.css.CssLanguageSupport
-
Uninstalls this support.
- uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.groovy.GroovyLanguageSupport
- 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
- uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.jsp.JspLanguageSupport
-
Uninstalls this support.
- 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.
- uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.ts.TypeScriptLanguageSupport
- uninstall(RSyntaxTextArea) - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Uninstalls this support.
- uninstallDefaults(JLabel) - Method in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer.XmlTreeCellUI
- uninstallImpl(RSyntaxTextArea) - Method in class org.fife.rsta.ac.AbstractLanguageSupport
-
Unregisters an textArea.
- uninstallKeyboardShortcuts(RSyntaxTextArea) - Method in class org.fife.rsta.ac.AbstractMarkupLanguageSupport
-
Uninstalls any keyboard shortcuts specific to this language support.
- uninstallKeyboardShortcuts(RSyntaxTextArea) - Method in class org.fife.rsta.ac.java.JavaLanguageSupport
-
Uninstalls any keyboard shortcuts specific to this language support.
- uninstallKeyboardShortcuts(RSyntaxTextArea) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
-
Uninstalls any keyboard shortcuts specific to this language support.
- uninstallKeyboardShortcuts(RSyntaxTextArea) - Method in class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Uninstalls any keyboard shortcuts specific to this language support.
- uninstallSupport(RSyntaxTextArea) - Method in class org.fife.rsta.ac.LanguageSupportFactory
-
Uninstalls the language support on an RSyntaxTextArea, if any.
- unregister(RSyntaxTextArea) - Method in class org.fife.rsta.ac.LanguageSupportFactory
-
Un-registers an RSyntaxTextArea.
- unshift(JSArray) - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
-
function unshift(items) insert elements at the beginning of an array
- UNSUPPORTED_COMPLETIONS - Static variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- UnsupportedAttribute - Class in org.fife.rsta.ac.java.classreader.attributes
-
An attribute that is unknown/unsupported by this decompiler.
- UnsupportedAttribute(ClassFile, String) - Constructor for class org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute
-
Constructor.
- update(CompilationUnit) - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
-
Refreshes this tree.
- update(XmlTreeNode) - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- update(AstRoot) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Refreshes this tree.
- updateUI() - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree
-
Overridden to also update the UI of the child cell renderer.
- updateUI() - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree
-
Overridden to also update the UI of the child cell renderer.
- updateUI() - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
-
Overridden to update the cell renderer.
- updateUI() - Method in class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- uri - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
-
property uri
- uri - Variable in class org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
property uri namespace uri part of QName
- urlClicked(HyperlinkEvent, Completion, DescWindowCallback) - Method in class org.fife.rsta.ac.java.JavadocUrlHandler
- urlClicked(HyperlinkEvent, Completion, DescWindowCallback) - Method in class org.fife.rsta.ac.js.JavaScriptDocUrlhandler
- useBeanproperties - Variable in class org.fife.rsta.ac.js.ast.jsType.JavaScriptTypesFactory
- useLocalManPages - Static variable in class org.fife.rsta.ac.sh.ShellCompletionProvider
-
Whether local man pages should be used for function descriptions.
- useLocalManPages - Variable in class org.fife.rsta.ac.sh.ShellLanguageSupport
-
Whether local man pages should be used.
- useParensWithFunctions - Variable in class org.fife.rsta.ac.perl.PerlCompletionProvider
- useParensWithFunctions - Static variable in class org.fife.rsta.ac.perl.PerlLanguageSupport
-
Whether parens should be used around arguments to functions.
- userAgent - Variable in class org.fife.rsta.ac.js.ecma.api.client.Navigator
-
Property userAgent
- useSystemPerldoc - Static variable in class org.fife.rsta.ac.perl.PerlLanguageSupport
-
Whether to use the system "perldoc" command for function descriptions.
- UTC(JSNumber, JSNumber, JSNumber, JSNumber, JSNumber, JSNumber, JSNumber) - Static method in class org.fife.rsta.ac.js.ecma.api.ecma3.JSDate
-
function UTC(year,month,day,hour,min,sec,ms) Converts a Date specification to milliseconds.
- 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.
- Util - Class in org.fife.rsta.ac.js
-
Utility classes for the JavaScript code completion.
- Util() - Constructor for class org.fife.rsta.ac.java.classreader.Util
-
Private constructor to prevent instantiation.
- Util() - Constructor for class org.fife.rsta.ac.java.Util
-
Private constructor to prevent instantiation.
- Util() - Constructor for class org.fife.rsta.ac.js.Util
-
Private constructor to prevent instantiation.
V
- validationConfig - Variable in class org.fife.rsta.ac.xml.XmlParser
- ValidationConfig - Interface in org.fife.rsta.ac.xml
-
Configuration information to get an
XmlParservalidating against either a DTD or a schema. - ValidationConfigSniffer - Class in org.fife.rsta.ac.xml
-
Sniffs for validation configuration in a document.
- ValidationConfigSniffer() - Constructor for class org.fife.rsta.ac.xml.ValidationConfigSniffer
- validNode(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
- value - Variable in class org.fife.rsta.ac.java.classreader.Frame.LocalVarInfo
- VALUE - org.fife.rsta.ac.css.PropertyValueCompletionProvider.LexerState
- valueChanged(TreeSelectionEvent) - Method in class org.fife.rsta.ac.java.tree.JavaOutlineTree.Listener
-
Selects the corresponding element in the text editor when a user clicks on a node in this tree.
- valueChanged(TreeSelectionEvent) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTree.Listener
-
Selects the corresponding element in the text editor when a user clicks on a node in this tree.
- valueChanged(TreeSelectionEvent) - Method in class org.fife.rsta.ac.xml.tree.XmlOutlineTree.XmlEditorListener
-
Selects the corresponding element in the text editor when a user clicks on a node in this tree.
- valueCompletionGenerators - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- valueCompletions - Variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
- valueOf() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
-
function valueOf() convert a Date to millisecond representation.
- valueOf() - Method in interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
-
function valueOf() the primitive value of a specified object.
- valueOf(String) - Static method in enum org.fife.rsta.ac.css.PropertyValueCompletionProvider.LexerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fife.rsta.ac.js.JsErrorParser
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fife.rsta.ac.js.JsHinter.MarkStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fife.rsta.ac.css.PropertyValueCompletionProvider.LexerState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.fife.rsta.ac.js.JsErrorParser
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.fife.rsta.ac.js.JsHinter.MarkStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- varDeclarations - Variable in class org.fife.rsta.ac.common.CodeBlock
- varDeclarations - Variable in class org.fife.rsta.ac.js.ast.CodeBlock
- 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
- VariableDeclaration(String, String, int) - Constructor for class org.fife.rsta.ac.common.VariableDeclaration
- variableIcon - Variable in class org.fife.rsta.ac.c.CCellRenderer
- variableResolver - Variable in class org.fife.rsta.ac.js.JavaScriptParser
- variableResolver - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- VariableResolver - Class in org.fife.rsta.ac.js.ast
-
Cache Local and System scope variables Local scope variables are cleared each time the
SourceCompletionProviderfinishes parsing the script System scope variables will not be cleared - VariableResolver() - Constructor for class org.fife.rsta.ac.js.ast.VariableResolver
- VENDOR_PREFIXES - Static variable in class org.fife.rsta.ac.css.PropertyValueCompletionProvider
-
The most common vendor prefixes.
- visibleChildren - Variable in class org.fife.rsta.ac.SourceTreeNode
- visit(AstNode) - Method in class org.fife.rsta.ac.js.ast.parser.JavaScriptAstParser.FunctionReturnVisitor
- visit(AstNode) - Method in class org.fife.rsta.ac.js.JavaScriptHelper.InfixVisitor
- visit(AstNode) - Method in class org.fife.rsta.ac.js.JavaScriptHelper.ParseTextVisitor
- visit(AstNode) - Method in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.DeepestScopeVisitor
- visit(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.CompilerNodeVisitor
- visit(AstNode) - Method in class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.VisitorAll
- visit(AstNode) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- visitExpressionStatement(ExpressionStatement) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- visitFunction(FunctionNode) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
-
Visits a function AST node.
- visitor - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport.Listener
- VisitorAll() - Constructor for class org.fife.rsta.ac.js.resolver.JavaScriptCompletionResolver.VisitorAll
- visitPropertyDescriptor(JavaScriptTreeNode, String, String, ObjectLiteral) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
-
Parses an AST node that represents a property descriptor.
- visitPropertyDescriptors(ObjectLiteral, String) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
-
It is assumed that
descriptorObjectLithas been identified as an object literal containing property descriptors. - visitPrototypeMember(JavaScriptTreeNode, String, String, AstNode) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
-
Visits a node representing a member being defined on a prototype.
- visitPrototypeMembers(ObjectLiteral, String) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
- visitVariableDeclaration(VariableDeclaration) - Method in class org.fife.rsta.ac.js.tree.JavaScriptOutlineTreeGenerator
-
Visits a variable AST node.
- VOLATILE - Static variable in class org.fife.rsta.ac.java.rjc.lang.Modifiers
W
- waitForProcess(Process, StringBuilder, StringBuilder) - Static method in class org.fife.rsta.ac.IOUtil
-
Runs a process, possibly capturing its stdout and/or stderr.
- warning(String, String, int, String, int) - Method in class org.fife.rsta.ac.js.JavaScriptParser.JSErrorReporter
- warning(SAXParseException) - Method in class org.fife.rsta.ac.xml.XmlParser.Handler
- warningsEnabled - Variable in class org.fife.rsta.ac.perl.PerlParser
- WHITESPACE - Static variable in interface org.fife.rsta.ac.java.rjc.lexer.TokenTypes
- width - Variable in class org.fife.rsta.ac.java.DecoratableIcon
-
The width of this icon.
- width - Variable in class org.fife.rsta.ac.js.ecma.api.client.Screen
-
Property width
- window - Variable in class org.fife.rsta.ac.js.ecma.api.client.Window
-
Property window
- Window - Class in org.fife.rsta.ac.js.ecma.api.client
- Window() - Constructor for class org.fife.rsta.ac.js.ecma.api.client.Window
-
Object Window()
- WindowFunctions - Interface in org.fife.rsta.ac.js.ecma.api.client.funtions
- windowGainedFocus(WindowEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- windowLostFocus(WindowEvent) - Method in class org.fife.rsta.ac.GoToMemberWindow.Listener
- wrapToken(Token) - Method in class org.fife.rsta.ac.js.JavaScriptLinkGenerator
-
Due to the Tokens being reused, this can cause problems when finding the next token associated with a token.
X
- xls - Variable in class org.fife.rsta.ac.xml.XmlParser
- xmlAvailable - Variable in class org.fife.rsta.ac.js.JavaScriptLanguageSupport
- XmlCompletionProvider - Class in org.fife.rsta.ac.xml
-
A completion provider that, in the absence of a DTD or XML schema, makes a best guess at what completion choices the user might want for XML.
- XmlCompletionProvider() - Constructor for class org.fife.rsta.ac.xml.XmlCompletionProvider
- XmlEditorListener() - Constructor for class org.fife.rsta.ac.xml.tree.XmlOutlineTree.XmlEditorListener
- XmlLanguageSupport - Class in org.fife.rsta.ac.xml
-
Language support for XML.
- XmlLanguageSupport() - Constructor for class org.fife.rsta.ac.xml.XmlLanguageSupport
-
Constructor.
- XmlOutlineTree - Class in org.fife.rsta.ac.xml.tree
-
A tree view showing the outline of XML, similar to the "Outline" view in Eclipse.
- XmlOutlineTree() - Constructor for class org.fife.rsta.ac.xml.tree.XmlOutlineTree
-
Constructor.
- XmlOutlineTree(boolean) - Constructor for class org.fife.rsta.ac.xml.tree.XmlOutlineTree
-
Constructor.
- XmlOutlineTree.XmlEditorListener - Class in org.fife.rsta.ac.xml.tree
-
Listens for events this tree is interested in (events in the associated editor, for example), as well as events in this tree.
- XmlParser - Class in org.fife.rsta.ac.xml
-
Parses XML code in an
RSyntaxTextArea. - XmlParser(XmlLanguageSupport) - Constructor for class org.fife.rsta.ac.xml.XmlParser
- XmlParser.Handler - Class in org.fife.rsta.ac.xml
-
Callback for events when we're parsing the XML in the editor.
- xmlSupported - Variable in class org.fife.rsta.ac.js.SourceCompletionProvider
- xmlTreeCellRenderer - Variable in class org.fife.rsta.ac.xml.tree.XmlOutlineTree
- XmlTreeCellRenderer - Class in org.fife.rsta.ac.xml.tree
-
Renders nodes in the XML tree.
- XmlTreeCellRenderer() - Constructor for class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer
- XmlTreeCellRenderer.XmlTreeCellUI - Class in org.fife.rsta.ac.xml.tree
-
Custom UI for our renderer.
- XmlTreeCellUI() - Constructor for class org.fife.rsta.ac.xml.tree.XmlTreeCellRenderer.XmlTreeCellUI
- XmlTreeNode - Class in org.fife.rsta.ac.xml.tree
-
The tree node in
XmlOutlineTrees. - XmlTreeNode(String) - Constructor for class org.fife.rsta.ac.xml.tree.XmlTreeNode
Y
- yybegin(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Enters a new lexical state
- yychar - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
the number of characters up to the start of the matched text
- yycharat(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns the character at position pos from the matched text.
- yyclose() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Closes the input stream.
- yycolumn - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
the number of characters from the last newline up to the start of the matched text
- YYEOF - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
This character denotes the end of file
- YYINITIAL - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
lexical states
- yylength() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns the length of the matched text region.
- yylex() - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Returns the next token from the input stream.
- yylex() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
- 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.
- 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, 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(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.
- yyline - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
number of newlines encountered up to the start of the matched text
- 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(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.
- 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, 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(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(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Pushes the specified amount of characters back into the input stream.
- yyPushback(Token) - Method in class org.fife.rsta.ac.java.rjc.lexer.Scanner
-
Pushes a token back onto the stream.
- yyreset(Reader) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Resets the scanner to read from a new input stream.
- yystate() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns the current lexical state.
- yytext() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Returns the text matched by the current regular expression.
Z
- ZERO_OFFSET - Static variable in class org.fife.rsta.ac.java.rjc.ast.CompilationUnit
- ZeroOffset() - Constructor for class org.fife.rsta.ac.java.rjc.ast.CompilationUnit.ZeroOffset
- ZipSourceLocation - Class in org.fife.rsta.ac.java.buildpath
-
Represents source inside a zip or jar file.
- ZipSourceLocation(File) - Constructor for class org.fife.rsta.ac.java.buildpath.ZipSourceLocation
-
Constructor.
- ZipSourceLocation(String) - Constructor for class org.fife.rsta.ac.java.buildpath.ZipSourceLocation
-
Constructor.
- ZZ_ACTION - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Translates DFA states to action switch labels.
- ZZ_ACTION_PACKED_0 - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- ZZ_ATTRIBUTE - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
ZZ_ATTRIBUTE[aState] contains the attributes of state
aState - ZZ_ATTRIBUTE_PACKED_0 - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- ZZ_BUFFERSIZE - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
initial size of the lookahead buffer
- ZZ_CMAP - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Translates characters to character classes
- ZZ_CMAP_PACKED - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Translates characters to character classes
- ZZ_ERROR_MSG - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- ZZ_NO_MATCH - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- ZZ_PUSHBACK_2BIG - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- ZZ_ROWMAP - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Translates a state to a row index in the transition table
- ZZ_ROWMAP_PACKED_0 - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- ZZ_TRANS - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
The transition table of the DFA
- ZZ_TRANS_PACKED_0 - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- ZZ_UNKNOWN_ERROR - Static variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- zzAtEOF - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
zzAtEOF == true <=> the scanner is at the EOF
- zzBuffer - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
this buffer contains the current text to be matched and is the source of the yytext() string
- zzCurrentPos - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
the current text position in the buffer
- zzEndRead - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
endRead marks the last character in the buffer, that has been read from input
- zzLexicalState - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
the current lexical state
- zzMarkedPos - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
the textposition at the last accepting state
- zzReader - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
the input device
- zzRefill() - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Refills the input buffer.
- zzScanError(int) - Method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Reports an error that occured while scanning.
- zzStartRead - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
startRead marks the beginning of the yytext() string in the buffer
- zzState - Variable in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
the current state of the DFA
- zzUnpackAction() - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- zzUnpackAction(String, int, int[]) - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- zzUnpackAttribute() - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- zzUnpackAttribute(String, int, int[]) - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- zzUnpackCMap(String) - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
-
Unpacks the compressed character translation table.
- zzUnpackRowMap() - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- zzUnpackRowMap(String, int, int[]) - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- zzUnpackTrans() - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
- zzUnpackTrans(String, int, int[]) - Static method in class org.fife.rsta.ac.java.rjc.lexer.SourceCodeScanner
_
- _getCompletion(String, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.ast.jsType.JavaScriptType
- _getCompletion(String, SourceCompletionProvider) - Method in class org.fife.rsta.ac.js.ast.jsType.JSR223Type
All Classes All Packages