- WhenStatement - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents a when statement.
- WhenStatement() - Constructor for class autumn.lang.compiler.ast.nodes.WhenStatement
-
- WhileStatement - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents a while-loop style statement.
- WhileStatement() - Constructor for class autumn.lang.compiler.ast.nodes.WhileStatement
-
- widestType(T, T) - Method in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
-
This method determines which of two types is the widest type.
- writeBytes(File, byte[]) - Static method in class autumn.util.FileIO
-
This method sets the contents of a binary file.
- writeLines(File, Iterable<? extends CharSequence>, Charset) - Static method in class autumn.util.FileIO
-
This method sets the contents of a text file.
- writeText(File, CharSequence) - Static method in class autumn.util.FileIO
-
This method sets the contents of a text file.
- writeText(File, CharSequence, Charset) - Static method in class autumn.util.FileIO
-
This method sets the contents of a text file.