Serialized Form
-
Package gw.lang.gosuc
-
Class gw.lang.gosuc.GosucDependency extends Object implements Serializable
-
Serialized Fields
-
_exported
boolean _exported
-
_modName
String _modName
-
-
-
Class gw.lang.gosuc.GosucModule extends Object implements Serializable
-
-
Package gw.lang.gosuc.simple
-
Class gw.lang.gosuc.simple.CompilerDriverException extends RuntimeException implements Serializable
-
-
Package gw.lang.javac
-
Class gw.lang.javac.JavaCompileIssuesException extends RuntimeException implements Serializable
-
Serialized Fields
-
_errorHandler
DiagnosticCollector<JavaFileObject> _errorHandler
-
-
-
-
Package gw.lang.parser
-
Class gw.lang.parser.CICS extends Object implements Serializable
-
Class gw.lang.parser.StandardScope extends HashMap<K extends 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 RuntimeException implements Serializable
-
Serialized Fields
-
_gsClass
IGosuClass _gsClass
-
-
-
Class gw.lang.parser.exceptions.IEvaluationException extends 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 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 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
-
-
-
Class gw.lang.parser.exceptions.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
-
-
-
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
String _symbolName
-
-
-
Class gw.lang.parser.exceptions.WrongNumberOfArgsException extends ParseException implements Serializable
-
-
Package gw.lang.parser.template
-
Class gw.lang.parser.template.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 extends Object implements Serializable
-
Class gw.lang.reflect.DefaultArrayType extends AbstractType implements Serializable
-
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 Object readResolve() throws ObjectStreamException
- 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 extends AbstractType implements Serializable
-
Class gw.lang.reflect.ITypeRef extends Object implements Serializable
-
Class gw.lang.reflect.NoReferenceFoundException extends RuntimeException implements Serializable
-
Serialized Fields
-
_type
IType _type
-
-
-
Class gw.lang.reflect.ParameterizedFunctionType extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_genericFuncType
FunctionType _genericFuncType
-
_typeParams
IType[] _typeParams
-
-
-
Class gw.lang.reflect.ScriptabilityModifier extends Object implements Serializable
-
Serialized Fields
-
_qualifiers
IScriptabilityModifier[] _qualifiers
-
_type
IVisibilityModifierType _type
-
-
-
Class gw.lang.reflect.StandardVisibilityModifierType extends Object implements Serializable
-
Serialization Methods
-
readResolve
public Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_bConstraint
boolean _bConstraint
-
_strName
String _strName
-
-
-
Class gw.lang.reflect.TypeBase extends AbstractType implements Serializable
-
Serialization Methods
-
readResolve
public Object readResolve() throws ObjectStreamException
- Throws:
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 Object implements Serializable
-
-
Package gw.util
-
Class gw.util.CaseInsensitiveSet extends AbstractSet<T extends CharSequence> implements Serializable
-
Serialized Fields
-
_map
Map<T extends CharSequence,Object> _map
-
-
-
Class gw.util.CiHashMap extends AbstractMap<K extends CharSequence,V> implements Serializable
-
Serialized Fields
-
_loadFactor
float _loadFactor
-
_modCount
int _modCount
-
_resizeThreshold
int _resizeThreshold
-
_size
int _size
-
_table
gw.util.CiHashMap.Entry<K extends CharSequence,V>[] _table
-
-
-
Class gw.util.CommandFailedException extends RuntimeException implements Serializable
-
Serialized Fields
-
_errorCode
int _errorCode
-
-
-
Class gw.util.GosuObjectUtil.Null extends Object implements Serializable
- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
private Object readResolve()
Ensure singleton.
-
-
Class gw.util.LRUCache extends LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
-
Class gw.util.PredicatedSet extends HashSet<E> implements Serializable
-
Serialized Fields
-
_predicate
Predicate _predicate
-
-
-
Class gw.util.Rational extends Number implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
-
-
Serialized Fields
-
_denominator
BigInteger _denominator
-
_numerator
BigInteger _numerator
-
_reduced
boolean _reduced
-
-
-
-
Package gw.util.concurrent
-
Class gw.util.concurrent.ConcurrentWeakHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute the ConcurrentWeakHashMap instance from a stream (i.e., deserialize it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
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.
- 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
gw.util.concurrent.ConcurrentWeakHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-