- T - Class in high.mackenzie.autumn.util
-
This class provides commonly used static utility methods.
- TernaryConditionalExpression - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents the ternary conditional expression.
- TernaryConditionalExpression() - Constructor for class autumn.lang.compiler.ast.nodes.TernaryConditionalExpression
-
- test() - Method in class autumn.lang.compiler.Autumn
-
This method compiles the program, dynamically loads it,
and then executes the unit-tests contained therein.
- test() - Method in class autumn.lang.compiler.AutumnProject
-
This method dynamically compiles and then runs the unit-tests of a project.
- Test - Annotation Type in autumn.util.test
-
This type of annotation indicates that a function is a unit-test.
- TEST - Variable in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
-
- TestCase - Interface in autumn.util.test
-
An instance of this interface stores vital information regarding a single unit-test.
- Tester - Interface in autumn.util.test
-
An instance of this interface runs unit-tests on a group of modules.
- testFiles() - Method in class autumn.lang.compiler.AutumnProject
-
This method enumerates all the test-code files in the project.
- TestResult - Interface in autumn.util.test
-
An instance of this interface is the result of a single unit-test.
- TestResults - Interface in autumn.util.test
-
An instance of this interface contains the results of zero-or-more unit-tests.
- THROWABLE - Variable in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
-
- throwIndexOutOfBoundsException(int, int) - Static method in class autumn.lang.internals.Helpers
-
This method throws an index-out-of-bounds-exception when an index is out of bounds.
- thrown() - Method in interface autumn.util.test.TestResult
-
This method retrieves the exception that was thrown by the test-case.
- ThrowStatement - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents a throw statement.
- ThrowStatement() - Constructor for class autumn.lang.compiler.ast.nodes.ThrowStatement
-
- toAnnotation() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.CustomAnnotation
-
This method tries to return the annotation related to this type.
- toAnnotation() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IAnnotation
-
This method tries to return the annotation related to this type.
- toClass() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.ArrayType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.CustomDeclaredType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IArrayType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IClassType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IDeclaredType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IEnumType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IInterfaceType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IPrimitiveType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IReturnType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IVoidType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.PrimitiveType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.ReflectiveDeclaredType
-
This method tries to return the
java.lang.Class related to this type.
- toClass() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.VoidType
-
This method tries to return the
java.lang.Class related to this type.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.AddOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.AndOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.Annotation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.AnnotationDefinition
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.AnnotationList
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.AsOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.AssertStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.AssumeStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.BigDecimalDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.BigIntegerDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.BooleanDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.BranchStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.BreakStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ByteDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.CallMethodExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.CallStaticMethodExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.CharDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ClassDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ConcatOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ConditionalCase
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ContinueStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DelegateStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DesignDefinition
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DispatchExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DivideOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DocComment
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DocCommentLine
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DoubleDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DoUntilStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.DoWhileStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.Element
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ElementList
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.EnumDefinition
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.EqualsOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ExceptionDefinition
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ExceptionHandler
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ExpressionStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.FloatDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ForeachStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ForeverStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.FormalParameter
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.FormalParameterList
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ForStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.FunctionDefinition
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.FunctorDefinition
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.GetFieldExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.GetStaticFieldExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.GotoStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.GreaterThanOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.GreaterThanOrEqualsOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.IdentityEqualsOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.IdentityNotEqualsOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.IfStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ImpliesOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ImportDirective
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.InstanceOfExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.IntDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.IsOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.Label
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.LambdaStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.LessThanOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.LessThanOrEqualsOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.LetStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ListComprehensionExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ListExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.LocalsExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.LongDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.MarkerStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.Module
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ModuleDirective
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ModuloOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.MultiplyOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.Name
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.Namespace
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.NegateOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.NewExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.NopStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.NotEqualsOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.NotOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.NullCoalescingOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.NullDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.OnceExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.OrOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.PrognExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.RecurStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.RedoStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ReturnValueStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ReturnVoidStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.SequenceStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.SetFieldExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.SetStaticFieldExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ShortDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.SourceLocation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.StringDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.StructDefinition
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.SubtractOperation
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.TernaryConditionalExpression
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ThrowStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.TryCatchStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.TupleDefinition
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.TypeSpecifier
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.UntilStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.ValStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.Variable
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.VariableDatum
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.VarStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.WhenStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.WhileStatement
-
This method creates a map representation of this struct.
- toMap() - Method in class autumn.lang.compiler.ast.nodes.XorOperation
-
This method creates a map representation of this struct.
- TopoSorter<T> - Class in high.mackenzie.autumn.lang.compiler.utils
-
An instance of this class can sort a list of elements topologically.
- TopoSorter() - Constructor for class high.mackenzie.autumn.lang.compiler.utils.TopoSorter
-
- toString() - Method in class autumn.lang.compiler.ast.literals.AbstractNumericLiteral
-
This method returns a string representation of this literal.
- toString() - Method in class autumn.lang.compiler.ast.nodes.AddOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.AndOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.Annotation
- toString() - Method in class autumn.lang.compiler.ast.nodes.AnnotationDefinition
- toString() - Method in class autumn.lang.compiler.ast.nodes.AnnotationList
- toString() - Method in class autumn.lang.compiler.ast.nodes.AsOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.AssertStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.AssumeStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.BigDecimalDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.BigIntegerDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.BooleanDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.BranchStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.BreakStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.ByteDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.CallMethodExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.CallStaticMethodExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.CharDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.ClassDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.ConcatOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.ConditionalCase
- toString() - Method in class autumn.lang.compiler.ast.nodes.ContinueStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.DelegateStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.DesignDefinition
- toString() - Method in class autumn.lang.compiler.ast.nodes.DispatchExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.DivideOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.DocComment
- toString() - Method in class autumn.lang.compiler.ast.nodes.DocCommentLine
- toString() - Method in class autumn.lang.compiler.ast.nodes.DoubleDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.DoUntilStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.DoWhileStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.Element
- toString() - Method in class autumn.lang.compiler.ast.nodes.ElementList
- toString() - Method in class autumn.lang.compiler.ast.nodes.EnumDefinition
- toString() - Method in class autumn.lang.compiler.ast.nodes.EqualsOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.ExceptionDefinition
- toString() - Method in class autumn.lang.compiler.ast.nodes.ExceptionHandler
- toString() - Method in class autumn.lang.compiler.ast.nodes.ExpressionStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.FloatDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.ForeachStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.ForeverStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.FormalParameter
- toString() - Method in class autumn.lang.compiler.ast.nodes.FormalParameterList
- toString() - Method in class autumn.lang.compiler.ast.nodes.ForStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.FunctionDefinition
- toString() - Method in class autumn.lang.compiler.ast.nodes.FunctorDefinition
- toString() - Method in class autumn.lang.compiler.ast.nodes.GetFieldExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.GetStaticFieldExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.GotoStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.GreaterThanOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.GreaterThanOrEqualsOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.IdentityEqualsOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.IdentityNotEqualsOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.IfStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.ImpliesOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.ImportDirective
- toString() - Method in class autumn.lang.compiler.ast.nodes.InstanceOfExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.IntDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.IsOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.Label
- toString() - Method in class autumn.lang.compiler.ast.nodes.LambdaStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.LessThanOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.LessThanOrEqualsOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.LetStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.ListComprehensionExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.ListExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.LocalsExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.LongDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.MarkerStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.Module
- toString() - Method in class autumn.lang.compiler.ast.nodes.ModuleDirective
- toString() - Method in class autumn.lang.compiler.ast.nodes.ModuloOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.MultiplyOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.Name
- toString() - Method in class autumn.lang.compiler.ast.nodes.Namespace
- toString() - Method in class autumn.lang.compiler.ast.nodes.NegateOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.NewExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.NopStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.NotEqualsOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.NotOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.NullCoalescingOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.NullDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.OnceExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.OrOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.PrognExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.RecurStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.RedoStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.ReturnValueStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.ReturnVoidStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.SequenceStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.SetFieldExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.SetStaticFieldExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.ShortDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.SourceLocation
- toString() - Method in class autumn.lang.compiler.ast.nodes.StringDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.StructDefinition
- toString() - Method in class autumn.lang.compiler.ast.nodes.SubtractOperation
- toString() - Method in class autumn.lang.compiler.ast.nodes.TernaryConditionalExpression
- toString() - Method in class autumn.lang.compiler.ast.nodes.ThrowStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.TryCatchStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.TupleDefinition
- toString() - Method in class autumn.lang.compiler.ast.nodes.TypeSpecifier
- toString() - Method in class autumn.lang.compiler.ast.nodes.UntilStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.ValStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.Variable
- toString() - Method in class autumn.lang.compiler.ast.nodes.VariableDatum
- toString() - Method in class autumn.lang.compiler.ast.nodes.VarStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.WhenStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.WhileStatement
- toString() - Method in class autumn.lang.compiler.ast.nodes.XorOperation
- toString() - Method in class autumn.lang.compiler.errors.ErrorReport
- toString() - Method in class autumn.lang.internals.AbstractDefinedFunctor
- toString() - Method in class autumn.lang.internals.AbstractDelegate
- toString() - Method in class autumn.lang.internals.AbstractLambda
- toString() - Method in class autumn.lang.internals.AbstractRecord
-
This method creates a string representation of this object.
- toString() - Method in class autumn.lang.internals.ModuleDelegate
- toString() - Method in class autumn.lang.Local
- toString() - Method in interface autumn.lang.ModuleInfo
-
This method creates a string representation of the module.
- toString() - Method in interface autumn.lang.Record
-
This method creates a string representation of this object.
- toString() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.AbstractDeclaredType
-
This method returns the fully-qualified name of this type.
- toString() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.AbstractType
-
This method returns the fully-qualified name of this type.
- toString() - Method in interface high.mackenzie.autumn.lang.compiler.typesystem.design.IType
-
This method returns the fully-qualified name of this type.
- toString() - Method in class high.mackenzie.autumn.lang.compiler.typesystem.ReflectiveMethod
- toString() - Method in class high.mackenzie.autumn.lang.compiler.utils.CovarianceViolation
- toString() - Method in class high.mackenzie.autumn.lang.compiler.utils.GetterMethod
- toString() - Method in class high.mackenzie.autumn.lang.compiler.utils.SetterMethod
- TreeBuilder - Class in autumn.lang.compiler
-
Use an instance of this class when building the abstract-syntax-tree of a module.
- TreeBuilder() - Constructor for class autumn.lang.compiler.TreeBuilder
-
Sole Constructor.
- TryCatchStatement - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents a try-catch statement.
- TryCatchStatement() - Constructor for class autumn.lang.compiler.ast.nodes.TryCatchStatement
-
- TupleDefinition - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents the definition of an tuple-type.
- TupleDefinition() - Constructor for class autumn.lang.compiler.ast.nodes.TupleDefinition
-
- TupleDefinition - Annotation Type in autumn.lang.internals.annotations
-
This type of annotation indicates that a type was created from a tuple-definition.
- tuples() - Method in interface autumn.lang.ModuleInfo
-
This method creates a list containing the types of the tuples defined in the module.
- type() - Method in class autumn.lang.Local
-
This method retrieves the type of the variable.
- type() - Method in interface autumn.lang.ModuleInfo
-
This method retrieves the reflective type-system representation of the underlying module.
- type - Variable in class high.mackenzie.autumn.lang.compiler.compilers.ModuleCompiler
-
This will be assigned the type-system representation of the module.
- type - Variable in class high.mackenzie.autumn.lang.compiler.utils.Conversion
-
This is the type of values that the conversion method returns.
- type - Variable in class high.mackenzie.autumn.lang.compiler.utils.RecordAnalyzer
-
This is the type of the record that is being compiled.
- type() - Method in class high.mackenzie.autumn.lang.compiler.utils.RecordElement
-
This method determines the most specific type of the element.
- TypeCheckFailed - Exception in high.mackenzie.autumn.lang.compiler.compilers
-
This type of exception indicates that type-usage checking failed somewhere.
- TypeCheckFailed() - Constructor for exception high.mackenzie.autumn.lang.compiler.compilers.TypeCheckFailed
-
- TYPED_FUNCTOR - Variable in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
-
- TypedFunctor - Interface in autumn.lang
-
An instance of this interface is a functor that has typed formal-parameters and a return-type.
- typefactory() - Method in class high.mackenzie.autumn.lang.compiler.compilers.TypeSystem
-
This method gets the type-factory that is used to create and access types.
- TypeFactory - Class in high.mackenzie.autumn.lang.compiler.typesystem
-
An instance of this class is a concrete implementation of the ITypeFactory interface.
- TypeFactory() - Constructor for class high.mackenzie.autumn.lang.compiler.typesystem.TypeFactory
-
Constructor.
- TypeFactory(ClassLoader) - Constructor for class high.mackenzie.autumn.lang.compiler.typesystem.TypeFactory
-
Constructor.
- typeOf(String) - Method in class autumn.lang.LocalsMap
-
This method retrieves the static-type of a variable that is described herein.
- typeOf(Annotation) - Method in class high.mackenzie.autumn.lang.compiler.utils.AnnotationUtils
-
This method creates the type-system representation of an annotation from its AST node.
- typeOf(Class) - Method in class high.mackenzie.autumn.lang.compiler.utils.AnnotationUtils
-
This method creates the type-system representation of an annotation a Class object.
- types() - Method in class autumn.lang.internals.AbstractRecord
-
This method creates a new list containing the type of each element in this record.
- types() - Method in interface autumn.lang.ModuleInfo
-
This method creates a set containing all of the types that are declared inside of the module.
- types() - Method in interface autumn.lang.Record
-
This method creates a new list containing the type of each element in this record.
- typesOf(AnnotationList) - Method in class high.mackenzie.autumn.lang.compiler.utils.AnnotationUtils
-
This method gets the type representations of the annotations in an annotation-list.
- TypeSpecifier - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents a type-declaration.
- TypeSpecifier() - Constructor for class autumn.lang.compiler.ast.nodes.TypeSpecifier
-
- typesystem - Variable in class high.mackenzie.autumn.lang.compiler.compilers.ProgramCompiler
-
- TypeSystem - Class in high.mackenzie.autumn.lang.compiler.compilers
-
An instance of this class is the type-system in use by a compiler.
- TypeSystem(ClassLoader) - Constructor for class high.mackenzie.autumn.lang.compiler.compilers.TypeSystem
-
Sole Constructor.
- TypeSystemUtils - Class in high.mackenzie.autumn.lang.compiler.utils
-
This class provides commonly used functionality involving the processing of types.
- TypeSystemUtils(ITypeFactory) - Constructor for class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
-
Sole Constructor.