Serialized Form
-
Package editor
-
Class editor.AbstractCloseDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_btnClose
javax.swing.JButton _btnClose
-
-
-
Class editor.AbstractGotoPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_allData
java.util.List<T> _allData
-
_bLocked
boolean _bLocked
-
_cbExternalTypes
javax.swing.JCheckBox _cbExternalTypes
-
_centerInFrame
boolean _centerInFrame
-
_dataInitialized
boolean _dataInitialized
-
_dataLock
java.lang.Object _dataLock
-
_docListener
javax.swing.event.UndoableEditListener _docListener
-
_docListenerForEdits
javax.swing.event.DocumentListener _docListenerForEdits
-
_editorKeyListener
AbstractGotoPopup.EditorKeyListener _editorKeyListener
-
_externalOption
boolean _externalOption
-
_list
AbstractGotoPopup.GenerifiedJList _list
-
_nameField
javax.swing.JTextField _nameField
-
_nodeListenerList
javax.swing.event.EventListenerList _nodeListenerList
-
_rowCount
int _rowCount
The visible row count for the popup -
_scrollPane
javax.swing.JScrollPane _scrollPane
-
_spinner
javax.swing.JLabel _spinner
-
_strPrefix
java.lang.String _strPrefix
-
_takesInput
boolean _takesInput
-
_timer
java.util.Timer _timer
-
_title
java.lang.String _title
-
_waitTime
int _waitTime
Wait time between keystrokes
-
-
-
Class editor.AbstractGotoPopup.AbstractPopupListModel extends javax.swing.AbstractListModel implements Serializable
-
Class editor.AbstractGotoPopup.GenerifiedJList extends javax.swing.JList implements Serializable
-
Class editor.AbstractListCellRenderer extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
_bRenderAsIfFocused
boolean _bRenderAsIfFocused
-
_bSelected
boolean _bSelected
-
_index
int _index
-
_list
java.util.function.Supplier<javax.swing.JComponent> _list
-
_node
T _node
-
-
-
Class editor.AbstractPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_editor
javax.swing.text.JTextComponent _editor
-
_nodeListenerList
javax.swing.event.EventListenerList _nodeListenerList
-
-
-
Class editor.AbstractRangeCellRenderer extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_iMaxCodeWidth
int _iMaxCodeWidth
-
_list
javax.swing.JList _list
-
-
-
Class editor.AbstractTreeCellRenderer extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
_bSelected
boolean _bSelected
-
_node
T _node
-
_tree
javax.swing.JTree _tree
-
-
-
Class editor.BatchDocument extends javax.swing.text.DefaultStyledDocument implements Serializable
-
Serialized Fields
-
_batch
java.util.List<javax.swing.text.DefaultStyledDocument.ElementSpec> _batch
-
-
-
Class editor.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
javax.swing.event.UndoableEditListener _docListener
-
_editorKeyListener
BeanInfoPopup.EditorKeyListener _editorKeyListener
-
_filter
IFeatureFilter _filter
-
_iInitialCaretPos
int _iInitialCaretPos
-
_nodeListenerList
javax.swing.event.EventListenerList _nodeListenerList
-
_strCompleteCodePrefix
java.lang.String _strCompleteCodePrefix
-
_strMemberPath
java.lang.String _strMemberPath
-
_tree
javax.swing.JTree _tree
-
-
-
Class editor.ClasspathDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_backingSourceList
javax.swing.JTextPane _backingSourceList
-
_dir
java.io.File _dir
-
_pathsList
javax.swing.JTextPane _pathsList
-
-
-
Class editor.ClassStructureViewPopupDelegate.FeatureModel extends AbstractGotoPopup.AbstractPopupListModel<IFeatureInfo> implements Serializable
-
Serialized Fields
-
_allFeatures
java.util.List<IFeatureInfo> _allFeatures
-
-
-
Class editor.ClearablePanel extends javax.swing.JPanel implements Serializable
-
Class editor.CommonMenus.AbstractRunActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_runConfig
java.util.function.Supplier<IRunConfig> _runConfig
-
-
-
Class editor.CommonMenus.ClearAndDebugActionHandler extends CommonMenus.AbstractRunActionHandler implements Serializable
-
Class editor.CommonMenus.ClearAndRunActionHandler extends CommonMenus.AbstractRunActionHandler implements Serializable
-
Class editor.CommonMenus.CompileActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_fileTree
java.util.function.Supplier<FileTree> _fileTree
-
-
-
Class editor.CommonMenus.CopyActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_editor
java.util.function.Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.CutActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_editor
java.util.function.Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.DebugConfigActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.DropFrameActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
_frame
java.util.function.Supplier<com.sun.jdi.StackFrame> _frame
-
-
-
Class editor.CommonMenus.EvaluateExpressionActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
-
-
Class editor.CommonMenus.FindActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_editor
java.util.function.Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.FindInPathActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_dir
java.util.function.Supplier<FileTree> _dir
-
-
-
Class editor.CommonMenus.FindUsagesInFileActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.FindUsagesInPathActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_dir
java.util.function.Supplier<FileTree> _dir
-
-
-
Class editor.CommonMenus.GoBackActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.GoForwardActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.HighlightUsagesInFileActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.MakeActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.MuteBreakpointsActionHandler extends GenericAction implements Serializable
-
Serialized Fields
-
_bpm
java.util.function.Supplier<BreakpointManager> _bpm
-
-
-
Class editor.CommonMenus.NextOccurrenceActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_search
java.util.function.Supplier<SearchPanel> _search
-
-
-
Class editor.CommonMenus.OpenProjectActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.PasteActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_editor
java.util.function.Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.PauseActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
-
-
Class editor.CommonMenus.PrevOccurrenceActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_search
java.util.function.Supplier<SearchPanel> _search
-
-
-
Class editor.CommonMenus.RebuildActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.RedoActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.ReplaceActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_editor
java.util.function.Supplier<EditorHost> _editor
-
-
-
Class editor.CommonMenus.ReplaceInPathActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_dir
java.util.function.Supplier<FileTree> _dir
-
-
-
Class editor.CommonMenus.ResumeActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
-
-
Class editor.CommonMenus.RunConfigActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.RunToCursorActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_bpm
java.util.function.Supplier<BreakpointManager> _bpm
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
_editor
java.util.function.Supplier<GosuEditor> _editor
-
-
-
Class editor.CommonMenus.SaveActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.SettingsActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.ShipItActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.ShowExecPointActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
-
-
Class editor.CommonMenus.StepIntoActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
-
-
Class editor.CommonMenus.StepOutActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
-
-
Class editor.CommonMenus.StepOverActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_debugger
java.util.function.Supplier<Debugger> _debugger
-
-
-
Class editor.CommonMenus.StopActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_gosuPanel
java.util.function.Supplier<GosuPanel> _gosuPanel
-
-
-
Class editor.CommonMenus.UndoActionHandler extends javax.swing.AbstractAction implements Serializable
-
Class editor.CommonMenus.ViewBreakpointsActionHandler extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_bp
java.util.function.Supplier<Breakpoint> _bp
-
-
-
Class editor.EditorBasedPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_editor
GosuEditor _editor
-
_replaceWholeWord
boolean _replaceWholeWord
-
-
-
Class editor.EditorHost extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_bAltDown
boolean _bAltDown
-
_bCompleteCode
boolean _bCompleteCode
-
_bEnterPressedConsumed
boolean _bEnterPressedConsumed
-
_bParserSuspended
boolean _bParserSuspended
-
_completionPopup
javax.swing.JPopupMenu _completionPopup
-
_highlightMode
EditorHost.HighlightMode _highlightMode
-
_iTimerCount
int _iTimerCount
-
_partId
IScriptPartId _partId
-
_uel
javax.swing.event.UndoableEditListener _uel
-
_undoMgr
AtomicUndoManager _undoMgr
-
-
-
Class editor.EditorHostTextPane extends javax.swing.JEditorPane implements Serializable
-
Serialized Fields
-
_editor
EditorHost _editor
-
-
-
Class editor.EditorScrollPane extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
_adviceColumn
EditorScrollPane.AdviceColumn _adviceColumn
-
_editor
javax.swing.text.JTextComponent _editor
-
_lineInfoMgr
ILineInfoManager _lineInfoMgr
-
-
-
Class editor.EditorScrollPane.AdviceColumn extends javax.swing.JPanel implements Serializable
-
Class editor.ExperimentView extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_examplesList
javax.swing.JPanel _examplesList
-
_examplesListNorth
javax.swing.JPanel _examplesListNorth
-
_experiment
Experiment _experiment
-
_scroller
javax.swing.JScrollPane _scroller
-
_splitPane
CollapsibleSplitPane _splitPane
-
_tree
javax.swing.JTree _tree
-
-
-
Class editor.ExtractVariablePopup extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_cancelBtn
javax.swing.JButton _cancelBtn
-
_gosuEditor
GosuEditor _gosuEditor
-
_okBtn
javax.swing.JButton _okBtn
-
_replaceAll
LabCheckbox _replaceAll
-
_varName
IdentifierTextField _varName
-
-
-
Class editor.FileTreeCellRenderer extends AbstractTreeCellRenderer<FileTree> implements Serializable
-
Class editor.GosuDocument extends javax.swing.text.PlainDocument implements Serializable
-
Serialized Fields
-
_charArray
char[] _charArray
-
_instructor
ITokenizerInstructor _instructor
-
_locations
java.util.List<IParseTree> _locations
-
_locationsOffset
int _locationsOffset
-
_pe
ParseResultsException _pe
-
-
-
Class editor.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
java.util.Map<java.lang.Integer,IFunctionStatement> _functionStmtsByLineNumber
-
_javadocPopup
JavadocPopup _javadocPopup
-
_labelCaption
javax.swing.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 extends javax.swing.text.DefaultEditorKit implements Serializable
-
Serialized Fields
-
_preferences
GosuStyleContext _preferences
-
-
-
Class editor.GosuField extends GosuEditor implements Serializable
-
Class editor.GosuLabLAF extends javax.swing.plaf.basic.BasicLookAndFeel implements Serializable
-
Class editor.GosuPanel extends javax.swing.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
java.io.OutputStreamWriter _inWriter
-
_messages
MessagesPanel _messages
-
_oldIn
java.io.InputStream _oldIn
-
_outerSplitPane
CollapsibleSplitPane _outerSplitPane
-
_parentFrame
javax.swing.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 extends javax.swing.text.StyleContext implements Serializable
-
Serialized Fields
-
_fontCache
java.util.HashMap<javax.swing.text.AttributeSet,java.awt.Font> _fontCache
-
_iFontSize
int _iFontSize
-
_strFontFamily
java.lang.String _strFontFamily
-
_tokenStyles
java.util.HashMap<java.lang.Integer,javax.swing.text.Style> _tokenStyles
-
-
-
Class editor.GotoExceptionTypePopup extends GotoTypePopup implements Serializable
-
Class editor.GotoProgramTypePopup extends GotoTypePopup implements Serializable
-
Class editor.GotoTypePopup extends AbstractGotoPopup<java.lang.String> implements Serializable
-
Class editor.HtmlViewer extends javax.swing.JEditorPane implements Serializable
-
Class editor.IdentifierTextField extends javax.swing.JTextField implements Serializable
-
Serialized Fields
-
_bAcceptDot
boolean _bAcceptDot
-
_bAcceptUnderscore
boolean _bAcceptUnderscore
-
-
-
Class editor.ImagePanel extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
_border
javax.swing.border.Border _border
-
_image
javax.swing.ImageIcon _image
-
_label
javax.swing.JLabel _label
-
_minDim
java.awt.Dimension _minDim
-
-
-
Class editor.JavadocPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_bResizedHeight
boolean _bResizedHeight
-
_bResizedWidth
boolean _bResizedWidth
-
_clickLocation
java.awt.Point _clickLocation
-
_editor
GosuEditor _editor
-
_editorKeyListener
JavadocPopup.EditorKeyListener _editorKeyListener
-
_scroller
javax.swing.JScrollPane _scroller
-
_strHelpText
java.lang.String _strHelpText
-
_viewer
HtmlViewer _viewer
-
-
-
Class editor.LabFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
_experiments
java.util.List<java.lang.String> _experiments
-
_panel
GosuPanel _panel
-
_restoreBounds
java.awt.Rectangle _restoreBounds
-
-
-
Class editor.LabTreeCellRenderer extends AbstractTreeCellRenderer<T extends AbstractTree> implements Serializable
-
Class editor.LabTreeUi.CollapsedIcon extends LabTreeUi.ExpandedIcon implements Serializable
-
Class editor.LabTreeUi.ExpandedIcon extends java.lang.Object implements Serializable
-
Class editor.LabTreeUi.WindowsTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
-
Class editor.ListPopup extends AbstractPopup implements Serializable
-
Serialized Fields
-
_docListener
javax.swing.event.UndoableEditListener _docListener
-
_editorKeyListener
ListPopup.EditorKeyListener _editorKeyListener
-
_list
javax.swing.JList _list
-
_model
PopupListModel _model
-
-
-
Class editor.ListPopup.DefaultCellRenderer extends AbstractListCellRenderer implements Serializable
-
Class editor.MessagesPanel extends ClearablePanel implements Serializable
-
Serialized Fields
-
_scroller
javax.swing.JScrollPane _scroller
-
_tree
javax.swing.JTree _tree
-
-
-
Class editor.MetaInfoPopup extends BeanInfoPopup implements Serializable
-
Class editor.NewFilePopup extends javax.swing.JPopupMenu implements Serializable
-
Class editor.NewIdentifierDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_bAcceptDot
boolean _bAcceptDot
-
_name
java.lang.String _name
-
_nameField
IdentifierTextField _nameField
-
-
-
Class editor.PackageType extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_bDiscarded
boolean _bDiscarded
-
_strFullPackage
java.lang.String _strFullPackage
-
_strParent
java.lang.String _strParent
-
_strRelativePackage
java.lang.String _strRelativePackage
-
_typeInfo
PackageTypeInfo _typeInfo
-
-
-
Class editor.ParameterInfoPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_docListener
javax.swing.event.UndoableEditListener _docListener
-
_editor
GosuEditor _editor
-
_editorCaretListener
javax.swing.event.CaretListener _editorCaretListener
-
_editorKeyListener
ParameterInfoPopup.EditorKeyListener _editorKeyListener
-
_iArgPosition
int _iArgPosition
-
_labelContainer
javax.swing.JPanel _labelContainer
-
_pane
javax.swing.JPanel _pane
-
-
-
Class editor.ParserFeedbackPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_editor
EditorHost _editor
-
_feedback
ParserFeedbackPanel.FeedbackMargin _feedback
-
_icon
javax.swing.JLabel _icon
-
-
-
Class editor.PasteBufferSelectDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_copyBuffer
java.util.List<java.lang.String> _copyBuffer
-
_selectionList
javax.swing.JList<java.lang.String> _selectionList
-
_splitPane
SplitPane _splitPane
-
_textArea
javax.swing.JTextArea _textArea
-
_textComponent
javax.swing.text.JTextComponent _textComponent
-
-
-
Class editor.PopupListModel extends javax.swing.AbstractListModel implements Serializable
-
Serialized Fields
-
_filter
Predicate _filter
-
_strFilterPrefix
java.lang.String _strFilterPrefix
-
-
-
Class editor.ScrollableEditorRootPane extends javax.swing.JRootPane implements Serializable
-
Serialized Fields
-
_editor
javax.swing.text.JTextComponent _editor
-
-
-
Class editor.SelectClassToImportPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_callBack
SelectClassToImportPopup.ClassSelectionCallback _callBack
-
_labelTypeName
javax.swing.JLabel _labelTypeName
-
_list
javax.swing.JList _list
-
_pane
javax.swing.JPanel _pane
-
-
-
Class editor.SmartFixPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_editor
javax.swing.JComponent _editor
-
-
-
Class editor.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 extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_editor
javax.swing.text.JTextComponent _editor
-
_escapeForJava
boolean _escapeForJava
-
_field
javax.swing.JTextArea _field
-
_nodeListenerList
javax.swing.event.EventListenerList _nodeListenerList
-
_pane
javax.swing.JPanel _pane
-
_strLabel
java.lang.String _strLabel
-
_strValue
java.lang.String _strValue
-
-
-
Class editor.SymbolCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Class editor.SymbolPopup extends EditorBasedPopup implements Serializable
-
Serialized Fields
-
_autoDismissed
boolean _autoDismissed
-
_bLocked
boolean _bLocked
-
_docListener
javax.swing.event.UndoableEditListener _docListener
-
_editorKeyListener
SymbolPopup.EditorKeyListener _editorKeyListener
-
_expectedType
IType _expectedType
-
_nodeListenerList
javax.swing.event.EventListenerList _nodeListenerList
-
_pane
javax.swing.JPanel _pane
-
_strPrefix
java.lang.String _strPrefix
-
_symbols
ISymbol[] _symbols
-
_tree
javax.swing.JTree _tree
-
-
-
Class editor.SystemPanel extends ClearablePanel implements Serializable
-
Serialized Fields
-
_err
java.io.PrintStream _err
-
_out
java.io.PrintStream _out
-
_outputPanel
javax.swing.JTextPane _outputPanel
-
_scroller
EditorScrollPane _scroller
-
_sysErr
java.io.PrintStream _sysErr
-
_sysOut
java.io.PrintStream _sysOut
-
-
-
Class editor.ToggleToolBarButton extends javax.swing.JToggleButton implements Serializable
-
Serialized Fields
-
_activeBorder
javax.swing.border.Border _activeBorder
-
_bMenu
boolean _bMenu
-
_bRollover
boolean _bRollover
-
_bShowText
boolean _bShowText
-
-
-
Class editor.TypeCellRenderer extends AbstractListCellRenderer<java.lang.CharSequence> implements Serializable
-
Class editor.TypeInPackageType extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_bDiscarded
boolean _bDiscarded
-
_strFqName
java.lang.String _strFqName
-
_strParent
java.lang.String _strParent
-
_strRelativeName
java.lang.String _strRelativeName
-
_typeInfo
TypeInPackageTypeInfo _typeInfo
-
-
-
Class editor.TypePopup extends EditorBasedPopup implements Serializable
-
Serialized Fields
-
_allTypes
java.util.ArrayList<java.lang.CharSequence> _allTypes
-
_bLocked
boolean _bLocked
-
_docListener
javax.swing.event.UndoableEditListener _docListener
-
_editorKeyListener
TypePopup.EditorKeyListener _editorKeyListener
-
_list
javax.swing.JList<java.lang.CharSequence> _list
-
_nodeListenerList
javax.swing.event.EventListenerList _nodeListenerList
-
_pane
javax.swing.JPanel _pane
-
_strPrefix
java.lang.String _strPrefix
-
_title
java.lang.String _title
-
-
-
Class editor.WindowsTreeUI.CollapsedIcon extends WindowsTreeUI.ExpandedIcon implements Serializable
-
Class editor.WindowsTreeUI.ExpandedIcon extends java.lang.Object implements Serializable
-
Class editor.WindowsTreeUI.WindowsTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
-
-
Package editor.actions
-
Class editor.actions.GenericAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
_actionHandler
ConditionalActionHandler _actionHandler
-
-
-
-
Package editor.debugger
-
Class editor.debugger.BreakpointsDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_btnPlus
javax.swing.AbstractButton _btnPlus
-
_btnViewSource
javax.swing.JButton _btnViewSource
-
_cbCaught
javax.swing.JCheckBox _cbCaught
-
_cbRunScript
javax.swing.JCheckBox _cbRunScript
-
_cbSuspend
javax.swing.JCheckBox _cbSuspend
-
_cbUncaught
javax.swing.JCheckBox _cbUncaught
-
_configPanel
javax.swing.JPanel _configPanel
-
_exceptionBpTree
BreakpointTree _exceptionBpTree
-
_fieldExpr
GosuEditor _fieldExpr
-
_fieldRunScript
GosuEditor _fieldRunScript
-
_labelCondition
javax.swing.JLabel _labelCondition
-
_listener
java.lang.Runnable _listener
-
_mapToPanel
java.util.Map<Breakpoint,javax.swing.JPanel> _mapToPanel
-
_tree
javax.swing.JTree _tree
-
-
-
Class editor.debugger.DebugPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_cbThreads
javax.swing.JComboBox<com.sun.jdi.ThreadReference> _cbThreads
-
_debugger
Debugger _debugger
-
_listeners
java.util.List<java.util.function.Consumer<com.sun.jdi.Location>> _listeners
-
_listFrames
javax.swing.JList<DebugPanel.StackFrameRef> _listFrames
-
_varTree
javax.swing.JTree _varTree
-
-
-
Class editor.debugger.EvaluateDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_expr
java.lang.String _expr
-
_fieldExpr
GosuEditor _fieldExpr
-
_fqn
java.lang.String _fqn
-
_immediateClass
java.lang.String _immediateClass
-
_offset
int _offset
-
_varTree
javax.swing.JTree _varTree
-
-
-
-
Package editor.plugin.typeloader.java
-
Class editor.plugin.typeloader.java.JavaDocument extends javax.swing.text.DefaultStyledDocument implements Serializable
-
Serialized Fields
-
_comment
javax.swing.text.MutableAttributeSet _comment
-
_error
javax.swing.text.MutableAttributeSet _error
-
_errorHandler
javax.tools.DiagnosticCollector<javax.tools.JavaFileObject> _errorHandler
-
_keyword
javax.swing.text.MutableAttributeSet _keyword
-
_keywords
java.util.Set<java.lang.String> _keywords
-
_multiLineComment
boolean _multiLineComment
-
_root
javax.swing.text.Element _root
-
_stringLiteral
javax.swing.text.MutableAttributeSet _stringLiteral
-
_warning
javax.swing.text.MutableAttributeSet _warning
-
_word
javax.swing.text.MutableAttributeSet _word
-
-
-
Class editor.plugin.typeloader.java.JavaEditorKit extends javax.swing.text.StyledEditorKit implements Serializable
-
-
Package editor.run
-
Class editor.run.RunConfigDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_addedConfigs
java.util.List<IRunConfig> _addedConfigs
-
_btnMinus
javax.swing.AbstractButton _btnMinus
-
_btnPlus
javax.swing.AbstractButton _btnPlus
-
_btnRun
javax.swing.JButton _btnRun
-
_btnSave
javax.swing.JButton _btnSave
-
_configPanel
javax.swing.JPanel _configPanel
-
_configTab
ITab _configTab
-
_experiment
Experiment _experiment
-
_mapRunConfigs
java.util.Map<IRunConfig,Pair<IRunConfigParameters,javax.swing.JComponent>> _mapRunConfigs
-
_modifiedConfigs
java.util.List<IRunConfig> _modifiedConfigs
-
_removedConfigs
java.util.List<IRunConfig> _removedConfigs
-
_runMe
IRunConfig _runMe
-
_runState
RunState _runState
-
_tree
javax.swing.JTree _tree
-
-
-
Class editor.run.RunConfigDialog.RunConfigTreeCellRenderer extends AbstractTreeCellRenderer<RunConfigTree> implements Serializable
-
-
Package editor.search
-
Class editor.search.AbstractSearchDialog extends AbstractDialog implements Serializable
-
Serialized Fields
-
_bReplace
boolean _bReplace
-
_cbDir
DirectoryEditor _cbDir
-
_cbFileMasks
javax.swing.JComboBox<java.lang.String> _cbFileMasks
-
_cbReplace
javax.swing.JComboBox<java.lang.String> _cbReplace
-
_cbScope
javax.swing.JComboBox<SearchScope> _cbScope
-
_cbSearch
javax.swing.JComboBox<java.lang.String> _cbSearch
-
_checkCase
javax.swing.JCheckBox _checkCase
-
_checkFileMask
javax.swing.JCheckBox _checkFileMask
-
_checkRegex
javax.swing.JCheckBox _checkRegex
-
_checkWords
javax.swing.JCheckBox _checkWords
-
_prevSearchTree
java.util.List<FileTree> _prevSearchTree
-
_rbDirectory
javax.swing.JRadioButton _rbDirectory
-
_rbProject
javax.swing.JRadioButton _rbProject
-
_rbScope
javax.swing.JRadioButton _rbScope
-
_searchDir
FileTree _searchDir
-
_separator2
javax.swing.JPanel _separator2
-
_separator3
javax.swing.JPanel _separator3
-
_stateHandler
AbstractSearchDialog.DialogStateHandler _stateHandler
-
-
-
Class editor.search.LocalSearchDialog extends AbstractSearchDialog implements Serializable
-
Class editor.search.SearchDialog extends AbstractSearchDialog implements Serializable
-
Class editor.search.SearchPanel extends ClearablePanel implements Serializable
-
Serialized Fields
-
_btnReplaceAll
javax.swing.JButton _btnReplaceAll
-
_btnReplaceSelected
javax.swing.JButton _btnReplaceSelected
-
_replaceButtonPanel
javax.swing.JPanel _replaceButtonPanel
-
_replacePattern
java.lang.String _replacePattern
-
_tree
javax.swing.JTree _tree
-
-
-
-
Package editor.settings
-
Class editor.settings.SettingsDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_btnOk
javax.swing.JButton _btnOk
-
_configPanel
javax.swing.JPanel _configPanel
-
_configTab
ITab _configTab
-
_experiment
Experiment _experiment
-
_mapSettings
java.util.Map<ISettings,Pair<ISettingsParameters,javax.swing.JComponent>> _mapSettings
-
_modifiedSettings
java.util.List<ISettings> _modifiedSettings
-
_mruSettings
ISettings _mruSettings
-
_tree
javax.swing.JTree _tree
-
-
-
Class editor.settings.SettingsDialog.SettingsTreeCellRenderer extends AbstractTreeCellRenderer<SettingsTree> implements Serializable
-
-
Package editor.shipit
-
Class editor.shipit.ShipItDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
_bBundleGosu
boolean _bBundleGosu
-
_btnOk
javax.swing.JButton _btnOk
-
_cbBundleGosu
LabCheckbox _cbBundleGosu
-
_cbPrecompile
LabCheckbox _cbPrecompile
-
_errorMsg
javax.swing.JLabel _errorMsg
-
_experiment
Experiment _experiment
-
_fieldProgramName
javax.swing.JTextField _fieldProgramName
-
_strProgramName
java.lang.String _strProgramName
-
-
-
-
Package editor.splitpane
-
Class editor.splitpane.CollapsibleSplitPane extends SplitPane implements Serializable
-
Serialized Fields
-
_bottomMin
ICaptionedPanel _bottomMin
-
_captionActionListener
ICaptionActionListener _captionActionListener
-
_topMin
ICaptionedPanel _topMin
-
-
-
Class editor.splitpane.EmptyCaptionBar extends javax.swing.JPanel implements Serializable
-
Class editor.splitpane.SplitPane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_comp1
javax.swing.JComponent _comp1
-
_comp2
javax.swing.JComponent _comp2
-
_iOrientation
int _iOrientation
-
_iPosition
double _iPosition
-
_listeners
java.util.Set<java.awt.event.ActionListener> _listeners
-
_pane1
javax.swing.JPanel _pane1
-
_pane2
javax.swing.JPanel _pane2
-
_splitter
SplitPane.Splitter _splitter
-
-
-
-
Package editor.tabpane
-
Class editor.tabpane.ContentContainer extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_tabPane
TabPane _tabPane
-
-
-
Class editor.tabpane.MoreTab extends LabToolbarButton implements Serializable
-
Serialized Fields
-
_tabContainer
TabContainer _tabContainer
-
-
-
Class editor.tabpane.StandardTab extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_bCanClose
boolean _bCanClose
-
_bHover
boolean _bHover
-
_contentPanel
javax.swing.JComponent _contentPanel
-
_innerLabel
javax.swing.JLabel _innerLabel
-
_label
ILabel _label
-
_tabContainer
TabContainer _tabContainer
-
_tabPositionChangeHandler
StandardTab.TabPositionChangeHandler _tabPositionChangeHandler
-
-
-
Class editor.tabpane.TabAndToolContainer extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_activePosition
TabPosition _activePosition
-
_captionActionListeners
java.util.List<ICaptionActionListener> _captionActionListeners
-
_captionType
ICaptionActionListener.ActionType _captionType
-
_captionTypeListeners
java.util.List<javax.swing.event.ChangeListener> _captionTypeListeners
-
_copiedFrom
TabAndToolContainer _copiedFrom
-
_tabContainer
TabContainer _tabContainer
-
_tabPane
TabPane _tabPane
-
_toolContainer
ToolContainer _toolContainer
-
-
-
Class editor.tabpane.TabContainer extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_contextMenuHandler
IContextMenuHandler<javax.swing.JComponent> _contextMenuHandler
-
_moreTab
MoreTab _moreTab
-
_orderedTabs
java.util.List<ITab> _orderedTabs
-
_selectionListeners
javax.swing.event.EventListenerList _selectionListeners
-
_tabPosition
TabPosition _tabPosition
-
_tabPositionListeners
javax.swing.event.EventListenerList _tabPositionListeners
-
-
-
Class editor.tabpane.TabContainer.TabChangeEvent extends javax.swing.event.ChangeEvent implements Serializable
-
Serialized Fields
-
_tab
ITab _tab
-
-
-
Class editor.tabpane.TabListCellRenderer extends AbstractListCellRenderer<ITab> implements Serializable
-
Class editor.tabpane.TabListPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
_list
javax.swing.JList<ITab> _list
-
_nodeListenerList
javax.swing.event.EventListenerList _nodeListenerList
-
_pane
javax.swing.JPanel _pane
-
_tabContainer
TabContainer _tabContainer
-
-
-
Class editor.tabpane.TabPane extends javax.swing.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 extends javax.swing.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 extends javax.swing.undo.UndoManager implements Serializable
-
Serialized Fields
-
_bPaused
boolean _bPaused
-
_changeListeners
java.util.List<javax.swing.event.ChangeListener> _changeListeners
-
_lLastUndoTime
long _lLastUndoTime
-
_undoAtomNest
java.util.Stack<AtomicUndoManager.DisplayableCompoundEdit> _undoAtomNest
A stack used for managing nested undo atoms. Whenever an atomic undo atom begins a newDisplayableCompoundEditis constructed on it's behalf and pushed onto the stack. When an undo atom ends itsDisplayableCompoundEditis 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 extends javax.swing.undo.StateEdit implements Serializable
-
Class editor.undo.UndoChangeEvent extends javax.swing.event.ChangeEvent implements Serializable
-
Serialized Fields
-
_edit
javax.swing.undo.UndoableEdit _edit
-
_type
UndoChangeEvent.ChangeType _type
-
-
-
-
Package editor.util
-
Class editor.util.AbstractDialog extends javax.swing.JDialog implements Serializable
-
Class editor.util.ContainerMoverSizer extends javax.swing.JComponent implements Serializable
-
Class editor.util.ContainerSizer extends javax.swing.JComponent implements Serializable
-
Class editor.util.DirectoryEditor extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_btnDir
LabToolbarButton _btnDir
-
_editDir
javax.swing.JTextField _editDir
-
-
-
Class editor.util.LabButton extends javax.swing.JButton implements Serializable
-
Class editor.util.LabCheckbox extends javax.swing.JCheckBox implements Serializable
-
Class editor.util.LabelListCellRenderer extends AbstractListCellRenderer<ILabel> implements Serializable
-
Class editor.util.LabelListPopup extends PopupContainer implements Serializable
-
Class editor.util.LabGlassPane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_firstTime
boolean _firstTime
-
_modalComponents
java.util.Set<java.awt.Component> _modalComponents
-
_recentFocusOwner
java.awt.Component _recentFocusOwner
-
-
-
Class editor.util.LabStatusBar extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_caretListener
LabStatusBar.CaretHandler _caretListener
-
_coords
javax.swing.JLabel _coords
-
_editor
EditorHost _editor
-
_selectionInfo
javax.swing.JLabel _selectionInfo
-
_status
javax.swing.JLabel _status
-
-
-
Class editor.util.LabToolbarButton extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
_bConstantBorder
boolean _bConstantBorder
-
_bShowText
boolean _bShowText
-
_tooltip
java.util.function.Supplier<java.lang.String> _tooltip
-
-
-
Class editor.util.MoreTextEditor extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_bConvertNewLineToSpaace
boolean _bConvertNewLineToSpaace
-
_btnDir
LabToolbarButton _btnDir
-
_editText
javax.swing.JTextField _editText
-
-
-
Class editor.util.PopupContainer extends javax.swing.JPopupMenu implements Serializable
-
Class editor.util.ProgressPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_abortListener
java.awt.event.ActionListener _abortListener
-
_labelProgress
javax.swing.JLabel _labelProgress
-
_progress
javax.swing.JProgressBar _progress
-
-
-
Class editor.util.ProgressWindow extends javax.swing.JWindow implements Serializable
-
Serialized Fields
-
_window
java.awt.Window _window
-
-
-
Class editor.util.RoundedMatteBorder extends javax.swing.border.AbstractBorder implements Serializable
-
Serialized Fields
-
_color
java.awt.Color _color
-
_insets
java.awt.Insets _insets
-
_margin
java.awt.Insets _margin
-
-
-
Class editor.util.SmartMenu extends javax.swing.JMenu implements Serializable
-
Class editor.util.SmartMenuItem extends javax.swing.JMenuItem implements Serializable
-
Class editor.util.ToolBar extends javax.swing.JToolBar implements Serializable
-
Serialized Fields
-
_border
javax.swing.border.Border _border
-
-
-
-
Package gw.gosudoc.com.sun.tools.doclets.internal.toolkit
-
Class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.Configuration.Fault extends java.lang.Exception implements Serializable
- serialVersionUID:
- 0L
-
-
Package gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
-
Class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocletAbortException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -9131058909576418984L
-
Class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.FatalError extends java.lang.Error implements Serializable
- serialVersionUID:
- -9131058909576418984L
-
-
Package gw.gosudoc.com.sun.tools.javadoc.main
-
Class gw.gosudoc.com.sun.tools.javadoc.main.Messager.ExitJavadoc extends java.lang.Error implements Serializable
- serialVersionUID:
- 0L
-
-
Package gw.internal.gosu.dynamic
-
Class gw.internal.gosu.dynamic.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 extends JavaResourceImpl implements Serializable
-
Serialized Fields
-
_fileRetrievalStrategy
JavaDirectoryImpl.FileRetrievalStrategy _fileRetrievalStrategy
-
-
-
Class gw.internal.gosu.module.fs.JavaFileImpl extends JavaResourceImpl implements Serializable
-
Class gw.internal.gosu.module.fs.JavaResourceImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_file
java.io.File _file
-
-
-
Class gw.internal.gosu.module.fs.PathDirectoryImpl extends PathResourceImpl implements Serializable
-
Class gw.internal.gosu.module.fs.PathFileImpl extends PathResourceImpl implements Serializable
-
Class gw.internal.gosu.module.fs.PathResourceImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
_path
java.nio.file.Path _path
-
-
-
-
Package gw.internal.gosu.parser
-
Class gw.internal.gosu.parser.AbstractTypeRef extends ITypeRef implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
java.lang.ClassNotFoundExceptionjava.io.IOException
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException- Throws:
java.io.IOException
-
-
-
Class gw.internal.gosu.parser.AnnotationJavaClassAnnotation extends java.lang.Object implements Serializable
-
Serialized Fields
-
_annotation
java.lang.annotation.Annotation _annotation
-
-
-
Class gw.internal.gosu.parser.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
java.lang.String _namespace
-
_propertyDescriptors
IJavaPropertyDescriptor[] _propertyDescriptors
-
_simpleName
java.lang.String _simpleName
-
_sourceFileHandle
ISourceFileHandle _sourceFileHandle
-
_sourceType
IJavaClassInfo _sourceType
-
_superclass
IJavaClassInfo _superclass
-
_typeVariables
IJavaClassTypeVariable[] _typeVariables
-
-
-
Class gw.internal.gosu.parser.AsmConstructorJavaClassConstructor extends JavaSourceElement implements Serializable
-
Class gw.internal.gosu.parser.AsmFieldJavaClassField extends JavaSourceElement implements Serializable
-
Class gw.internal.gosu.parser.AsmGenericArrayTypeJavaClassGenericArrayType extends AsmTypeJavaClassType implements Serializable
-
Class gw.internal.gosu.parser.AsmMethodJavaClassMethod extends JavaSourceElement implements Serializable
-
Class gw.internal.gosu.parser.AsmParameterizedTypeJavaClassParameterizedType extends AsmTypeJavaClassType implements Serializable
-
Class gw.internal.gosu.parser.AsmTypeJavaClassType extends JavaSourceElement implements Serializable
-
Class gw.internal.gosu.parser.AsmTypeVariableJavaClassTypeVariable extends AsmTypeJavaClassType implements Serializable
-
Serialized Fields
-
_variance
Variance _variance
-
-
-
Class gw.internal.gosu.parser.AsmWildcardTypeJavaClassWildcardType extends AsmTypeJavaClassType implements Serializable
-
Serialized Fields
-
_genType
IAsmType _genType
-
-
-
Class gw.internal.gosu.parser.BlockClass extends SyntheticClass implements Serializable
-
Class gw.internal.gosu.parser.CannotExecuteGosuException extends java.lang.RuntimeException implements Serializable
-
Class gw.internal.gosu.parser.CannotMergeStacktracesException extends java.lang.RuntimeException implements Serializable
-
Class gw.internal.gosu.parser.ClassAnnotationInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
_annotation
java.lang.annotation.Annotation _annotation
-
_containerType
IType _containerType
-
-
-
Class gw.internal.gosu.parser.ClassJavaClassInfo extends TypeJavaClassType implements Serializable
-
Serialized Fields
-
_bArray
java.lang.Boolean _bArray
-
_bEnum
java.lang.Boolean _bEnum
-
_bInterface
java.lang.Boolean _bInterface
-
_class
java.lang.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
java.lang.Integer _modifiers
-
_namespace
java.lang.String _namespace
-
_propertyDescriptors
IJavaPropertyDescriptor[] _propertyDescriptors
-
_superclass
IJavaClassInfo _superclass
-
_typeVariables
IJavaClassTypeVariable[] _typeVariables
-
-
-
Class gw.internal.gosu.parser.CommonSymbolsScope extends StandardScope<K extends java.lang.CharSequence,V extends ISymbol> implements Serializable
-
Class gw.internal.gosu.parser.CompoundType extends AbstractType implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
_bInterface
boolean _bInterface
-
_strName
java.lang.String _strName
-
_strRelativeName
java.lang.String _strRelativeName
-
-
-
Class gw.internal.gosu.parser.ConstructorJavaClassConstructor extends java.lang.Object implements Serializable
-
Serialized Fields
-
_ctor
java.lang.reflect.Constructor _ctor
-
_module
IModule _module
-
-
-
Class gw.internal.gosu.parser.DelegateFunctionType extends FunctionType implements Serializable
-
Class gw.internal.gosu.parser.ErrorType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_error
ParseResultsException _error
-
_strErrantTypeName
java.lang.String _strErrantTypeName
-
-
-
Class gw.internal.gosu.parser.FieldJavaClassField extends java.lang.Object implements Serializable
-
Serialized Fields
-
_field
java.lang.reflect.Field _field
-
_module
IModule _module
-
-
-
Class gw.internal.gosu.parser.GenericArrayTypeJavaClassGenericArrayType extends TypeJavaClassType implements Serializable
-
Serialized Fields
-
_genericArrayType
java.lang.reflect.GenericArrayType _genericArrayType
-
-
-
Class gw.internal.gosu.parser.GosuAnnotation extends java.lang.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
_container
IFeatureInfo _container
-
_expr
INewExpression _expr
-
_instance
java.lang.Object _instance
-
_newExpressionAsString
java.lang.String _newExpressionAsString
-
_owner
IGosuClassInternal _owner
-
_rawAnnotation
IGosuAnnotation _rawAnnotation
-
_type
IType _type
-
-
-
Class gw.internal.gosu.parser.GosuArrayClass extends DefaultArrayType implements Serializable
-
Serialized Fields
-
_lazyConcreteClass
LockingLazyVar<IJavaClassInfo> _lazyConcreteClass
-
-
-
Class gw.internal.gosu.parser.GosuClass extends InnerClassCapableType implements Serializable
- serialVersionUID:
- 5L
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_functionalInterface
LocklessLazyVar<IFunctionType> _functionalInterface
-
_strFullName
java.lang.String _strFullName
-
_typeParams
IType[] _typeParams
-
-
Class gw.internal.gosu.parser.GosuClassFragment extends GosuClass implements Serializable
-
Class gw.internal.gosu.parser.GosuCompilationFailure extends java.lang.RuntimeException implements Serializable
-
Class gw.internal.gosu.parser.GosuDocAnnotation extends java.lang.Object implements Serializable
-
Serialized Fields
-
_args
java.lang.String[] _args
-
_expression
Expression _expression
-
_ownersType
ICompilableType _ownersType
-
_type
IType _type
-
-
-
Class gw.internal.gosu.parser.GosuEnhancement extends GosuClass implements Serializable
-
Class gw.internal.gosu.parser.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
-
-
-
Class gw.internal.gosu.parser.InnerClassLocatorException extends java.lang.Exception implements Serializable
-
Class gw.internal.gosu.parser.InnerClassNotFoundException extends java.lang.RuntimeException implements Serializable
-
Class gw.internal.gosu.parser.JavaEnumType extends JavaType implements Serializable
-
Serialized Fields
-
_enumVals
java.util.List<IEnumValue> _enumVals
-
-
-
Class gw.internal.gosu.parser.MetaType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_type
IType _type
-
-
-
Class gw.internal.gosu.parser.MethodDescriptorJavaMethodDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
_method
java.lang.reflect.Method _method
-
_module
IModule _module
-
javaMethod
MethodJavaClassMethod javaMethod
-
-
-
Class gw.internal.gosu.parser.MethodJavaClassMethod extends java.lang.Object implements Serializable
-
Serialized Fields
-
_method
java.lang.reflect.Method _method
-
_module
IModule _module
-
-
-
Class gw.internal.gosu.parser.NamespaceType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
-
Class gw.internal.gosu.parser.ParameterDescriptorJavaParameterDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
_pd
java.beans.ParameterDescriptor _pd
-
-
-
Class gw.internal.gosu.parser.ParameterizedTypeJavaClassParameterizedType extends TypeJavaClassType implements Serializable
-
Serialized Fields
-
_parameterizedType
java.lang.reflect.ParameterizedType _parameterizedType
-
-
-
Class gw.internal.gosu.parser.ParseTree extends java.lang.Object implements Serializable
-
Serialized Fields
-
_children
DynamicArray<ParseTree> _children
-
_iLength
int _iLength
-
_iOffset
int _iOffset
-
-
-
Class gw.internal.gosu.parser.PropertyNotFoundException extends ParseException implements Serializable
-
Serialized Fields
-
_classBean
IType _classBean
-
_strProperty
java.lang.String _strProperty
-
-
-
Class gw.internal.gosu.parser.RepeatableContainerAnnotationInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
_annotations
IAnnotationInfo[] _annotations
-
_container
IType _container
-
_owner
IType _owner
-
-
-
Class gw.internal.gosu.parser.RuntimeExceptionWithNoStacktrace extends java.lang.RuntimeException implements Serializable
-
Class gw.internal.gosu.parser.SyntheticClass extends GosuClass implements Serializable
-
Class gw.internal.gosu.parser.TypeJavaClassType extends java.lang.Object implements Serializable
-
Serialized Fields
-
_module
IModule _module
-
_type
java.lang.reflect.Type _type
-
-
-
Class gw.internal.gosu.parser.TypeMayHaveBeenDeletedException extends TypeResolveException implements Serializable
-
Serialized Fields
-
_reference
AbstractTypeRef _reference
-
-
-
Class gw.internal.gosu.parser.TypeRefException extends java.lang.RuntimeException implements Serializable
-
Class gw.internal.gosu.parser.TypeResolveException extends java.lang.RuntimeException implements Serializable
-
Class gw.internal.gosu.parser.TypeUsesMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
_bSupportRelativePackageResolution
boolean _bSupportRelativePackageResolution
-
_defaultNamespaces
DynamicArray<java.lang.String> _defaultNamespaces
-
_featureLiterals
DynamicArray<IFeatureInfo> _featureLiterals
-
_featureSpaces
DynamicArray<java.lang.String> _featureSpaces
-
_locked
boolean _locked
-
_namespaces
DynamicArray<java.lang.String> _namespaces
-
_specialNamespaces
DynamicArray<java.lang.String> _specialNamespaces
-
_specialTypeUsesByRelativeName
java.util.HashMap<java.lang.String,java.lang.String> _specialTypeUsesByRelativeName
-
_typeUsesByRelativeName
java.util.HashMap<java.lang.String,java.lang.String> _typeUsesByRelativeName
-
_usesStmts
java.util.HashMap<java.lang.String,IUsesStatement> _usesStmts
-
-
-
Class gw.internal.gosu.parser.TypeVariableArrayType extends DefaultNonLoadableArrayType implements Serializable
-
Class gw.internal.gosu.parser.TypeVariableJavaClassTypeVariable extends TypeJavaClassType implements Serializable
-
Serialized Fields
-
_typeVariable
java.lang.reflect.TypeVariable _typeVariable
-
_variance
Variance _variance
-
-
-
Class gw.internal.gosu.parser.TypeVariableJavaTypeVariable extends TypeJavaClassType implements Serializable
-
Class gw.internal.gosu.parser.TypeVariableType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_bFunctionStatement
boolean _bFunctionStatement
-
_typeVarDef
ITypeVariableDefinition _typeVarDef
-
-
-
Class gw.internal.gosu.parser.WildcardTypeJavaClassWildcardType extends TypeJavaClassType implements Serializable
-
Serialized Fields
-
_genType
java.lang.reflect.Type _genType
-
_wildcardType
java.lang.reflect.WildcardType _wildcardType
-
-
-
-
Package gw.internal.gosu.parser.expressions
-
Class gw.internal.gosu.parser.expressions.BlockType extends FunctionType implements Serializable
-
Serialized Fields
-
_argNames
java.lang.String[] _argNames
-
_defValues
IExpression[] _defValues
-
_relativeSignature
java.lang.String _relativeSignature
-
_relativeSignatureSansBlock
java.lang.String _relativeSignatureSansBlock
-
-
-
Class gw.internal.gosu.parser.expressions.UnsupportedNumberTypeException extends java.lang.RuntimeException implements Serializable
-
-
Package gw.internal.gosu.parser.fragments
-
Class gw.internal.gosu.parser.fragments.GosuFragment extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamExceptionDeprecated.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_allTypesInHierarchy
java.util.Set<IType> _allTypesInHierarchy
Deprecated. -
_arrayType
LockingLazyVar<IType> _arrayType
Deprecated. -
_blocks
java.util.List<IGosuClass> _blocks
Deprecated. -
_discarded
boolean _discarded
Deprecated. -
_expression
IExpression _expression
Deprecated. -
_externalSymbols
java.util.HashMap<java.lang.String,ISymbol> _externalSymbols
Deprecated. -
_javaClass
LockingLazyVar<IJavaClassInfo> _javaClass
Deprecated. -
_name
java.lang.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
_annotation
AsmAnnotation _annotation
-
_owner
IJavaAnnotatedElement _owner
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaArrayClassInfo extends AbstractJavaClassInfo implements Serializable
-
Serialized Fields
-
_component
IJavaClassInfo _component
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaParameterizedType extends java.lang.Object implements Serializable
-
Serialized Fields
-
_args
IJavaClassType[] _args
-
_rawType
IJavaClassType _rawType
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotation extends JavaSourceType implements Serializable
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotationInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
_annotationTree
com.sun.source.tree.AnnotationTree _annotationTree
-
_gosuModule
IModule _gosuModule
-
_name
java.lang.String _name
-
_owner
IJavaAnnotatedElement _owner
-
_type
IJavaClassInfo _type
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotationMethod extends JavaSourceMethod implements Serializable
-
Serialized Fields
-
_defaultValue
JavaSourceDefaultValue _defaultValue
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceArrayType extends java.lang.Object implements Serializable
-
Serialized Fields
-
_componentType
IJavaClassType _componentType
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceClass extends JavaSourceType implements Serializable
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceConstructor extends JavaSourceMethod implements Serializable
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceDefaultConstructor extends java.lang.Object implements Serializable
-
Serialized Fields
-
_classInfo
IJavaClassInfo _classInfo
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceEnum extends JavaSourceType implements Serializable
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceEnumConstant extends JavaSourceField implements Serializable
-
Class gw.internal.gosu.parser.java.classinfo.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 extends JavaSourceType implements Serializable
-
Class gw.internal.gosu.parser.java.classinfo.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
_method
IJavaClassMethod _method
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourcePropertyDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
_deprecated
java.lang.Boolean _deprecated
-
_name
java.lang.String _name
-
_readMethod
IJavaClassMethod _readMethod
-
_type
IType _type
-
_writeMethod
IJavaClassMethod _writeMethod
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceType extends AbstractJavaClassInfo implements Serializable
-
Serialized Fields
-
_allFields
IJavaClassField[] _allFields
-
_cache
java.util.Map<java.lang.String,java.lang.Object> _cache
-
_compilationUnitTree
com.sun.source.tree.CompilationUnitTree _compilationUnitTree
-
_constructors
IJavaClassConstructor[] _constructors
-
_enclosingClass
JavaSourceType _enclosingClass
-
_enumConstants
java.lang.Object[] _enumConstants
-
_fields
IJavaClassField[] _fields
-
_fileHandle
ISourceFileHandle _fileHandle
-
_fullyQualifiedName
java.lang.String _fullyQualifiedName
-
_genericInterfaces
IJavaClassType[] _genericInterfaces
-
_genericSuperClass
IJavaClassType _genericSuperClass
-
_gosuModule
IModule _gosuModule
-
_importList
java.util.List<java.lang.String> _importList
-
_innerClasses
IJavaClassInfo[] _innerClasses
-
_interfaces
IJavaClassInfo[] _interfaces
-
_javaType
IType _javaType
-
_methodDescriptors
IJavaMethodDescriptor[] _methodDescriptors
-
_methods
IJavaClassMethod[] _methods
-
_modifiersList
JavaSourceModifierList _modifiersList
-
_namespace
java.lang.String _namespace
-
_propertyDescriptors
IJavaPropertyDescriptor[] _propertyDescriptors
-
_simpleName
java.lang.String _simpleName
-
_sourcePositions
com.sun.source.util.SourcePositions _sourcePositions
-
_staticImportList
java.util.List<java.lang.String> _staticImportList
-
_superClass
IJavaClassInfo _superClass
-
_typeDecl
com.sun.source.tree.ClassTree _typeDecl
-
_typeParameters
IJavaClassTypeVariable[] _typeParameters
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceTypeVariable extends java.lang.Object implements Serializable
-
Serialized Fields
-
_bounds
IJavaClassType[] _bounds
-
_name
java.lang.String _name
-
_owner
ITypeInfoResolver _owner
-
_typeParameter
com.sun.source.tree.TypeParameterTree _typeParameter
-
_variance
Variance _variance
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaSourceUnresolvedClass extends AbstractJavaClassInfo implements Serializable
-
Serialized Fields
-
_fileHandle
ISourceFileHandle _fileHandle
-
_gosuModule
IModule _gosuModule
-
_namespace
java.lang.String _namespace
-
_simpleName
java.lang.String _simpleName
-
-
-
Class gw.internal.gosu.parser.java.classinfo.JavaWildcardType extends java.lang.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
_enclosingClass
IJavaClassInfo _enclosingClass
-
_exceptions
IJavaClassInfo[] _exceptions
-
_modifiers
int _modifiers
-
_name
java.lang.String _name
-
_params
IJavaClassInfo[] _params
-
_returnClassInfo
IJavaClassInfo _returnClassInfo
-
_returnType
IJavaClassType _returnType
-
-
-
Class gw.internal.gosu.parser.java.classinfo.UnparseableSourceTypeVariable extends java.lang.Object implements Serializable
-
Serialized Fields
-
_owner
ITypeInfoResolver _owner
-
-
-
-
Package gw.internal.gosu.parser.types
-
Class gw.internal.gosu.parser.types.ConstructorType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_argTypes
IType[] _argTypes
-
_constructor
IConstructorInfo _constructor
-
_declaringType
IType _declaringType
-
-
-
-
Package gw.internal.gosu.properties
-
Class gw.internal.gosu.properties.PropertiesType extends TypeBase implements Serializable
-
Serialized Fields
-
_contentCached
java.lang.String _contentCached
-
_file
IFile _file
-
_fileHandle
ISourceFileHandle _fileHandle
-
_innerClasses
LockingLazyVar<java.util.List<IPropertiesType>> _innerClasses
-
_propertyNode
PropertyNode _propertyNode
-
_typeInfo
LockingLazyVar<PropertiesTypeInfo> _typeInfo
-
_typeLoader
PropertiesTypeLoader _typeLoader
-
-
-
-
Package gw.internal.gosu.template
-
Class gw.internal.gosu.template.GosuTemplateType extends GosuProgram implements Serializable
-
Serialized Fields
-
_gen
TemplateGenerator _gen
-
_modifierInfo
ModifierInfo _modifierInfo
-
-
-
-
Package gw.internal.gosu.util
-
Class gw.internal.gosu.util.LRUMap extends java.util.LinkedHashMap implements Serializable
-
Serialized Fields
-
_maxEntries
int _maxEntries
-
-
-
-
Package gw.lang.gosuc
-
Class gw.lang.gosuc.GosucDependency extends java.lang.Object implements Serializable
-
Serialized Fields
-
_exported
boolean _exported
-
_modName
java.lang.String _modName
-
-
-
Class gw.lang.gosuc.GosucModule extends java.lang.Object implements Serializable
-
Serialized Fields
-
_allSourceRoots
java.util.List<java.lang.String> _allSourceRoots
-
_backingSourcePath
java.util.List<java.lang.String> _backingSourcePath
-
_classpath
java.util.List<java.lang.String> _classpath
-
_dependencies
java.util.List<GosucDependency> _dependencies
-
_excludedRoots
java.util.List<java.lang.String> _excludedRoots
-
_name
java.lang.String _name
-
_outputPath
java.lang.String _outputPath
-
-
-
-
Package gw.lang.gosuc.simple
-
Class gw.lang.gosuc.simple.CompilerDriverException extends java.lang.RuntimeException implements Serializable
-
-
Package gw.lang.javac
-
Class gw.lang.javac.JavaCompileIssuesException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_errorHandler
javax.tools.DiagnosticCollector<javax.tools.JavaFileObject> _errorHandler
-
-
-
-
Package gw.lang.parser
-
Class gw.lang.parser.CICS extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
_hashCode
int _hashCode
-
_string
java.lang.String _string
-
_uniqueCode
int _uniqueCode
-
-
-
Class gw.lang.parser.EvaluationException extends IEvaluationException implements Serializable
-
Serialized Fields
-
_additionalDetails
java.lang.String _additionalDetails
-
-
-
Class gw.lang.parser.StandardScope extends java.util.HashMap<K extends java.lang.CharSequence,V extends ISymbol> implements Serializable
-
Serialized Fields
-
_activationContext
IActivationContext _activationContext
-
_csr
int _csr
-
-
-
-
Package gw.lang.parser.exceptions
-
Class gw.lang.parser.exceptions.DoesNotOverrideFunctionException extends ParseException implements Serializable
-
Class gw.lang.parser.exceptions.ErrantGosuClassException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_gsClass
IGosuClass _gsClass
-
-
-
Class gw.lang.parser.exceptions.IEvaluationException extends java.lang.RuntimeException implements Serializable
-
Class gw.lang.parser.exceptions.ImplicitCoercionError extends ParseException implements Serializable
-
Serialized Fields
-
_typeToCoerceTo
IType _typeToCoerceTo
-
-
-
Class gw.lang.parser.exceptions.ImplicitCoercionWarning extends ParseWarning implements Serializable
-
Serialized Fields
-
_typeToCoerceTo
IType _typeToCoerceTo
-
-
-
Class gw.lang.parser.exceptions.IncompatibleTypeException extends java.lang.RuntimeException implements Serializable
-
Class gw.lang.parser.exceptions.NoCtorFoundException extends ParseException implements Serializable
-
Class gw.lang.parser.exceptions.NotImplementedParseException extends ParseException implements Serializable
-
Serialized Fields
-
_funcType
IFunctionType _funcType
-
_gsClass
IGosuClass _gsClass
-
-
-
Class gw.lang.parser.exceptions.ObsoleteConstructorWarning extends ParseWarning implements Serializable
-
Class gw.lang.parser.exceptions.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
-
-
-
Class gw.lang.parser.exceptions.ParseIssue extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_lineNumber
java.lang.Integer _lineNumber
-
_lineOffset
java.lang.Integer _lineOffset
-
_messageArgs
java.lang.Object[] _messageArgs
-
_messageKey
ResourceKey _messageKey
-
_parentClass
IGosuClass _parentClass
-
_parentElement
IParsedElement _parentElement
-
_stateSource
java.lang.String _stateSource
-
_symbolTable
ISymbolTable _symbolTable
-
_tokenColumn
java.lang.Integer _tokenColumn
-
_tokenEnd
java.lang.Integer _tokenEnd
-
_tokenStart
java.lang.Integer _tokenStart
-
-
-
Class gw.lang.parser.exceptions.ParseResultsException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_ctxType
ICompilableType _ctxType
-
_parsedElement
IParsedElement _parsedElement
-
_parseExceptions
java.util.List<IParseIssue> _parseExceptions
-
_parseIssues
java.util.List<IParseIssue> _parseIssues
-
_parseWarnings
java.util.List<IParseIssue> _parseWarnings
-
-
-
Class gw.lang.parser.exceptions.ParseWarning extends ParseIssue implements Serializable
-
Class gw.lang.parser.exceptions.ParseWarningForDeprecatedMember extends ParseWarning implements Serializable
-
Class gw.lang.parser.exceptions.SymbolNotFoundException extends ParseException implements Serializable
-
Serialized Fields
-
_symbolName
java.lang.String _symbolName
-
-
-
Class gw.lang.parser.exceptions.WrongNumberOfArgsException extends ParseException implements Serializable
-
-
Package gw.lang.parser.template
-
Class gw.lang.parser.template.TemplateParseException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_args
java.lang.String[] _args
-
_column
int _column
-
_lineNumber
int _lineNumber
-
_offset
int _offset
-
_pe
ParseResultsException _pe
-
_reasonKey
ResourceKey _reasonKey
-
_strTemplateSource
java.lang.String _strTemplateSource
-
-
-
-
Package gw.lang.reflect
-
Class gw.lang.reflect.AbstractType extends java.lang.Object implements Serializable
-
Class gw.lang.reflect.DefaultArrayType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public final java.lang.Object readResolve()
-
-
Serialized Fields
-
_componentType
IType _componentType
-
_name
java.lang.String _name
-
-
-
Class gw.lang.reflect.DefaultNonLoadableArrayType extends DefaultArrayType implements Serializable
-
Class gw.lang.reflect.FunctionArrayType extends DefaultNonLoadableArrayType implements Serializable
-
Class gw.lang.reflect.FunctionType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.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
java.lang.String _strFunctionName
-
_typeVars
IGenericTypeVariable[] _typeVars
-
-
-
Class gw.lang.reflect.InnerClassCapableType extends AbstractType implements Serializable
-
Class gw.lang.reflect.ITypeRef extends java.lang.Object implements Serializable
-
Class gw.lang.reflect.NoReferenceFoundException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_type
IType _type
-
-
-
Class gw.lang.reflect.ParameterizedFunctionType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_genericFuncType
FunctionType _genericFuncType
-
_typeParams
IType[] _typeParams
-
-
-
Class gw.lang.reflect.ScriptabilityModifier extends java.lang.Object implements Serializable
-
Serialized Fields
-
_qualifiers
IScriptabilityModifier[] _qualifiers
-
_type
IVisibilityModifierType _type
-
-
-
Class gw.lang.reflect.StandardVisibilityModifierType extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
_bConstraint
boolean _bConstraint
-
_strName
java.lang.String _strName
-
-
-
Class gw.lang.reflect.TypeBase extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
-
-
Package gw.lang.reflect.gs
-
Package gw.lang.reflect.java
-
Class gw.lang.reflect.java.AbstractJavaClassInfo extends JavaSourceElement implements Serializable
-
Class gw.lang.reflect.java.ErrorJavaClassInfo extends java.lang.Object implements Serializable
-
-
Package gw.test
-
Class gw.test.MultiBreakException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_testBreakInfoList
java.util.List<TestBreakInfo> _testBreakInfoList
-
-
-
-
Package gw.util
-
Class gw.util.CaseInsensitiveSet extends java.util.AbstractSet<T extends java.lang.CharSequence> implements Serializable
-
Serialized Fields
-
_map
java.util.Map<T extends java.lang.CharSequence,java.lang.Object> _map
-
-
-
Class gw.util.CiHashMap extends java.util.AbstractMap<K extends java.lang.CharSequence,V> implements Serializable
-
Serialized Fields
-
_loadFactor
float _loadFactor
-
_modCount
int _modCount
-
_resizeThreshold
int _resizeThreshold
-
_size
int _size
-
_table
CiHashMap.Entry<K extends java.lang.CharSequence,V>[] _table
-
-
-
Class gw.util.CommandFailedException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_errorCode
int _errorCode
-
-
-
Class gw.util.GosuObjectUtil.Null extends java.lang.Object implements Serializable
- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Ensure singleton.
-
-
Class gw.util.LRUCache extends java.util.LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
-
Class gw.util.PredicatedSet extends java.util.HashSet<E> implements Serializable
-
Serialized Fields
-
_predicate
Predicate _predicate
-
-
-
Class gw.util.Rational extends java.lang.Number implements Serializable
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace()
-
-
Serialized Fields
-
_denominator
java.math.BigInteger _denominator
-
_numerator
java.math.BigInteger _numerator
-
_reduced
boolean _reduced
-
-
-
-
Package gw.util.concurrent
-
Class gw.util.concurrent.ConcurrentWeakHashMap extends java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundExceptionReconstitute the ConcurrentWeakHashMap instance from a stream (i.e., deserialize it).- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOExceptionSave 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.
- Throws:
java.io.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.
-
-