A B C D E F G H I J K L M N O P R S T U V W X Z 

R

raise(Throwable) - Static method in class autumn.util.F
 
range(int, int) - Static method in class autumn.util.F
 
range(int, int, int) - Static method in class autumn.util.F
 
range(int, int, int) - Static method in class high.mackenzie.autumn.util.T
This method creates an iterable that iterates over the integers in a discrete range.
readBytes(File) - Static method in class autumn.util.FileIO
This method reads a binary file into an array of bytes.
readLines(File) - Static method in class autumn.util.FileIO
This method reads all the lines of a text file into a list of strings.
readLines(File, Charset) - Static method in class autumn.util.FileIO
This method reads all the lines of a text file into a list of strings.
readln() - Static method in class autumn.util.F
 
readln() - Static method in class high.mackenzie.autumn.util.T
This method reads a line of text from standard-input.
readText(File) - Static method in class autumn.util.FileIO
This method reads a text file into a string.
readText(File, Charset) - Static method in class autumn.util.FileIO
This method reads a text file into a string.
recall(Object, Object) - Static method in class autumn.util.F
 
recall(Object, Object) - Static method in class high.mackenzie.autumn.util.T
 
Record - Interface in autumn.lang
An instance of this interface is a user-defined key-value mapping data-structure.
record - Variable in class high.mackenzie.autumn.lang.compiler.utils.RecordElement
This is a description of the record that contains the element.
RECORD - Variable in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
 
RecordAnalyzer - Class in high.mackenzie.autumn.lang.compiler.utils
An instance of this class represents the basic bytecode representation of a record.
RecordAnalyzer(IDeclaredType) - Constructor for class high.mackenzie.autumn.lang.compiler.utils.RecordAnalyzer
Sole Constructor.
RecordAnalyzer.Citizen - Interface in high.mackenzie.autumn.lang.compiler.utils
 
RecordAnalyzer.M - Interface in high.mackenzie.autumn.lang.compiler.utils
 
RecordAnalyzer.Person - Interface in high.mackenzie.autumn.lang.compiler.utils
 
RecordAnalyzer.S - Class in high.mackenzie.autumn.lang.compiler.utils
 
RecordAnalyzer.S() - Constructor for class high.mackenzie.autumn.lang.compiler.utils.RecordAnalyzer.S
 
RecordAnalyzer.Taxable - Interface in high.mackenzie.autumn.lang.compiler.utils
 
RecordElement - Class in high.mackenzie.autumn.lang.compiler.utils
An instance of this class represents an element in a record-type.
RecordElement(RecordAnalyzer, String) - Constructor for class high.mackenzie.autumn.lang.compiler.utils.RecordElement
Sole Constructor.
RecurStatement - Class in autumn.lang.compiler.ast.nodes
An instance of this class is an AST node that represents an explicit direct tail-call.
RecurStatement() - Constructor for class autumn.lang.compiler.ast.nodes.RecurStatement
 
RedoStatement - Class in autumn.lang.compiler.ast.nodes
An instance of this class is an AST node that represents a redo-statement.
RedoStatement() - Constructor for class autumn.lang.compiler.ast.nodes.RedoStatement
 
reduce(Iterable, Function2) - Static method in class high.mackenzie.autumn.util.T
 
ReflectiveConstructor - Class in high.mackenzie.autumn.lang.compiler.typesystem
An instance of this class represents a previously compiled constructor.
ReflectiveConstructor(ITypeFactory, Constructor) - Constructor for class high.mackenzie.autumn.lang.compiler.typesystem.ReflectiveConstructor
Sole Constructor.
ReflectiveDeclaredType - Class in high.mackenzie.autumn.lang.compiler.typesystem
An instance of this class is the type of an annotation, class, enum, or interface that was already into a java.lang.ClassLoader.
ReflectiveDeclaredType(ITypeFactory, Class) - Constructor for class high.mackenzie.autumn.lang.compiler.typesystem.ReflectiveDeclaredType
Sole Constructor.
ReflectiveField - Class in high.mackenzie.autumn.lang.compiler.typesystem
An instance of this class represents a field.
ReflectiveField(ITypeFactory, Field) - Constructor for class high.mackenzie.autumn.lang.compiler.typesystem.ReflectiveField
Sole Constructor.
ReflectiveFormalParameter - Class in high.mackenzie.autumn.lang.compiler.typesystem
An instance of this class represents a previously compiled formal-parameter.
ReflectiveFormalParameter(ITypeFactory, Annotation[], Class) - Constructor for class high.mackenzie.autumn.lang.compiler.typesystem.ReflectiveFormalParameter
Sole Constructor.
ReflectiveMethod - Class in high.mackenzie.autumn.lang.compiler.typesystem
An instance of this class represents a previously compiled method.
ReflectiveMethod(ITypeFactory, Method) - Constructor for class high.mackenzie.autumn.lang.compiler.typesystem.ReflectiveMethod
Sole Constructor.
remember(Object, Object, Object) - Static method in class autumn.util.F
 
remember(Object, Object, Object) - Static method in class high.mackenzie.autumn.util.T
 
removeWS(ITreeNode) - Static method in class high.mackenzie.autumn.lang.compiler.parser.Utils
 
