|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package polyglot.ast |
|---|
| Class polyglot.ast.Assign.Operator extends Enum implements Serializable |
|---|
| Serialized Fields |
|---|
Binary.Operator binOp
| Class polyglot.ast.Binary.Operator extends Enum implements Serializable |
|---|
| Serialized Fields |
|---|
Precedence prec
| Class polyglot.ast.Branch.Kind extends Enum implements Serializable |
|---|
| Class polyglot.ast.ConstructorCall.Kind extends Enum implements Serializable |
|---|
| Class polyglot.ast.FloatLit.Kind extends Enum implements Serializable |
|---|
| Class polyglot.ast.Import.Kind extends Enum implements Serializable |
|---|
| Class polyglot.ast.IntLit.Kind extends Enum implements Serializable |
|---|
| Class polyglot.ast.Precedence extends Enum implements Serializable |
|---|
| Serialized Fields |
|---|
int value
| Class polyglot.ast.Special.Kind extends Enum implements Serializable |
|---|
| Class polyglot.ast.Unary.Operator extends Enum implements Serializable |
|---|
| Serialized Fields |
|---|
boolean prefix
java.lang.String name
| Package polyglot.ext.param.types |
|---|
| Class polyglot.ext.param.types.MuPClass_c extends PClass_c implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> formals
ClassType clazz
| Class polyglot.ext.param.types.PClass_c extends TypeObject_c implements Serializable |
|---|
| Class polyglot.ext.param.types.Subst_c extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
java.util.Map<K,V> subst
| Class polyglot.ext.param.types.SubstClassType_c extends ClassType_c implements Serializable |
|---|
| Serialized Fields |
|---|
ClassType base
Subst subst
| Package polyglot.frontend |
|---|
| Class polyglot.frontend.CyclicDependencyException extends java.lang.Exception implements Serializable |
|---|
| Class polyglot.frontend.MissingDependencyException extends SchedulerException implements Serializable |
|---|
| Serialized Fields |
|---|
Goal goal
boolean prerequisite
| Class polyglot.frontend.SchedulerException extends java.lang.RuntimeException implements Serializable |
|---|
| Package polyglot.main |
|---|
| Class polyglot.main.Main.TerminationException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
int exitCode
| Class polyglot.main.UsageError extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
int exitCode
| Package polyglot.pth |
|---|
| Class polyglot.pth.TestResult extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String testName
java.util.Date dateTestRun
java.util.Date dateLastSuccess
boolean testRunSucessful
java.lang.String failureMessage
| Class polyglot.pth.TestSuiteResult extends TestResult implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Map<K,V> testResults
| Package polyglot.qq |
|---|
| Class polyglot.qq.QQError extends InternalCompilerError implements Serializable |
|---|
| Package polyglot.types |
|---|
| Class polyglot.types.ArrayType_c extends ReferenceType_c implements Serializable |
|---|
| Serialized Fields |
|---|
Type base
java.util.List<E> fields
java.util.List<E> methods
java.util.List<E> interfaces
| Class polyglot.types.BadSerializationException extends SemanticException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String className
| Class polyglot.types.ClassType_c extends ReferenceType_c implements Serializable |
|---|
| Serialized Fields |
|---|
ClassType decl
| Class polyglot.types.ClassType.Kind extends Enum implements Serializable |
|---|
| Class polyglot.types.ConstructorInstance_c extends ProcedureInstance_c implements Serializable |
|---|
| Serialized Fields |
|---|
ConstructorInstance decl
| Class polyglot.types.Context_c.Kind extends Enum implements Serializable |
|---|
| Class polyglot.types.FieldInstance_c extends VarInstance_c implements Serializable |
|---|
| Serialized Fields |
|---|
ReferenceType container
| Class polyglot.types.Flags extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Set<E> flags
| Class polyglot.types.InitializerInstance_c extends TypeObject_c implements Serializable |
|---|
| Serialized Fields |
|---|
ClassType container
Flags flags
| Class polyglot.types.LocalInstance_c extends VarInstance_c implements Serializable |
|---|
| Class polyglot.types.MethodInstance_c extends ProcedureInstance_c implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
Type returnType
MethodInstance decl
| Class polyglot.types.NoClassException extends SemanticException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String className
| Class polyglot.types.NoMemberException extends SemanticException implements Serializable |
|---|
| Serialized Fields |
|---|
int kind
| Class polyglot.types.NullType_c extends Type_c implements Serializable |
|---|
| Class polyglot.types.Package_c extends TypeObject_c implements Serializable |
|---|
| Serialized Fields |
|---|
Package prefix
java.lang.String name
java.lang.String fullname
Package decl
| Class polyglot.types.ParsedClassType_c extends ClassType_c implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
Type superType
java.util.List<E> interfaces
java.util.List<E> methods
java.util.List<E> fields
java.util.List<E> constructors
Package package_
Flags flags
ClassType.Kind kind
java.lang.String name
ClassType outer
boolean inStaticContext
boolean needSerialization
boolean membersAdded
boolean supertypesResolved
boolean signaturesResolved
| Class polyglot.types.PlaceHolder_c extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
| Class polyglot.types.PrimitiveType_c extends Type_c implements Serializable |
|---|
| Serialized Fields |
|---|
PrimitiveType.Kind kind
| Class polyglot.types.PrimitiveType.Kind extends Enum implements Serializable |
|---|
| Class polyglot.types.ProcedureInstance_c extends TypeObject_c implements Serializable |
|---|
| Serialized Fields |
|---|
ReferenceType container
Flags flags
java.util.List<E> formalTypes
java.util.List<E> throwTypes
| Class polyglot.types.ReferenceType_c extends Type_c implements Serializable |
|---|
| Class polyglot.types.SemanticException extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
Position position
| Class polyglot.types.SourceLoadException extends NoClassException implements Serializable |
|---|
| Serialized Fields |
|---|
Job job
| Class polyglot.types.Type_c extends TypeObject_c implements Serializable |
|---|
| Class polyglot.types.TypeObject_c extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
Position position
| Class polyglot.types.UnavailableTypeException extends SchedulerException implements Serializable |
|---|
| Serialized Fields |
|---|
Job job
Position position
| Class polyglot.types.UnknownPackage_c extends Package_c implements Serializable |
|---|
| Class polyglot.types.UnknownQualifier_c extends TypeObject_c implements Serializable |
|---|
| Class polyglot.types.UnknownType_c extends Type_c implements Serializable |
|---|
| Class polyglot.types.VarInstance_c extends TypeObject_c implements Serializable |
|---|
| Serialized Fields |
|---|
Flags flags
Type type
java.lang.String name
java.lang.Object constantValue
boolean isConstant
boolean constantValueSet
VarInstance decl
| Package polyglot.util |
|---|
| Class polyglot.util.CannotResolvePlaceHolderException extends java.lang.Exception implements Serializable |
|---|
| Class polyglot.util.Enum extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
| Class polyglot.util.ErrorLimitError extends java.lang.RuntimeException implements Serializable |
|---|
| Class polyglot.util.InternalCompilerError extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
Position pos
| Class polyglot.util.Position extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -4588386982624074261L
| Serialized Fields |
|---|
java.lang.String path
java.lang.String file
int line
int column
int endLine
int endColumn
int offset
int endOffset
| Class polyglot.util.TypedList extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1390984392613203018L
| Serialized Fields |
|---|
java.lang.Class<T> allowed_type
boolean immutable
java.util.List<E> backing_list
| Package polyglot.visit |
|---|
| Class polyglot.visit.CFGBuildError extends InternalCompilerError implements Serializable |
|---|
| Package ppg |
|---|
| Class ppg.PPGError extends java.lang.Throwable implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String filename
java.lang.String error
int line
| Package ppg.lex |
|---|
| Class ppg.lex.LexicalError extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String filename
int lineNumber
java.lang.String message
| Package ppg.parse |
|---|
| Class ppg.parse.ParserError extends java.lang.Exception implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String errorMessage
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||