Serialized Form
-
Package editor
-
Class editor.AbstractCloseDialog
class AbstractCloseDialog extends JDialog implements Serializable-
Serialized Fields
-
_btnClose
JButton _btnClose
-
-
-
Class editor.AbstractGotoPopup
class AbstractGotoPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_allData
List<T> _allData
-
_bLocked
boolean _bLocked
-
_cbExternalTypes
JCheckBox _cbExternalTypes
-
_centerInFrame
boolean _centerInFrame
-
_dataInitialized
boolean _dataInitialized
-
_dataLock
Object _dataLock
-
_docListener
UndoableEditListener _docListener
-
_docListenerForEdits
DocumentListener _docListenerForEdits
-
_editorKeyListener
AbstractGotoPopup<T>.EditorKeyListener _editorKeyListener
-
_externalOption
boolean _externalOption
-
_list
AbstractGotoPopup<T>.GenerifiedJList _list
-
_nameField
JTextField _nameField
-
_nodeListenerList
EventListenerList _nodeListenerList
-
_rowCount
int _rowCount
The visible row count for the popup -
_scrollPane
JScrollPane _scrollPane
-
_spinner
JLabel _spinner
-
_strPrefix
String _strPrefix
-
_takesInput
boolean _takesInput
-
_timer
Timer _timer
-
_title
String _title
-
_waitTime
int _waitTime
Wait time between keystrokes
-
-
-
Class editor.AbstractGotoPopup.AbstractPopupListModel
class AbstractPopupListModel extends AbstractListModel implements Serializable -
Class editor.AbstractGotoPopup.GenerifiedJList
class GenerifiedJList extends JList implements Serializable -
Class editor.AbstractListCellRenderer
class AbstractListCellRenderer extends JLabel implements Serializable-
Serialized Fields
-
_bRenderAsIfFocused
boolean _bRenderAsIfFocused
-
_bSelected
boolean _bSelected
-
_index
int _index
-
_list
Supplier<JComponent> _list
-
_node
T _node
-
-
-
Class editor.AbstractPopup
class AbstractPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_editor
JTextComponent _editor
-
_nodeListenerList
EventListenerList _nodeListenerList
-
-
-
Class editor.AbstractRangeCellRenderer
class AbstractRangeCellRenderer extends JPanel implements Serializable-
Serialized Fields
-
_iMaxCodeWidth
int _iMaxCodeWidth
-
_list
JList _list
-
-
-
Class editor.AbstractTreeCellRenderer
class AbstractTreeCellRenderer extends JLabel implements Serializable -
Class editor.BatchDocument
class BatchDocument extends DefaultStyledDocument implements Serializable-
Serialized Fields
-
_batch
List<DefaultStyledDocument.ElementSpec> _batch
-
-
-
Class editor.BeanInfoPopup
class BeanInfoPopup extends EditorBasedPopup implements Serializable-
Serialized Fields
-
_bConstrainByLastPathElement
boolean _bConstrainByLastPathElement
-
_bDOA
boolean _bDOA
-
_bExpansion
boolean _bExpansion
-
_bForFeatureLiteral
boolean _bForFeatureLiteral
-
_bLocked
boolean _bLocked
-
_bShowBeanRoots
boolean _bShowBeanRoots
-
_classes
IType[] _classes
-
_docListener
UndoableEditListener _docListener
-
_editorKeyListener
BeanInfoPopup.EditorKeyListener _editorKeyListener
-
_filter
IFeatureFilter _filter
-
_iInitialCaretPos
int _iInitialCaretPos
-
_nodeListenerList
EventListenerList _nodeListenerList
-
_strCompleteCodePrefix
String _strCompleteCodePrefix
-
_strMemberPath
String _strMemberPath
-
_tree
JTree _tree
-
-
-
Class editor.ClasspathDialog
class ClasspathDialog extends JDialog implements Serializable -
Class editor.ClassStructureViewPopupDelegate.FeatureModel
class FeatureModel extends AbstractGotoPopup.AbstractPopupListModel<IFeatureInfo> implements Serializable-
Serialized Fields
-
_allFeatures
List<IFeatureInfo> _allFeatures
-
-
-
Class editor.ClearablePanel
class ClearablePanel extends JPanel implements Serializable -
Class editor.CommonMenus.AbstractRunActionHandler
class AbstractRunActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_runConfig
Supplier<IRunConfig> _runConfig
-
-
-
Class editor.CommonMenus.ClearAndDebugActionHandler
class ClearAndDebugActionHandler extends CommonMenus.AbstractRunActionHandler implements Serializable -
Class editor.CommonMenus.ClearAndRunActionHandler
class ClearAndRunActionHandler extends CommonMenus.AbstractRunActionHandler implements Serializable -
Class editor.CommonMenus.CompileActionHandler
class CompileActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.CopyActionHandler
class CopyActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_editor
Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.CutActionHandler
class CutActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_editor
Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.DebugConfigActionHandler
class DebugConfigActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.DropFrameActionHandler
class DropFrameActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.EvaluateExpressionActionHandler
class EvaluateExpressionActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.FindActionHandler
class FindActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_editor
Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.FindInPathActionHandler
class FindInPathActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.FindUsagesInFileActionHandler
class FindUsagesInFileActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.FindUsagesInPathActionHandler
class FindUsagesInPathActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.GoBackActionHandler
class GoBackActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.GoForwardActionHandler
class GoForwardActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.HighlightUsagesInFileActionHandler
class HighlightUsagesInFileActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.MakeActionHandler
class MakeActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.MuteBreakpointsActionHandler
class MuteBreakpointsActionHandler extends GenericAction implements Serializable-
Serialized Fields
-
_bpm
Supplier<BreakpointManager> _bpm
-
-
-
Class editor.CommonMenus.NextOccurrenceActionHandler
class NextOccurrenceActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_search
Supplier<SearchPanel> _search
-
-
-
Class editor.CommonMenus.OpenProjectActionHandler
class OpenProjectActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.PasteActionHandler
class PasteActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_editor
Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.PauseActionHandler
class PauseActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.PrevOccurrenceActionHandler
class PrevOccurrenceActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_search
Supplier<SearchPanel> _search
-
-
-
Class editor.CommonMenus.RebuildActionHandler
class RebuildActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.RedoActionHandler
class RedoActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.ReplaceActionHandler
class ReplaceActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_editor
Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.ReplaceInPathActionHandler
class ReplaceInPathActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.ResumeActionHandler
class ResumeActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.RunConfigActionHandler
class RunConfigActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.RunToCursorActionHandler
class RunToCursorActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_bpm
Supplier<BreakpointManager> _bpm
-
_debugger
Supplier<Debugger> _debugger
-
_editor
Supplier<GosuEditor> _editor
-
-
-
Class editor.CommonMenus.SaveActionHandler
class SaveActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.SettingsActionHandler
class SettingsActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.ShipItActionHandler
class ShipItActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.ShowExecPointActionHandler
class ShowExecPointActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.StepIntoActionHandler
class StepIntoActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.StepOutActionHandler
class StepOutActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.StepOverActionHandler
class StepOverActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.StopActionHandler
class StopActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.UndoActionHandler
class UndoActionHandler extends AbstractAction implements Serializable -
Class editor.CommonMenus.ViewBreakpointsActionHandler
class ViewBreakpointsActionHandler extends AbstractAction implements Serializable-
Serialized Fields
-
_bp
Supplier<Breakpoint> _bp
-
-
-
Class editor.EditorBasedPopup
class EditorBasedPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_editor
GosuEditor _editor
-
_replaceWholeWord
boolean _replaceWholeWord
-
-
-
Class editor.EditorHost
class EditorHost extends JPanel implements Serializable-
Serialized Fields
-
_bAltDown
boolean _bAltDown
-
_bCompleteCode
boolean _bCompleteCode
-
_bEnterPressedConsumed
boolean _bEnterPressedConsumed
-
_bParserSuspended
boolean _bParserSuspended
-
_completionPopup
JPopupMenu _completionPopup
-
_highlightMode
EditorHost.HighlightMode _highlightMode
-
_iTimerCount
int _iTimerCount
-
_partId
IScriptPartId _partId
-
_uel
UndoableEditListener _uel
-
_undoMgr
AtomicUndoManager _undoMgr
-
-
-
Class editor.EditorHostTextPane
class EditorHostTextPane extends JEditorPane implements Serializable-
Serialized Fields
-
_editor
EditorHost _editor
-
-
-
Class editor.EditorScrollPane
class EditorScrollPane extends JScrollPane implements Serializable-
Serialized Fields
-
_adviceColumn
EditorScrollPane.AdviceColumn _adviceColumn
-
_editor
JTextComponent _editor
-
_lineInfoMgr
ILineInfoManager _lineInfoMgr
-
-
-
Class editor.EditorScrollPane.AdviceColumn
class AdviceColumn extends JPanel implements Serializable -
Class editor.ExperimentView
class ExperimentView extends JPanel implements Serializable-
Serialized Fields
-
_examplesList
JPanel _examplesList
-
_examplesListNorth
JPanel _examplesListNorth
-
_experiment
Experiment _experiment
-
_scroller
JScrollPane _scroller
-
_splitPane
CollapsibleSplitPane _splitPane
-
_tree
JTree _tree
-
-
-
Class editor.ExtractVariablePopup
class ExtractVariablePopup extends JDialog implements Serializable-
Serialized Fields
-
_cancelBtn
JButton _cancelBtn
-
_gosuEditor
GosuEditor _gosuEditor
-
_okBtn
JButton _okBtn
-
_replaceAll
LabCheckbox _replaceAll
-
_varName
IdentifierTextField _varName
-
-
-
Class editor.FileTreeCellRenderer
-
Class editor.GosuDocument
class GosuDocument extends PlainDocument implements Serializable-
Serialized Fields
-
_charArray
char[] _charArray
-
_instructor
ITokenizerInstructor _instructor
-
_locations
List<IParseTree> _locations
-
_locationsOffset
int _locationsOffset
-
_pe
ParseResultsException _pe
-
-
-
Class editor.GosuEditor
class GosuEditor extends EditorHost implements Serializable-
Serialized Fields
-
_bAcceptUses
boolean _bAcceptUses
-
_bAccessPrivateMembers
boolean _bAccessPrivateMembers
-
_bClass
boolean _bClass
-
_bEmptyTextOk
boolean _bEmptyTextOk
-
_bEnhancement
boolean _bEnhancement
-
_bProgram
boolean _bProgram
-
_bStatement
boolean _bStatement
-
_bTemplate
boolean _bTemplate
-
_bTestResource
boolean _bTestResource
-
_codeManager
CodeRefactorManager _codeManager
-
_contextMenuHandler
IContextMenuHandler<IScriptEditor> _contextMenuHandler
-
_ctxHighlighter
ScopeHighlighter _ctxHighlighter
-
_docHandler
GosuEditor.GosuDocumentHandler _docHandler
-
_editor
EditorHostTextPane _editor
-
_expectedType
IType _expectedType
-
_functionStmtsByLineNumber
Map<Integer,
IFunctionStatement> _functionStmtsByLineNumber -
_javadocPopup
JavadocPopup _javadocPopup
-
_labelCaption
JLabel _labelCaption
-
_panelFeedback
ParserFeedbackPanel _panelFeedback
-
_parsedGosuClass
IGosuClass _parsedGosuClass
-
_parser
IGosuParser _parser
-
_pe
ParseResultsException _pe
-
_programSuperType
IType _programSuperType
-
_replaceWordCallback
IReplaceWordCallback _replaceWordCallback
-
_scriptabilityModifier
IScriptabilityModifier _scriptabilityModifier
-
_scroller
EditorScrollPane _scroller
-
_selectionManager
DynamicSelectionManager _selectionManager
-
_smartFixManager
SmartFixManager _smartFixManager
-
_symTable
ISymbolTable _symTable
-
_typeUsesMap
ITypeUsesMap _typeUsesMap
-
_typeUsesMapFromMostRecentParse
ITypeUsesMap _typeUsesMapFromMostRecentParse
-
_undoMgr
AtomicUndoManager _undoMgr
-
_validator
IGosuValidator _validator
-
-
-
Class editor.GosuEditorKit
class GosuEditorKit extends DefaultEditorKit implements Serializable-
Serialized Fields
-
_preferences
GosuStyleContext _preferences
-
-
-
Class editor.GosuField
class GosuField extends GosuEditor implements Serializable -
Class editor.GosuLabLAF
class GosuLabLAF extends BasicLookAndFeel implements Serializable -
Class editor.GosuPanel
class GosuPanel extends JPanel implements Serializable-
Serialized Fields
-
_bottomTabPane
TabPane _bottomTabPane
-
_breakpointManager
BreakpointManager _breakpointManager
-
_consolePanel
SystemPanel _consolePanel
-
_debugger
Debugger _debugger
-
_debugPanel
DebugPanel _debugPanel
-
_defaultUndoMgr
AtomicUndoManager _defaultUndoMgr
-
_editorTabPane
TabPane _editorTabPane
-
_experiment
Experiment _experiment
-
_experimentView
ExperimentView _experimentView
-
_history
NavigationHistory _history
-
_initialFile
boolean _initialFile
-
_inWriter
OutputStreamWriter _inWriter
-
_messages
MessagesPanel _messages
-
_oldIn
InputStream _oldIn
-
_outerSplitPane
CollapsibleSplitPane _outerSplitPane
-
_parentFrame
JFrame _parentFrame
-
_processRunner
IProcessRunner _processRunner
-
_runState
RunState _runState
-
_searches
SearchPanel _searches
-
_splitPane
CollapsibleSplitPane _splitPane
-
_statusBar
LabStatusBar _statusBar
-
_sysInListener
GosuPanel.SysInListener _sysInListener
-
_typeNamesCache
TypeNameCache _typeNamesCache
-
-
-
Class editor.GosuStyleContext
class GosuStyleContext extends StyleContext implements Serializable -
Class editor.GotoExceptionTypePopup
class GotoExceptionTypePopup extends GotoTypePopup implements Serializable -
Class editor.GotoProgramTypePopup
class GotoProgramTypePopup extends GotoTypePopup implements Serializable -
Class editor.GotoTypePopup
-
Class editor.HtmlViewer
class HtmlViewer extends JEditorPane implements Serializable -
Class editor.IdentifierTextField
class IdentifierTextField extends JTextField implements Serializable-
Serialized Fields
-
_bAcceptDot
boolean _bAcceptDot
-
_bAcceptUnderscore
boolean _bAcceptUnderscore
-
-
-
Class editor.ImagePanel
class ImagePanel extends JComponent implements Serializable -
Class editor.JavadocPopup
class JavadocPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_bResizedHeight
boolean _bResizedHeight
-
_bResizedWidth
boolean _bResizedWidth
-
_clickLocation
Point _clickLocation
-
_editor
GosuEditor _editor
-
_editorKeyListener
JavadocPopup.EditorKeyListener _editorKeyListener
-
_scroller
JScrollPane _scroller
-
_strHelpText
String _strHelpText
-
_viewer
HtmlViewer _viewer
-
-
-
Class editor.LabFrame
class LabFrame extends JFrame implements Serializable -
Class editor.LabTreeCellRenderer
class LabTreeCellRenderer extends AbstractTreeCellRenderer<T extends AbstractTree> implements Serializable -
Class editor.LabTreeUi.CollapsedIcon
class CollapsedIcon extends LabTreeUi.ExpandedIcon implements Serializable -
Class editor.LabTreeUi.ExpandedIcon
class ExpandedIcon extends Object implements Serializable -
Class editor.LabTreeUi.WindowsTreeCellRenderer
class WindowsTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable -
Class editor.ListPopup
class ListPopup extends AbstractPopup implements Serializable-
Serialized Fields
-
_docListener
UndoableEditListener _docListener
-
_editorKeyListener
ListPopup.EditorKeyListener _editorKeyListener
-
_list
JList _list
-
_model
PopupListModel _model
-
-
-
Class editor.ListPopup.DefaultCellRenderer
class DefaultCellRenderer extends AbstractListCellRenderer implements Serializable -
Class editor.MessagesPanel
class MessagesPanel extends ClearablePanel implements Serializable-
Serialized Fields
-
_scroller
JScrollPane _scroller
-
_tree
JTree _tree
-
-
-
Class editor.MetaInfoPopup
class MetaInfoPopup extends BeanInfoPopup implements Serializable -
Class editor.NewFilePopup
class NewFilePopup extends JPopupMenu implements Serializable -
Class editor.NewIdentifierDialog
class NewIdentifierDialog extends JDialog implements Serializable-
Serialized Fields
-
_bAcceptDot
boolean _bAcceptDot
-
_name
String _name
-
_nameField
IdentifierTextField _nameField
-
-
-
Class editor.PackageType
class PackageType extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_bDiscarded
boolean _bDiscarded
-
_strFullPackage
String _strFullPackage
-
_strParent
String _strParent
-
_strRelativePackage
String _strRelativePackage
-
_typeInfo
PackageTypeInfo _typeInfo
-
-
-
Class editor.ParameterInfoPopup
class ParameterInfoPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_docListener
UndoableEditListener _docListener
-
_editor
GosuEditor _editor
-
_editorCaretListener
CaretListener _editorCaretListener
-
_editorKeyListener
ParameterInfoPopup.EditorKeyListener _editorKeyListener
-
_iArgPosition
int _iArgPosition
-
_labelContainer
JPanel _labelContainer
-
_pane
JPanel _pane
-
-
-
Class editor.ParserFeedbackPanel
class ParserFeedbackPanel extends JPanel implements Serializable-
Serialized Fields
-
_editor
EditorHost _editor
-
_feedback
ParserFeedbackPanel.FeedbackMargin _feedback
-
_icon
JLabel _icon
-
-
-
Class editor.PasteBufferSelectDialog
class PasteBufferSelectDialog extends JDialog implements Serializable -
Class editor.PopupListModel
class PopupListModel extends AbstractListModel implements Serializable -
Class editor.ScrollableEditorRootPane
class ScrollableEditorRootPane extends JRootPane implements Serializable-
Serialized Fields
-
_editor
JTextComponent _editor
-
-
-
Class editor.SelectClassToImportPopup
class SelectClassToImportPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_callBack
SelectClassToImportPopup.ClassSelectionCallback _callBack
-
_labelTypeName
JLabel _labelTypeName
-
_list
JList _list
-
_pane
JPanel _pane
-
-
-
Class editor.SmartFixPopup
class SmartFixPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_editor
JComponent _editor
-
-
-
Class editor.StandardEditor
class StandardEditor extends EditorHost implements Serializable-
Serialized Fields
-
_docHandler
StandardEditor.DocumentHandler _docHandler
-
_editor
EditorHostTextPane _editor
-
_factory
ITypeFactory _factory
-
_panelFeedback
ParserFeedbackPanel _panelFeedback
-
_scroller
EditorScrollPane _scroller
-
_type
IType _type
-
-
-
Class editor.StringPopup
class StringPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_editor
JTextComponent _editor
-
_escapeForJava
boolean _escapeForJava
-
_field
JTextArea _field
-
_nodeListenerList
EventListenerList _nodeListenerList
-
_pane
JPanel _pane
-
_strLabel
String _strLabel
-
_strValue
String _strValue
-
-
-
Class editor.SymbolCellRenderer
class SymbolCellRenderer extends DefaultListCellRenderer implements Serializable -
Class editor.SymbolPopup
class SymbolPopup extends EditorBasedPopup implements Serializable-
Serialized Fields
-
_autoDismissed
boolean _autoDismissed
-
_bLocked
boolean _bLocked
-
_docListener
UndoableEditListener _docListener
-
_editorKeyListener
SymbolPopup.EditorKeyListener _editorKeyListener
-
_expectedType
IType _expectedType
-
_nodeListenerList
EventListenerList _nodeListenerList
-
_pane
JPanel _pane
-
_strPrefix
String _strPrefix
-
_symbols
ISymbol[] _symbols
-
_tree
JTree _tree
-
-
-
Class editor.SystemPanel
class SystemPanel extends ClearablePanel implements Serializable-
Serialized Fields
-
_err
PrintStream _err
-
_out
PrintStream _out
-
_outputPanel
JTextPane _outputPanel
-
_scroller
EditorScrollPane _scroller
-
_sysErr
PrintStream _sysErr
-
_sysOut
PrintStream _sysOut
-
-
-
Class editor.ToggleToolBarButton
class ToggleToolBarButton extends JToggleButton implements Serializable-
Serialized Fields
-
_activeBorder
Border _activeBorder
-
_bMenu
boolean _bMenu
-
_bRollover
boolean _bRollover
-
_bShowText
boolean _bShowText
-
-
-
Class editor.TypeCellRenderer
-
Class editor.TypeInPackageType
class TypeInPackageType extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_bDiscarded
boolean _bDiscarded
-
_strFqName
String _strFqName
-
_strParent
String _strParent
-
_strRelativeName
String _strRelativeName
-
_typeInfo
TypeInPackageTypeInfo _typeInfo
-
-
-
Class editor.TypePopup
class TypePopup extends EditorBasedPopup implements Serializable-
Serialized Fields
-
_allTypes
ArrayList<CharSequence> _allTypes
-
_bLocked
boolean _bLocked
-
_docListener
UndoableEditListener _docListener
-
_editorKeyListener
TypePopup.EditorKeyListener _editorKeyListener
-
_list
JList<CharSequence> _list
-
_nodeListenerList
EventListenerList _nodeListenerList
-
_pane
JPanel _pane
-
_strPrefix
String _strPrefix
-
_title
String _title
-
-
-
Class editor.WindowsTreeUI.CollapsedIcon
class CollapsedIcon extends WindowsTreeUI.ExpandedIcon implements Serializable -
Class editor.WindowsTreeUI.ExpandedIcon
class ExpandedIcon extends Object implements Serializable -
Class editor.WindowsTreeUI.WindowsTreeCellRenderer
class WindowsTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable
-
-
Package editor.actions
-
Class editor.actions.GenericAction
class GenericAction extends AbstractAction implements Serializable-
Serialized Fields
-
_actionHandler
ConditionalActionHandler _actionHandler
-
-
-
-
Package editor.debugger
-
Class editor.debugger.BreakpointsDialog
class BreakpointsDialog extends JDialog implements Serializable-
Serialized Fields
-
_btnPlus
AbstractButton _btnPlus
-
_btnViewSource
JButton _btnViewSource
-
_cbCaught
JCheckBox _cbCaught
-
_cbRunScript
JCheckBox _cbRunScript
-
_cbSuspend
JCheckBox _cbSuspend
-
_cbUncaught
JCheckBox _cbUncaught
-
_configPanel
JPanel _configPanel
-
_exceptionBpTree
BreakpointTree _exceptionBpTree
-
_fieldExpr
GosuEditor _fieldExpr
-
_fieldRunScript
GosuEditor _fieldRunScript
-
_labelCondition
JLabel _labelCondition
-
_listener
Runnable _listener
-
_mapToPanel
Map<Breakpoint,
JPanel> _mapToPanel -
_tree
JTree _tree
-
-
-
Class editor.debugger.DebugPanel
class DebugPanel extends JPanel implements Serializable -
Class editor.debugger.EvaluateDialog
class EvaluateDialog extends JDialog implements Serializable-
Serialized Fields
-
_expr
String _expr
-
_fieldExpr
GosuEditor _fieldExpr
-
_fqn
String _fqn
-
_immediateClass
String _immediateClass
-
_offset
int _offset
-
_varTree
JTree _varTree
-
-
-
-
Package editor.plugin.typeloader.java
-
Class editor.plugin.typeloader.java.JavaDocument
class JavaDocument extends DefaultStyledDocument implements Serializable-
Serialized Fields
-
_comment
MutableAttributeSet _comment
-
_error
MutableAttributeSet _error
-
_errorHandler
DiagnosticCollector<JavaFileObject> _errorHandler
-
_keyword
MutableAttributeSet _keyword
-
_keywords
Set<String> _keywords
-
_multiLineComment
boolean _multiLineComment
-
_root
Element _root
-
_stringLiteral
MutableAttributeSet _stringLiteral
-
_warning
MutableAttributeSet _warning
-
_word
MutableAttributeSet _word
-
-
-
Class editor.plugin.typeloader.java.JavaEditorKit
class JavaEditorKit extends StyledEditorKit implements Serializable
-
-
Package editor.run
-
Class editor.run.RunConfigDialog
class RunConfigDialog extends JDialog implements Serializable-
Serialized Fields
-
_addedConfigs
List<IRunConfig> _addedConfigs
-
_btnMinus
AbstractButton _btnMinus
-
_btnPlus
AbstractButton _btnPlus
-
_btnRun
JButton _btnRun
-
_btnSave
JButton _btnSave
-
_configPanel
JPanel _configPanel
-
_configTab
ITab _configTab
-
_experiment
Experiment _experiment
-
_mapRunConfigs
Map<IRunConfig,
Pair<IRunConfigParameters, JComponent>> _mapRunConfigs -
_modifiedConfigs
List<IRunConfig> _modifiedConfigs
-
_removedConfigs
List<IRunConfig> _removedConfigs
-
_runMe
IRunConfig _runMe
-
_runState
RunState _runState
-
_tree
JTree _tree
-
-
-
Class editor.run.RunConfigDialog.RunConfigTreeCellRenderer
class RunConfigTreeCellRenderer extends AbstractTreeCellRenderer<RunConfigTree> implements Serializable
-
-
Package editor.search
-
Class editor.search.AbstractSearchDialog
class AbstractSearchDialog extends AbstractDialog implements Serializable-
Serialized Fields
-
_bReplace
boolean _bReplace
-
_cbDir
DirectoryEditor _cbDir
-
_cbFileMasks
JComboBox<String> _cbFileMasks
-
_cbReplace
JComboBox<String> _cbReplace
-
_cbScope
JComboBox<SearchScope> _cbScope
-
_cbSearch
JComboBox<String> _cbSearch
-
_checkCase
JCheckBox _checkCase
-
_checkFileMask
JCheckBox _checkFileMask
-
_checkRegex
JCheckBox _checkRegex
-
_checkWords
JCheckBox _checkWords
-
_prevSearchTree
List<FileTree> _prevSearchTree
-
_rbDirectory
JRadioButton _rbDirectory
-
_rbProject
JRadioButton _rbProject
-
_rbScope
JRadioButton _rbScope
-
_searchDir
FileTree _searchDir
-
_separator2
JPanel _separator2
-
_separator3
JPanel _separator3
-
_stateHandler
AbstractSearchDialog.DialogStateHandler _stateHandler
-
-
-
Class editor.search.LocalSearchDialog
class LocalSearchDialog extends AbstractSearchDialog implements Serializable -
Class editor.search.SearchDialog
class SearchDialog extends AbstractSearchDialog implements Serializable -
Class editor.search.SearchPanel
class SearchPanel extends ClearablePanel implements Serializable
-
-
Package editor.settings
-
Class editor.settings.SettingsDialog
class SettingsDialog extends JDialog implements Serializable-
Serialized Fields
-
_btnOk
JButton _btnOk
-
_configPanel
JPanel _configPanel
-
_configTab
ITab _configTab
-
_experiment
Experiment _experiment
-
_mapSettings
Map<ISettings,
Pair<ISettingsParameters, JComponent>> _mapSettings -
_modifiedSettings
List<ISettings> _modifiedSettings
-
_mruSettings
ISettings _mruSettings
-
_tree
JTree _tree
-
-
-
Class editor.settings.SettingsDialog.SettingsTreeCellRenderer
class SettingsTreeCellRenderer extends AbstractTreeCellRenderer<SettingsTree> implements Serializable
-
-
Package editor.shipit
-
Class editor.shipit.ShipItDialog
class ShipItDialog extends JDialog implements Serializable-
Serialized Fields
-
_bBundleGosu
boolean _bBundleGosu
-
_btnOk
JButton _btnOk
-
_cbBundleGosu
LabCheckbox _cbBundleGosu
-
_cbPrecompile
LabCheckbox _cbPrecompile
-
_errorMsg
JLabel _errorMsg
-
_experiment
Experiment _experiment
-
_fieldProgramName
JTextField _fieldProgramName
-
_strProgramName
String _strProgramName
-
-
-
-
Package editor.splitpane
-
Class editor.splitpane.CollapsibleSplitPane
class CollapsibleSplitPane extends SplitPane implements Serializable-
Serialized Fields
-
_bottomMin
ICaptionedPanel _bottomMin
-
_captionActionListener
ICaptionActionListener _captionActionListener
-
_topMin
ICaptionedPanel _topMin
-
-
-
Class editor.splitpane.EmptyCaptionBar
class EmptyCaptionBar extends JPanel implements Serializable -
Class editor.splitpane.SplitPane
class SplitPane extends JPanel implements Serializable-
Serialized Fields
-
_comp1
JComponent _comp1
-
_comp2
JComponent _comp2
-
_iOrientation
int _iOrientation
-
_iPosition
double _iPosition
-
_listeners
Set<ActionListener> _listeners
-
_pane1
JPanel _pane1
-
_pane2
JPanel _pane2
-
_splitter
SplitPane.Splitter _splitter
-
-
-
-
Package editor.tabpane
-
Class editor.tabpane.ContentContainer
class ContentContainer extends JPanel implements Serializable-
Serialized Fields
-
_tabPane
TabPane _tabPane
-
-
-
Class editor.tabpane.MoreTab
class MoreTab extends LabToolbarButton implements Serializable-
Serialized Fields
-
_tabContainer
TabContainer _tabContainer
-
-
-
Class editor.tabpane.StandardTab
class StandardTab extends JPanel implements Serializable-
Serialized Fields
-
_bCanClose
boolean _bCanClose
-
_bHover
boolean _bHover
-
_contentPanel
JComponent _contentPanel
-
_innerLabel
JLabel _innerLabel
-
_label
ILabel _label
-
_tabContainer
TabContainer _tabContainer
-
_tabPositionChangeHandler
StandardTab.TabPositionChangeHandler _tabPositionChangeHandler
-
-
-
Class editor.tabpane.TabAndToolContainer
class TabAndToolContainer extends JPanel implements Serializable-
Serialized Fields
-
_activePosition
TabPosition _activePosition
-
_captionActionListeners
List<ICaptionActionListener> _captionActionListeners
-
_captionType
ICaptionActionListener.ActionType _captionType
-
_captionTypeListeners
List<ChangeListener> _captionTypeListeners
-
_copiedFrom
TabAndToolContainer _copiedFrom
-
_tabContainer
TabContainer _tabContainer
-
_tabPane
TabPane _tabPane
-
_toolContainer
ToolContainer _toolContainer
-
-
-
Class editor.tabpane.TabContainer
class TabContainer extends JPanel implements Serializable-
Serialized Fields
-
_contextMenuHandler
IContextMenuHandler<JComponent> _contextMenuHandler
-
_moreTab
MoreTab _moreTab
-
_orderedTabs
List<ITab> _orderedTabs
-
_selectionListeners
EventListenerList _selectionListeners
-
_tabPosition
TabPosition _tabPosition
-
_tabPositionListeners
EventListenerList _tabPositionListeners
-
-
-
Class editor.tabpane.TabContainer.TabChangeEvent
class TabChangeEvent extends ChangeEvent implements Serializable-
Serialized Fields
-
_tab
ITab _tab
-
-
-
Class editor.tabpane.TabListCellRenderer
-
Class editor.tabpane.TabListPopup
class TabListPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
_list
JList<ITab> _list
-
_nodeListenerList
EventListenerList _nodeListenerList
-
_pane
JPanel _pane
-
_tabContainer
TabContainer _tabContainer
-
-
-
Class editor.tabpane.TabPane
class TabPane extends JPanel implements Serializable-
Serialized Fields
-
_bActive
boolean _bActive
-
_bDynamic
boolean _bDynamic
-
_bMaximizable
boolean _bMaximizable
-
_bMinimizable
boolean _bMinimizable
-
_bRestorable
boolean _bRestorable
-
_bTopBorderOnly
boolean _bTopBorderOnly
-
_contentContainer
ContentContainer _contentContainer
-
_focusChangeListener
TabPane.FocusChangeListener _focusChangeListener
-
_tabAndToolContainer
TabAndToolContainer _tabAndToolContainer
-
_tabContainer
TabContainer _tabContainer
-
_tabPosition
TabPosition _tabPosition
-
_toolContainer
ToolContainer _toolContainer
-
-
-
Class editor.tabpane.ToolContainer
class ToolContainer extends JPanel implements Serializable-
Serialized Fields
-
_btnDisplayTabs
LabToolbarButton _btnDisplayTabs
-
_btnMaximize
LabToolbarButton _btnMaximize
-
_btnMinimize
LabToolbarButton _btnMinimize
-
_btnRestore
LabToolbarButton _btnRestore
-
_tabPane
TabPane _tabPane
-
_toolbar
ToolBar _toolbar
-
-
-
-
Package editor.undo
-
Class editor.undo.AtomicUndoManager
class AtomicUndoManager extends UndoManager implements Serializable-
Serialized Fields
-
_bPaused
boolean _bPaused
-
_changeListeners
List<ChangeListener> _changeListeners
-
_lLastUndoTime
long _lLastUndoTime
-
_undoAtomNest
Stack<AtomicUndoManager.DisplayableCompoundEdit> _undoAtomNest
A stack used for managing nested undo atoms. Whenever an atomic undo atom begins a newDisplayableCompoundEdit
is constructed on it's behalf and pushed onto the stack. When an undo atom ends itsDisplayableCompoundEdit
is popped off the stack and added to the next atom's edit list in the stack or, if the stack is empty, it is directly added to this undo manager's edit list.
-
-
-
Class editor.undo.StagedStateEdit
class StagedStateEdit extends StateEdit implements Serializable -
Class editor.undo.UndoChangeEvent
class UndoChangeEvent extends ChangeEvent implements Serializable-
Serialized Fields
-
_edit
UndoableEdit _edit
-
_type
UndoChangeEvent.ChangeType _type
-
-
-
-
Package editor.util
-
Class editor.util.AbstractDialog
class AbstractDialog extends JDialog implements Serializable -
Class editor.util.ContainerMoverSizer
class ContainerMoverSizer extends JComponent implements Serializable -
Class editor.util.ContainerSizer
class ContainerSizer extends JComponent implements Serializable -
Class editor.util.DirectoryEditor
class DirectoryEditor extends JPanel implements Serializable-
Serialized Fields
-
_btnDir
LabToolbarButton _btnDir
-
_editDir
JTextField _editDir
-
-
-
Class editor.util.LabButton
class LabButton extends JButton implements Serializable -
Class editor.util.LabCheckbox
class LabCheckbox extends JCheckBox implements Serializable -
Class editor.util.LabelListCellRenderer
-
Class editor.util.LabelListPopup
class LabelListPopup extends PopupContainer implements Serializable -
Class editor.util.LabGlassPane
class LabGlassPane extends JPanel implements Serializable -
Class editor.util.LabStatusBar
class LabStatusBar extends JPanel implements Serializable-
Serialized Fields
-
_caretListener
LabStatusBar.CaretHandler _caretListener
-
_coords
JLabel _coords
-
_editor
EditorHost _editor
-
_selectionInfo
JLabel _selectionInfo
-
_status
JLabel _status
-
-
-
Class editor.util.LabToolbarButton
class LabToolbarButton extends JButton implements Serializable -
Class editor.util.MoreTextEditor
class MoreTextEditor extends JPanel implements Serializable-
Serialized Fields
-
_bConvertNewLineToSpaace
boolean _bConvertNewLineToSpaace
-
_btnDir
LabToolbarButton _btnDir
-
_editText
JTextField _editText
-
-
-
Class editor.util.PopupContainer
class PopupContainer extends JPopupMenu implements Serializable -
Class editor.util.ProgressPanel
class ProgressPanel extends JPanel implements Serializable-
Serialized Fields
-
_abortListener
ActionListener _abortListener
-
_labelProgress
JLabel _labelProgress
-
_progress
JProgressBar _progress
-
-
-
Class editor.util.ProgressWindow
class ProgressWindow extends JWindow implements Serializable-
Serialized Fields
-
_window
Window _window
-
-
-
Class editor.util.RoundedMatteBorder
class RoundedMatteBorder extends AbstractBorder implements Serializable -
Class editor.util.SmartMenu
class SmartMenu extends JMenu implements Serializable -
Class editor.util.SmartMenuItem
class SmartMenuItem extends JMenuItem implements Serializable -
Class editor.util.ToolBar
class ToolBar extends JToolBar implements Serializable-
Serialized Fields
-
_border
Border _border
-
-
-
-
Package gw.gosudoc.com.sun.tools.doclets.internal.toolkit
-
Exception gw.gosudoc.com.sun.tools.doclets.internal.toolkit.Configuration.Fault
class Fault extends Exception implements Serializable- serialVersionUID:
- 0L
-
-
Package gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
-
Exception gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocletAbortException
class DocletAbortException extends RuntimeException implements Serializable- serialVersionUID:
- -9131058909576418984L
-
Error gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.FatalError
class FatalError extends Error implements Serializable- serialVersionUID:
- -9131058909576418984L
-
-
Package gw.gosudoc.com.sun.tools.javadoc.main
-
Error gw.gosudoc.com.sun.tools.javadoc.main.Messager.ExitJavadoc
class ExitJavadoc extends Error implements Serializable- serialVersionUID:
- 0L
-
-
Package gw.internal.gosu.dynamic
-
Class gw.internal.gosu.dynamic.DynamicType
class DynamicType extends TypeBase implements Serializable-
Serialized Fields
-
_typeInfo
LockingLazyVar<DynamicTypeInfo> _typeInfo
-
_typeLoader
DynamicTypeLoader _typeLoader
-
_typeRef
ITypeRef _typeRef
-
-
-
-
Package gw.internal.gosu.module.fs
-
Class gw.internal.gosu.module.fs.JavaDirectoryImpl
class JavaDirectoryImpl extends JavaResourceImpl implements Serializable-
Serialized Fields
-
_fileRetrievalStrategy
JavaDirectoryImpl.FileRetrievalStrategy _fileRetrievalStrategy
-
-
-
Class gw.internal.gosu.module.fs.JavaFileImpl
class JavaFileImpl extends JavaResourceImpl implements Serializable -
Class gw.internal.gosu.module.fs.JavaResourceImpl
class JavaResourceImpl extends Object implements Serializable-
Serialized Fields
-
_file
File _file
-
-
-
Class gw.internal.gosu.module.fs.PathDirectoryImpl
class PathDirectoryImpl extends PathResourceImpl implements Serializable -
Class gw.internal.gosu.module.fs.PathFileImpl
class PathFileImpl extends PathResourceImpl implements Serializable -
Class gw.internal.gosu.module.fs.PathResourceImpl
class PathResourceImpl extends Object implements Serializable-
Serialized Fields
-
_path
Path _path
-
-
-
-
Package gw.internal.gosu.parser
-
Class gw.internal.gosu.parser.AbstractTypeRef
class AbstractTypeRef extends ITypeRef implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
-
Class gw.internal.gosu.parser.AnnotationJavaClassAnnotation
class AnnotationJavaClassAnnotation extends Object implements Serializable-
Serialized Fields
-
_annotation
Annotation _annotation
-
-
-
Class gw.internal.gosu.parser.AsmClassJavaClassInfo
class AsmClassJavaClassInfo extends AsmTypeJavaClassType implements Serializable-
Serialized Fields
-
_allFields
IJavaClassField[] _allFields
-
_class
AsmClass _class
-
_declaredAnnotations
IAnnotationInfo[] _declaredAnnotations
-
_declaredClasses
IJavaClassInfo[] _declaredClasses
-
_declaredConstructors
IJavaClassConstructor[] _declaredConstructors
-
_declaredFields
IJavaClassField[] _declaredFields
-
_declaredMethods
IJavaClassMethod[] _declaredMethods
-
_enclosingClass
LocklessLazyVar<IType> _enclosingClass
-
_enumConstants
IEnumValue[] _enumConstants
-
_genericInterfaces
IJavaClassType[] _genericInterfaces
-
_interfaces
IJavaClassInfo[] _interfaces
-
_javaType
IType _javaType
-
_methodDescriptors
IJavaMethodDescriptor[] _methodDescriptors
-
_namespace
String _namespace
-
_propertyDescriptors
IJavaPropertyDescriptor[] _propertyDescriptors
-
_simpleName
String _simpleName
-
_sourceFileHandle
ISourceFileHandle _sourceFileHandle
-
_sourceType
IJavaClassInfo _sourceType
-
_superclass
IJavaClassInfo _superclass
-
_typeVariables
IJavaClassTypeVariable[] _typeVariables
-
-
-
Class gw.internal.gosu.parser.AsmConstructorJavaClassConstructor
class AsmConstructorJavaClassConstructor extends JavaSourceElement implements Serializable -
Class gw.internal.gosu.parser.AsmFieldJavaClassField
class AsmFieldJavaClassField extends JavaSourceElement implements Serializable -
Class gw.internal.gosu.parser.AsmGenericArrayTypeJavaClassGenericArrayType
class AsmGenericArrayTypeJavaClassGenericArrayType extends AsmTypeJavaClassType implements Serializable -
Class gw.internal.gosu.parser.AsmMethodJavaClassMethod
class AsmMethodJavaClassMethod extends JavaSourceElement implements Serializable -
Class gw.internal.gosu.parser.AsmParameterizedTypeJavaClassParameterizedType
class AsmParameterizedTypeJavaClassParameterizedType extends AsmTypeJavaClassType implements Serializable -
Class gw.internal.gosu.parser.AsmTypeJavaClassType
class AsmTypeJavaClassType extends JavaSourceElement implements Serializable -
Class gw.internal.gosu.parser.AsmTypeVariableJavaClassTypeVariable
class AsmTypeVariableJavaClassTypeVariable extends AsmTypeJavaClassType implements Serializable-
Serialized Fields
-
_variance
Variance _variance
-
-
-
Class gw.internal.gosu.parser.AsmWildcardTypeJavaClassWildcardType
class AsmWildcardTypeJavaClassWildcardType extends AsmTypeJavaClassType implements Serializable-
Serialized Fields
-
_genType
IAsmType _genType
-
-
-
Class gw.internal.gosu.parser.BlockClass
class BlockClass extends SyntheticClass implements Serializable -
Exception gw.internal.gosu.parser.CannotExecuteGosuException
class CannotExecuteGosuException extends RuntimeException implements Serializable -
Exception gw.internal.gosu.parser.CannotMergeStacktracesException
class CannotMergeStacktracesException extends RuntimeException implements Serializable -
Class gw.internal.gosu.parser.ClassAnnotationInfo
class ClassAnnotationInfo extends Object implements Serializable-
Serialized Fields
-
_annotation
Annotation _annotation
-
_containerType
IType _containerType
-
-
-
Class gw.internal.gosu.parser.ClassJavaClassInfo
class ClassJavaClassInfo extends TypeJavaClassType implements Serializable-
Serialized Fields
-
_bArray
Boolean _bArray
-
_bEnum
Boolean _bEnum
-
_bInterface
Boolean _bInterface
-
_class
Class<?> _class
-
_declaredAnnotations
IAnnotationInfo[] _declaredAnnotations
-
_declaredClasses
IJavaClassInfo[] _declaredClasses
-
_declaredConstructors
IJavaClassConstructor[] _declaredConstructors
-
_declaredFields
IJavaClassField[] _declaredFields
-
_declaredMethods
IJavaClassMethod[] _declaredMethods
-
_enclosingClass
LocklessLazyVar<IType> _enclosingClass
-
_fields
IJavaClassField[] _fields
-
_fileHandle
ISourceFileHandle _fileHandle
-
_genericInterfaces
IJavaClassType[] _genericInterfaces
-
_interfaces
IJavaClassInfo[] _interfaces
-
_javaType
IType _javaType
-
_methodDescriptors
IJavaMethodDescriptor[] _methodDescriptors
-
_modifiers
Integer _modifiers
-
_namespace
String _namespace
-
_propertyDescriptors
IJavaPropertyDescriptor[] _propertyDescriptors
-
_superclass
IJavaClassInfo _superclass
-
_typeVariables
IJavaClassTypeVariable[] _typeVariables
-
-
-
Class gw.internal.gosu.parser.CommonSymbolsScope
class CommonSymbolsScope extends StandardScope<K extends CharSequence,V extends ISymbol> implements Serializable -
Class gw.internal.gosu.parser.CompoundType
class CompoundType extends AbstractType implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class gw.internal.gosu.parser.ConstructorJavaClassConstructor
class ConstructorJavaClassConstructor extends Object implements Serializable-
Serialized Fields
-
_ctor
Constructor _ctor
-
_module
IModule _module
-
-
-
Class gw.internal.gosu.parser.DelegateFunctionType
class DelegateFunctionType extends FunctionType implements Serializable -
Class gw.internal.gosu.parser.ErrorType
class ErrorType extends AbstractType implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_error
ParseResultsException _error
-
_strErrantTypeName
String _strErrantTypeName
-
-
-
Class gw.internal.gosu.parser.FieldJavaClassField
class FieldJavaClassField extends Object implements Serializable -
Class gw.internal.gosu.parser.GenericArrayTypeJavaClassGenericArrayType
class GenericArrayTypeJavaClassGenericArrayType extends TypeJavaClassType implements Serializable-
Serialized Fields
-
_genericArrayType
GenericArrayType _genericArrayType
-
-
-
Class gw.internal.gosu.parser.GosuAnnotation
class GosuAnnotation extends Object implements Serializable-
Serialized Fields
-
_enclosingType
ICompilableTypeInternal _enclosingType
-
_end
int _end
-
_expression
Expression _expression
-
_start
int _start
-
_target
AnnotationUseSiteTarget _target
-
_type
IType _type
-
-
-
Class gw.internal.gosu.parser.GosuAnnotationInfo
class GosuAnnotationInfo extends Object implements Serializable-
Serialized Fields
-
_container
IFeatureInfo _container
-
_expr
INewExpression _expr
-
_instance
Object _instance
-
_newExpressionAsString
String _newExpressionAsString
-
_owner
IGosuClassInternal _owner
-
_rawAnnotation
IGosuAnnotation _rawAnnotation
-
_type
IType _type
-
-
-
Class gw.internal.gosu.parser.GosuArrayClass
class GosuArrayClass extends DefaultArrayType implements Serializable-
Serialized Fields
-
_lazyConcreteClass
LockingLazyVar<IJavaClassInfo> _lazyConcreteClass
-
-
-
Class gw.internal.gosu.parser.GosuClass
class GosuClass extends InnerClassCapableType implements Serializable- serialVersionUID:
- 5L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_functionalInterface
LocklessLazyVar<IFunctionType> _functionalInterface
-
_strFullName
String _strFullName
-
_typeParams
IType[] _typeParams
-
-
Class gw.internal.gosu.parser.GosuClassFragment
class GosuClassFragment extends GosuClass implements Serializable -
Exception gw.internal.gosu.parser.GosuCompilationFailure
class GosuCompilationFailure extends RuntimeException implements Serializable -
Class gw.internal.gosu.parser.GosuDocAnnotation
class GosuDocAnnotation extends Object implements Serializable-
Serialized Fields
-
_args
String[] _args
-
_expression
Expression _expression
-
_ownersType
ICompilableType _ownersType
-
_type
IType _type
-
-
-
Class gw.internal.gosu.parser.GosuEnhancement
class GosuEnhancement extends GosuClass implements Serializable -
Class gw.internal.gosu.parser.GosuProgram
class GosuProgram extends GosuClass implements Serializable-
Serialized Fields
-
_allowUses
boolean _allowUses
-
_anonymous
boolean _anonymous
-
_bGenRootExprAccess
boolean _bGenRootExprAccess
-
_bParsingExecutableProgramStmts
boolean _bParsingExecutableProgramStmts
-
_bStatementsOnly
boolean _bStatementsOnly
-
_contextType
IType _contextType
-
_ctxInferenceMgr
ContextInferenceManager _ctxInferenceMgr
-
_expectedReturnType
IType _expectedReturnType
-
_sharedInstance
IProgramInstance _sharedInstance
-
_throwaway
boolean _throwaway
-
_tokenizerInstructor
ITokenizerInstructor _tokenizerInstructor
-
-
-
Exception gw.internal.gosu.parser.InnerClassLocatorException
class InnerClassLocatorException extends Exception implements Serializable -
Exception gw.internal.gosu.parser.InnerClassNotFoundException
class InnerClassNotFoundException extends RuntimeException implements Serializable -
Class gw.internal.gosu.parser.JavaEnumType
class JavaEnumType extends JavaType implements Serializable-
Serialized Fields
-
_enumVals
List<IEnumValue> _enumVals
-
-
-
Class gw.internal.gosu.parser.MetaType
class MetaType extends AbstractType implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_type
IType _type
-
-
-
Class gw.internal.gosu.parser.MethodDescriptorJavaMethodDescriptor
class MethodDescriptorJavaMethodDescriptor extends Object implements Serializable-
Serialized Fields
-
_method
Method _method
-
_module
IModule _module
-
javaMethod
MethodJavaClassMethod javaMethod
-
-
-
Class gw.internal.gosu.parser.MethodJavaClassMethod
class MethodJavaClassMethod extends Object implements Serializable -
Class gw.internal.gosu.parser.NamespaceType
class NamespaceType extends AbstractType implements Serializable -
Class gw.internal.gosu.parser.ParameterDescriptorJavaParameterDescriptor
class ParameterDescriptorJavaParameterDescriptor extends Object implements Serializable-
Serialized Fields
-
_pd
ParameterDescriptor _pd
-
-
-
Class gw.internal.gosu.parser.ParameterizedTypeJavaClassParameterizedType
class ParameterizedTypeJavaClassParameterizedType extends TypeJavaClassType implements Serializable-
Serialized Fields
-
_parameterizedType
ParameterizedType _parameterizedType
-
-
-
Class gw.internal.gosu.parser.ParseTree
class ParseTree extends Object implements Serializable-
Serialized Fields
-
_children
DynamicArray<ParseTree> _children
-
_iLength
int _iLength
-
_iOffset
int _iOffset
-
-
-
Exception gw.internal.gosu.parser.PropertyNotFoundException
class PropertyNotFoundException extends ParseException implements Serializable -
Class gw.internal.gosu.parser.RepeatableContainerAnnotationInfo
class RepeatableContainerAnnotationInfo extends Object implements Serializable-
Serialized Fields
-
_annotations
IAnnotationInfo[] _annotations
-
_container
IType _container
-
_owner
IType _owner
-
-
-
Exception gw.internal.gosu.parser.RuntimeExceptionWithNoStacktrace
class RuntimeExceptionWithNoStacktrace extends RuntimeException implements Serializable -
Class gw.internal.gosu.parser.SyntheticClass
class SyntheticClass extends GosuClass implements Serializable -
Class gw.internal.gosu.parser.TypeJavaClassType
class TypeJavaClassType extends Object implements Serializable -
Exception gw.internal.gosu.parser.TypeMayHaveBeenDeletedException
class TypeMayHaveBeenDeletedException extends TypeResolveException implements Serializable-
Serialized Fields
-
_reference
AbstractTypeRef _reference
-
-
-
Exception gw.internal.gosu.parser.TypeRefException
class TypeRefException extends RuntimeException implements Serializable -
Exception gw.internal.gosu.parser.TypeResolveException
class TypeResolveException extends RuntimeException implements Serializable -
Class gw.internal.gosu.parser.TypeUsesMap
class TypeUsesMap extends Object implements Serializable-
Serialized Fields
-
_bSupportRelativePackageResolution
boolean _bSupportRelativePackageResolution
-
_defaultNamespaces
DynamicArray<String> _defaultNamespaces
-
_featureLiterals
DynamicArray<IFeatureInfo> _featureLiterals
-
_featureSpaces
DynamicArray<String> _featureSpaces
-
_locked
boolean _locked
-
_namespaces
DynamicArray<String> _namespaces
-
_specialNamespaces
DynamicArray<String> _specialNamespaces
-
_specialTypeUsesByRelativeName
HashMap<String,
String> _specialTypeUsesByRelativeName -
_typeUsesByRelativeName
HashMap<String,
String> _typeUsesByRelativeName -
_usesStmts
HashMap<String,
IUsesStatement> _usesStmts
-
-
-
Class gw.internal.gosu.parser.TypeVariableArrayType
class TypeVariableArrayType extends DefaultNonLoadableArrayType implements Serializable -
Class gw.internal.gosu.parser.TypeVariableJavaClassTypeVariable
class TypeVariableJavaClassTypeVariable extends TypeJavaClassType implements Serializable-
Serialized Fields
-
_typeVariable
TypeVariable _typeVariable
-
_variance
Variance _variance
-
-
-
Class gw.internal.gosu.parser.TypeVariableJavaTypeVariable
class TypeVariableJavaTypeVariable extends TypeJavaClassType implements Serializable-
Serialized Fields
-
_module
IModule _module
-
_typeParameter
TypeVariable _typeParameter
-
_variance
Variance _variance
-
-
-
Class gw.internal.gosu.parser.TypeVariableType
class TypeVariableType extends AbstractType implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_bFunctionStatement
boolean _bFunctionStatement
-
_typeVarDef
ITypeVariableDefinition _typeVarDef
-
-
-
Class gw.internal.gosu.parser.WildcardTypeJavaClassWildcardType
class WildcardTypeJavaClassWildcardType extends TypeJavaClassType implements Serializable-
Serialized Fields
-
_genType
Type _genType
-
_wildcardType
WildcardType _wildcardType
-
-
-
-
Package gw.internal.gosu.parser.expressions
-
Class gw.internal.gosu.parser.expressions.BlockType
class BlockType extends FunctionType implements Serializable-
Serialized Fields
-
_argNames
String[] _argNames
-
_defValues
IExpression[] _defValues
-
_relativeSignature
String _relativeSignature
-
_relativeSignatureSansBlock
String _relativeSignatureSansBlock
-
-
-
Exception gw.internal.gosu.parser.expressions.UnsupportedNumberTypeException
class UnsupportedNumberTypeException extends RuntimeException implements Serializable
-
-
Package gw.internal.gosu.parser.fragments
-
Class gw.internal.gosu.parser.fragments.GosuFragment
class GosuFragment extends AbstractType implements Serializable-
Serialization Methods
-
readResolve
Deprecated.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_allTypesInHierarchy
Set<IType> _allTypesInHierarchy
Deprecated. -
_arrayType
LockingLazyVar<IType> _arrayType
Deprecated. -
_blocks
List<IGosuClass> _blocks
Deprecated. -
_discarded
boolean _discarded
Deprecated. -
_expression
IExpression _expression
Deprecated. -
_externalSymbols
HashMap<String,
ISymbol> _externalSymbols Deprecated. -
_javaClass
LockingLazyVar<IJavaClassInfo> _javaClass
Deprecated. -
_name
String _name
Deprecated. -
_sharedInstance
LockingLazyVar<FragmentInstance> _sharedInstance
Deprecated. -
_supertype
IType _supertype
Deprecated. -
_typeInfo
GosuFragmentTypeInfo _typeInfo
Deprecated. -
_typeUsesMap
ITypeUsesMap _typeUsesMap
Deprecated.
-
-
-
-
Package gw.internal.gosu.parser.java.classinfo
-
Class gw.internal.gosu.parser.java.classinfo.AsmClassAnnotationInfo
class AsmClassAnnotationInfo extends Object implements Serializable-
Serialized Fields
-
_annotation
AsmAnnotation _annotation
-
_owner
IJavaAnnotatedElement _owner
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaArrayClassInfo
class JavaArrayClassInfo extends AbstractJavaClassInfo implements Serializable-
Serialized Fields
-
_component
IJavaClassInfo _component
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaParameterizedType
class JavaParameterizedType extends Object implements Serializable-
Serialized Fields
-
_args
IJavaClassType[] _args
-
_rawType
IJavaClassType _rawType
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotation
class JavaSourceAnnotation extends JavaSourceType implements Serializable -
Class gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotationInfo
class JavaSourceAnnotationInfo extends Object implements Serializable-
Serialized Fields
-
_annotationTree
com.sun.source.tree.AnnotationTree _annotationTree
-
_gosuModule
IModule _gosuModule
-
_name
String _name
-
_owner
IJavaAnnotatedElement _owner
-
_type
IJavaClassInfo _type
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotationMethod
class JavaSourceAnnotationMethod extends JavaSourceMethod implements Serializable-
Serialized Fields
-
_defaultValue
JavaSourceDefaultValue _defaultValue
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceArrayType
class JavaSourceArrayType extends Object implements Serializable-
Serialized Fields
-
_componentType
IJavaClassType _componentType
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceClass
class JavaSourceClass extends JavaSourceType implements Serializable -
Class gw.internal.gosu.parser.java.classinfo.JavaSourceConstructor
class JavaSourceConstructor extends JavaSourceMethod implements Serializable -
Class gw.internal.gosu.parser.java.classinfo.JavaSourceDefaultConstructor
class JavaSourceDefaultConstructor extends Object implements Serializable-
Serialized Fields
-
_classInfo
IJavaClassInfo _classInfo
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceEnum
class JavaSourceEnum extends JavaSourceType implements Serializable -
Class gw.internal.gosu.parser.java.classinfo.JavaSourceEnumConstant
class JavaSourceEnumConstant extends JavaSourceField implements Serializable -
Class gw.internal.gosu.parser.java.classinfo.JavaSourceField
class JavaSourceField extends JavaSourceElement implements Serializable-
Serialized Fields
-
_containingClass
JavaSourceType _containingClass
-
_fieldTree
com.sun.source.tree.VariableTree _fieldTree
-
_genericType
IJavaClassType _genericType
-
_modifierList
IModifierList _modifierList
-
_type
IJavaClassInfo _type
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceInterface
class JavaSourceInterface extends JavaSourceType implements Serializable -
Class gw.internal.gosu.parser.java.classinfo.JavaSourceMethod
class JavaSourceMethod extends JavaSourceElement implements Serializable-
Serialized Fields
-
_containingClass
JavaSourceType _containingClass
-
_genericParameterTypes
IJavaClassType[] _genericParameterTypes
-
_genericReturnType
IJavaClassType _genericReturnType
-
_method
com.sun.source.tree.MethodTree _method
-
_modifierList
JavaSourceModifierList _modifierList
-
_parameters
JavaSourceParameter[] _parameters
-
_parameterTypes
IJavaClassInfo[] _parameterTypes
-
_returnType
IJavaClassInfo _returnType
-
_typeParameters
IJavaClassTypeVariable[] _typeParameters
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceMethodDescriptor
class JavaSourceMethodDescriptor extends Object implements Serializable-
Serialized Fields
-
_method
IJavaClassMethod _method
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourcePropertyDescriptor
class JavaSourcePropertyDescriptor extends Object implements Serializable-
Serialized Fields
-
_deprecated
Boolean _deprecated
-
_name
String _name
-
_readMethod
IJavaClassMethod _readMethod
-
_type
IType _type
-
_writeMethod
IJavaClassMethod _writeMethod
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceType
class JavaSourceType extends AbstractJavaClassInfo implements Serializable-
Serialized Fields
-
_allFields
IJavaClassField[] _allFields
-
_cache
Map<String,
Object> _cache -
_compilationUnitTree
com.sun.source.tree.CompilationUnitTree _compilationUnitTree
-
_constructors
IJavaClassConstructor[] _constructors
-
_enclosingClass
JavaSourceType _enclosingClass
-
_enumConstants
Object[] _enumConstants
-
_fields
IJavaClassField[] _fields
-
_fileHandle
ISourceFileHandle _fileHandle
-
_fullyQualifiedName
String _fullyQualifiedName
-
_genericInterfaces
IJavaClassType[] _genericInterfaces
-
_genericSuperClass
IJavaClassType _genericSuperClass
-
_gosuModule
IModule _gosuModule
-
_importList
List<String> _importList
-
_innerClasses
IJavaClassInfo[] _innerClasses
-
_interfaces
IJavaClassInfo[] _interfaces
-
_javaType
IType _javaType
-
_methodDescriptors
IJavaMethodDescriptor[] _methodDescriptors
-
_methods
IJavaClassMethod[] _methods
-
_modifiersList
JavaSourceModifierList _modifiersList
-
_namespace
String _namespace
-
_propertyDescriptors
IJavaPropertyDescriptor[] _propertyDescriptors
-
_simpleName
String _simpleName
-
_sourcePositions
com.sun.source.util.SourcePositions _sourcePositions
-
_staticImportList
List<String> _staticImportList
-
_superClass
IJavaClassInfo _superClass
-
_typeDecl
com.sun.source.tree.ClassTree _typeDecl
-
_typeParameters
IJavaClassTypeVariable[] _typeParameters
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceTypeVariable
class JavaSourceTypeVariable extends Object implements Serializable-
Serialized Fields
-
_bounds
IJavaClassType[] _bounds
-
_name
String _name
-
_owner
ITypeInfoResolver _owner
-
_typeParameter
com.sun.source.tree.TypeParameterTree _typeParameter
-
_variance
Variance _variance
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceUnresolvedClass
class JavaSourceUnresolvedClass extends AbstractJavaClassInfo implements Serializable-
Serialized Fields
-
_fileHandle
ISourceFileHandle _fileHandle
-
_gosuModule
IModule _gosuModule
-
_namespace
String _namespace
-
_simpleName
String _simpleName
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaWildcardType
class JavaWildcardType extends Object implements Serializable-
Serialized Fields
-
_bound
IJavaClassType _bound
-
_bSuper
boolean _bSuper
-
_module
IModule _module
-
_ownerType
JavaParameterizedType _ownerType
-
-
-
Class gw.internal.gosu.parser.java.classinfo.SyntheticJavaMethod
class SyntheticJavaMethod extends Object implements Serializable-
Serialized Fields
-
_enclosingClass
IJavaClassInfo _enclosingClass
-
_exceptions
IJavaClassInfo[] _exceptions
-
_modifiers
int _modifiers
-
_name
String _name
-
_params
IJavaClassInfo[] _params
-
_returnClassInfo
IJavaClassInfo _returnClassInfo
-
_returnType
IJavaClassType _returnType
-
-
-
Class gw.internal.gosu.parser.java.classinfo.UnparseableSourceTypeVariable
class UnparseableSourceTypeVariable extends Object implements Serializable-
Serialized Fields
-
_owner
ITypeInfoResolver _owner
-
-
-
-
Package gw.internal.gosu.parser.types
-
Class gw.internal.gosu.parser.types.ConstructorType
class ConstructorType extends AbstractType implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_argTypes
IType[] _argTypes
-
_constructor
IConstructorInfo _constructor
-
_declaringType
IType _declaringType
-
-
-
-
Package gw.internal.gosu.properties
-
Class gw.internal.gosu.properties.PropertiesType
class PropertiesType extends TypeBase implements Serializable-
Serialized Fields
-
_contentCached
String _contentCached
-
_file
IFile _file
-
_fileHandle
ISourceFileHandle _fileHandle
-
_innerClasses
LockingLazyVar<List<IPropertiesType>> _innerClasses
-
_propertyNode
PropertyNode _propertyNode
-
_typeInfo
LockingLazyVar<PropertiesTypeInfo> _typeInfo
-
_typeLoader
PropertiesTypeLoader _typeLoader
-
-
-
-
Package gw.internal.gosu.template
-
Class gw.internal.gosu.template.GosuTemplateType
class GosuTemplateType extends GosuProgram implements Serializable-
Serialized Fields
-
_gen
TemplateGenerator _gen
-
_modifierInfo
ModifierInfo _modifierInfo
-
-
-
-
Package gw.internal.gosu.util
-
Class gw.internal.gosu.util.LRUMap
class LRUMap extends LinkedHashMap implements Serializable-
Serialized Fields
-
_maxEntries
int _maxEntries
-
-
-
-
Package gw.lang.gosuc
-
Class gw.lang.gosuc.GosucDependency
class GosucDependency extends Object implements Serializable-
Serialized Fields
-
_exported
boolean _exported
-
_modName
String _modName
-
-
-
Class gw.lang.gosuc.GosucModule
class GosucModule extends Object implements Serializable
-
-
Package gw.lang.gosuc.simple
-
Exception gw.lang.gosuc.simple.CompilerDriverException
class CompilerDriverException extends RuntimeException implements Serializable
-
-
Package gw.lang.javac
-
Exception gw.lang.javac.JavaCompileIssuesException
class JavaCompileIssuesException extends RuntimeException implements Serializable-
Serialized Fields
-
_errorHandler
DiagnosticCollector<JavaFileObject> _errorHandler
-
-
-
-
Package gw.lang.parser
-
Class gw.lang.parser.CICS
class CICS extends Object implements Serializable-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_hashCode
int _hashCode
-
_string
String _string
-
_uniqueCode
int _uniqueCode
-
-
-
Exception gw.lang.parser.EvaluationException
class EvaluationException extends IEvaluationException implements Serializable-
Serialized Fields
-
_additionalDetails
String _additionalDetails
-
-
-
Class gw.lang.parser.StandardScope
class StandardScope extends HashMap<K extends CharSequence,V extends ISymbol> implements Serializable -
Serialized Fields
-
_activationContext
IActivationContext _activationContext
-
_csr
int _csr
-
-
-
-
Package gw.lang.parser.exceptions
-
Exception gw.lang.parser.exceptions.DoesNotOverrideFunctionException
class DoesNotOverrideFunctionException extends ParseException implements Serializable -
Exception gw.lang.parser.exceptions.ErrantGosuClassException
class ErrantGosuClassException extends RuntimeException implements Serializable-
Serialized Fields
-
_gsClass
IGosuClass _gsClass
-
-
-
Exception gw.lang.parser.exceptions.IEvaluationException
class IEvaluationException extends RuntimeException implements Serializable -
Exception gw.lang.parser.exceptions.ImplicitCoercionError
class ImplicitCoercionError extends ParseException implements Serializable-
Serialized Fields
-
_typeToCoerceTo
IType _typeToCoerceTo
-
-
-
Exception gw.lang.parser.exceptions.ImplicitCoercionWarning
class ImplicitCoercionWarning extends ParseWarning implements Serializable-
Serialized Fields
-
_typeToCoerceTo
IType _typeToCoerceTo
-
-
-
Exception gw.lang.parser.exceptions.IncompatibleTypeException
class IncompatibleTypeException extends RuntimeException implements Serializable -
Exception gw.lang.parser.exceptions.NoCtorFoundException
class NoCtorFoundException extends ParseException implements Serializable -
Exception gw.lang.parser.exceptions.NotImplementedParseException
class NotImplementedParseException extends ParseException implements Serializable-
Serialized Fields
-
_funcType
IFunctionType _funcType
-
_gsClass
IGosuClass _gsClass
-
-
-
Exception gw.lang.parser.exceptions.ObsoleteConstructorWarning
class ObsoleteConstructorWarning extends ParseWarning implements Serializable -
Exception gw.lang.parser.exceptions.ParseException
class ParseException extends ParseIssue implements Serializable-
Serialized Fields
-
_alternateException
ParseException _alternateException
-
_bCausedByArgumentList
boolean _bCausedByArgumentList
-
_memberAccessContext
IMemberAccessExpression _memberAccessContext
-
_paramTypesExpected
IType[] _paramTypesExpected
-
_paramTypesPossible
IParameterInfo[][] _paramTypesPossible
-
_typeExpected
IType _typeExpected
-
-
-
Exception gw.lang.parser.exceptions.ParseIssue
class ParseIssue extends Exception implements Serializable-
Serialized Fields
-
_lineNumber
Integer _lineNumber
-
_lineOffset
Integer _lineOffset
-
_messageArgs
Object[] _messageArgs
-
_messageKey
ResourceKey _messageKey
-
_parentClass
IGosuClass _parentClass
-
_parentElement
IParsedElement _parentElement
-
_stateSource
String _stateSource
-
_symbolTable
ISymbolTable _symbolTable
-
_tokenColumn
Integer _tokenColumn
-
_tokenEnd
Integer _tokenEnd
-
_tokenStart
Integer _tokenStart
-
-
-
Exception gw.lang.parser.exceptions.ParseResultsException
class ParseResultsException extends Exception implements Serializable-
Serialized Fields
-
_ctxType
ICompilableType _ctxType
-
_parsedElement
IParsedElement _parsedElement
-
_parseExceptions
List<IParseIssue> _parseExceptions
-
_parseIssues
List<IParseIssue> _parseIssues
-
_parseWarnings
List<IParseIssue> _parseWarnings
-
-
-
Exception gw.lang.parser.exceptions.ParseWarning
class ParseWarning extends ParseIssue implements Serializable -
Exception gw.lang.parser.exceptions.ParseWarningForDeprecatedMember
class ParseWarningForDeprecatedMember extends ParseWarning implements Serializable -
Exception gw.lang.parser.exceptions.SymbolNotFoundException
class SymbolNotFoundException extends ParseException implements Serializable-
Serialized Fields
-
_symbolName
String _symbolName
-
-
-
Exception gw.lang.parser.exceptions.WrongNumberOfArgsException
class WrongNumberOfArgsException extends ParseException implements Serializable
-
-
Package gw.lang.parser.template
-
Exception gw.lang.parser.template.TemplateParseException
class TemplateParseException extends Exception implements Serializable-
Serialized Fields
-
_args
String[] _args
-
_column
int _column
-
_lineNumber
int _lineNumber
-
_offset
int _offset
-
_pe
ParseResultsException _pe
-
_reasonKey
ResourceKey _reasonKey
-
_strTemplateSource
String _strTemplateSource
-
-
-
-
Package gw.lang.reflect
-
Class gw.lang.reflect.AbstractType
class AbstractType extends Object implements Serializable -
Class gw.lang.reflect.DefaultArrayType
class DefaultArrayType extends AbstractType implements Serializable -
Class gw.lang.reflect.DefaultNonLoadableArrayType
class DefaultNonLoadableArrayType extends DefaultArrayType implements Serializable -
Class gw.lang.reflect.FunctionArrayType
class FunctionArrayType extends DefaultNonLoadableArrayType implements Serializable -
Class gw.lang.reflect.FunctionType
class FunctionType extends AbstractType implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_arrType
LockingLazyVar<FunctionArrayType> _arrType
-
_enclosingType
IType _enclosingType
-
_iModifiers
int _iModifiers
-
_mi
IMethodInfo _mi
-
_owningParameterizedType
IType _owningParameterizedType
-
_paramTypes
IType[] _paramTypes
-
_retType
IType _retType
-
_scriptPart
IScriptPartId _scriptPart
-
_strFunctionName
String _strFunctionName
-
_typeVars
IGenericTypeVariable[] _typeVars
-
-
-
Class gw.lang.reflect.InnerClassCapableType
class InnerClassCapableType extends AbstractType implements Serializable -
Class gw.lang.reflect.ITypeRef
class ITypeRef extends Object implements Serializable -
Exception gw.lang.reflect.NoReferenceFoundException
class NoReferenceFoundException extends RuntimeException implements Serializable-
Serialized Fields
-
_type
IType _type
-
-
-
Class gw.lang.reflect.ParameterizedFunctionType
class ParameterizedFunctionType extends AbstractType implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_genericFuncType
FunctionType _genericFuncType
-
_typeParams
IType[] _typeParams
-
-
-
Class gw.lang.reflect.ScriptabilityModifier
class ScriptabilityModifier extends Object implements Serializable-
Serialized Fields
-
_qualifiers
IScriptabilityModifier[] _qualifiers
-
_type
IVisibilityModifierType _type
-
-
-
Class gw.lang.reflect.StandardVisibilityModifierType
class StandardVisibilityModifierType extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_bConstraint
boolean _bConstraint
-
_strName
String _strName
-
-
-
Class gw.lang.reflect.TypeBase
class TypeBase extends AbstractType implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
-
Package gw.lang.reflect.gs
-
Package gw.lang.reflect.java
-
Class gw.lang.reflect.java.AbstractJavaClassInfo
class AbstractJavaClassInfo extends JavaSourceElement implements Serializable -
Class gw.lang.reflect.java.ErrorJavaClassInfo
class ErrorJavaClassInfo extends Object implements Serializable
-
-
Package gw.test
-
Exception gw.test.MultiBreakException
class MultiBreakException extends RuntimeException implements Serializable-
Serialized Fields
-
_testBreakInfoList
List<TestBreakInfo> _testBreakInfoList
-
-
-
-
Package gw.util
-
Class gw.util.CaseInsensitiveSet
-
Serialized Fields
-
_map
Map<T extends CharSequence,
Object> _map
-
-
-
Class gw.util.CiHashMap
-
Serialized Fields
-
_loadFactor
float _loadFactor
-
_modCount
int _modCount
-
_resizeThreshold
int _resizeThreshold
-
_size
int _size
-
_table
CiHashMap.Entry<K extends CharSequence,
V>[] _table
-
-
-
Exception gw.util.CommandFailedException
class CommandFailedException extends RuntimeException implements Serializable-
Serialized Fields
-
_errorCode
int _errorCode
-
-
-
Class gw.util.GosuObjectUtil.Null
class Null extends Object implements Serializable- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
Ensure singleton.
-
-
Class gw.util.LRUCache
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
-
Class gw.util.PredicatedSet
-
Serialized Fields
-
_predicate
Predicate _predicate
-
-
-
Class gw.util.Rational
class Rational extends Number implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
_denominator
BigInteger _denominator
-
_numerator
BigInteger _numerator
-
_reduced
boolean _reduced
-
-
-
-
Package gw.util.concurrent
-
Class gw.util.concurrent.ConcurrentWeakHashMap
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
Reconstitute the ConcurrentWeakHashMap instance from a stream (i.e., deserialize it).- Parameters:
s
- the stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the ConcurrentWeakHashMap instance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
s
- the stream- Throws:
IOException
-
-
Serialized Fields
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
ConcurrentWeakHashMap.Segment<K,
V>[] segments The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-