RepeatedNodeException - Exception in autumn.lang.compiler.exceptions
This type of exception indicates that a node occurs more than once in an Abstract Syntax Tree.
RepeatedNodeException(IConstruct) - Constructor for exception autumn.lang.compiler.exceptions.RepeatedNodeException
Sole Constructor.
reporter - Variable in class high.mackenzie.autumn.lang.compiler.compilers.ProgramCompiler
 
reporter1() - Method in class autumn.lang.compiler.errors.CoupledErrorReporter
This method retrieves the first error-reporter.
reporter2() - Method in class autumn.lang.compiler.errors.CoupledErrorReporter
This method retrieves the second error-reporter.
reportFailedCheck(ErrorReport) - Method in class autumn.lang.compiler.errors.BasicErrorReporter
This method reports that a static-check failed.
reportFailedCheck(ErrorReport) - Method in class autumn.lang.compiler.errors.CoupledErrorReporter
This method reports that a static-check failed.
reportFailedCheck(ErrorReport) - Method in interface autumn.lang.compiler.errors.IErrorReporter
This method reports that a static-check failed.
reports() - Method in class autumn.lang.compiler.errors.BasicErrorReporter
This method returns a list containing the error-reports that have been reported already.
reportSyntaxError(URL, int, int) - Method in class autumn.lang.compiler.errors.BasicErrorReporter
This method reports that the parsing of a module failed.
reportSyntaxError(URL, int, int) - Method in class autumn.lang.compiler.errors.CoupledErrorReporter
This method reports that the parsing of a module failed.
reportSyntaxError(URL, int, int) - Method in interface autumn.lang.compiler.errors.IErrorReporter
This method reports that the parsing of a module failed.
requireNonNull(Object) - Static method in class autumn.lang.internals.Helpers
This method ensures that its argument is not null.
reset(Record) - Static method in class autumn.util.F
 
resolveClassType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
resolveCtors(IDeclaredType, IDeclaredType, List<? extends IType>) - Method in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
This method resolves a constructor.
resolveDeclaredType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
resolveDefinedFunctorType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
resolveDesignType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
resolveField(IDeclaredType, IDeclaredType, String) - Method in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
This method resolves a non-static field.
resolveInterfaceType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
resolveMethods(IDeclaredType, IDeclaredType, String, List<? extends IType>) - Method in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
This method resolves a non-static method.
resolveModuleType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
resolveReferenceType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
resolveReturnType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
resolveStaticField(IDeclaredType, IDeclaredType, String) - Method in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
This method resolves a static field.
resolveStaticMethods(IDeclaredType, IDeclaredType, String, List<? extends IType>) - Method in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
This method resolves a static method.
resolveVariableType(TypeSpecifier) - Method in class high.mackenzie.autumn.lang.compiler.compilers.Importer
This method retrieves the type that is specified by a type-specifier.
result(boolean) - Method in interface high.mackenzie.autumn.resources.dev.AsyncTask
This method attempts to retrieve the result of this task.
results() - Method in interface autumn.util.test.TestResults
This method converts this object to a list.
rethrow(Throwable) - Static method in class autumn.util.F
 
rethrow(Throwable) - Static method in class high.mackenzie.autumn.util.T
This method rethrows an exception quietly.
returns - Variable in class high.mackenzie.autumn.lang.compiler.utils.GetterMethod
This is the type of value that the getter returns.
returns - Variable in class high.mackenzie.autumn.lang.compiler.utils.SetterMethod
This is the type of the type of record returned by the setter method.
returnType() - Method in interface autumn.lang.DefinedFunctor
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in interface autumn.lang.Delegate
This method retrieves the return-type of the the method that is invoked by this delegate.
returnType() - Method in class autumn.lang.internals.ModuleDelegate
This method retrieves the return-type of the the method that is invoked by this delegate.
returnType() - Method in interface autumn.lang.TypedFunctor
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Action
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function0
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function1
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function2
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function3
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function4
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function5
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function6
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function7
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function8
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Function9
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Ordering
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.Predicate
This method retrieves the type of the value that is returned by this functor.
returnType() - Method in class autumn.util.functors.ProxyHandler
This method retrieves the type of the value that is returned by this functor.
ReturnValueStatement - Class in autumn.lang.compiler.ast.nodes
An instance of this class is an AST node that represents a return-value statement.
ReturnValueStatement() - Constructor for class autumn.lang.compiler.ast.nodes.ReturnValueStatement
 
ReturnVoidStatement - Class in autumn.lang.compiler.ast.nodes
An instance of this class is an AST node that represents a return-void statement.
ReturnVoidStatement() - Constructor for class autumn.lang.compiler.ast.nodes.ReturnVoidStatement
 
run(String[]) - Method in class autumn.lang.compiler.Autumn
This method compiles the program, dynamically loads it, and then runs it.
run(Iterable<String>) - Method in class autumn.lang.compiler.Autumn
This method compiles the program, dynamically loads it, and then runs it.
run(String[]) - Method in class autumn.lang.compiler.AutumnProject
This method dynamically compiles and then runs a project.
run() - Method in class autumn.util.functors.Action
This method invokes the inner functor.
run() - Method in interface autumn.util.test.Tester
This method causes the previously specified modules to be unit-tested.
run() - Method in class autumn.util.test.UnitTester
This method causes the previously specified modules to be unit-tested.
run() - Method in interface high.mackenzie.autumn.resources.dev.AsyncTask
This method makes this task runnable and then immediately returns.
A B C D E F G H I J K L M N O P R S T U V W X Z