Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
G
I
S
V
G
getAdditionalProposalInfo()
- Method in class com.ibm.systemz.common.editor.extensionpoints.contentassist.
SimpleCompletionProposal
getAst()
- Method in interface com.ibm.systemz.common.editor.extensionpoints.contentassist.
IContentAssistInvocationContext
Returns an AST representation of the source code.
getContextInformation()
- Method in class com.ibm.systemz.common.editor.extensionpoints.contentassist.
SimpleCompletionProposal
getDisplayString()
- Method in class com.ibm.systemz.common.editor.extensionpoints.contentassist.
SimpleCompletionProposal
getDocument()
- Method in interface com.ibm.systemz.common.editor.extensionpoints.contentassist.
IContentAssistInvocationContext
Returns the document that content assist is invoked on, or
null
if not known.
getErrorMessage()
- Method in interface com.ibm.systemz.common.editor.extensionpoints.contentassist.
ICompletionProposalComputer
Returns the reason why this computer was unable to produce any completion proposals or context information.
getImage()
- Method in class com.ibm.systemz.common.editor.extensionpoints.contentassist.
SimpleCompletionProposal
getInvocationOffset()
- Method in interface com.ibm.systemz.common.editor.extensionpoints.contentassist.
IContentAssistInvocationContext
Returns the invocation offset.
getPreprocessorTransformations(IFile, IDocument, IProgressMonitor)
- Method in interface com.ibm.systemz.common.editor.extensionpoints.preprocessor.
IPreprocessorBehavior
Returns a mapping of line ranges in the document to text output by a preprocessor.
getReplacementOffset()
- Method in class com.ibm.systemz.common.editor.extensionpoints.contentassist.
SimpleCompletionProposal
getReplacementString()
- Method in class com.ibm.systemz.common.editor.extensionpoints.contentassist.
SimpleCompletionProposal
getSelection(IDocument)
- Method in class com.ibm.systemz.common.editor.extensionpoints.contentassist.
SimpleCompletionProposal
Deprecated.
getTemplateContextId()
- Method in interface com.ibm.systemz.common.editor.extensionpoints.contentassist.
IContentAssistInvocationContext
Returns the template invocation context for this offset.
getType()
- Method in class com.ibm.systemz.common.editor.extensionpoints.contentassist.
SimpleCompletionProposal
The built-in type of the proposal.
getVariableCompletionProposals(int, String)
- Method in interface com.ibm.systemz.common.editor.extensionpoints.contentassist.
IContentAssistInvocationContext
Returns a list of simple proposals for the variables valid at the specified offset.
getViewer()
- Method in interface com.ibm.systemz.common.editor.extensionpoints.contentassist.
IContentAssistInvocationContext
Returns the viewer,
null
if not available.
Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
G
I
S
V