| de.loskutov.bco.compare.BytecodeCompare
BytecodeCompare | public class BytecodeCompare extends CompareEditorInput (Code) | | |
expandStackMapAction | protected Action expandStackMapAction(Code) | | |
hideLineInfoAction | protected Action hideLineInfoAction(Code) | | Action used in compare view/bytecode view to hide/show line info.
|
hideLocalsAction | protected Action hideLocalsAction(Code) | | Action used in compare view/bytecode view to hide/show local variables.
|
hideStackMapAction | protected Action hideStackMapAction(Code) | | |
left | protected TypedElement left(Code) | | Stores reference to the element displayed on the left side of the viewer.
|
myEditor | protected IReusableEditor myEditor(Code) | | |
right | protected TypedElement right(Code) | | Stores reference to the element displayed on the right side of the viewer.
|
toggleAsmifierModeAction | protected Action toggleAsmifierModeAction(Code) | | Action used in compare view/bytecode view to toggle asmifier mode on/off
|
BytecodeCompare | public BytecodeCompare(TypedElement left, TypedElement right)(Code) | | Constructor for PerforceCompareEditorInput.
Parameters: left - element displayed on the left. Parameters: right - element displayed on the right. |
createContents | public Control createContents(Composite parent)(Code) | | See Also: org.eclipse.compare.CompareEditorInput.createContents(org.eclipse.swt.widgets.Composite) |
getInputPane | public CompareViewerSwitchingPane getInputPane()(Code) | | |
prepareInput | protected Object prepareInput(IProgressMonitor monitor) throws InterruptedException(Code) | | See Also: CompareEditorInput.prepareInput(IProgressMonitor) See Also: |
toggleMode | protected void toggleMode(int mode, boolean value, boolean isASMifierMode)(Code) | | |
|
|