Package edu.cornell.cs.apl.viaduct.syntax.datatypes
Types
ClassNameStyle
Link copied to clipboard
The display style of ClassNames.
MethodName
Link copied to clipboard
An object method.
MethodNameStyle
Link copied to clipboard
The display style of MethodNames.
Modify
Link copied to clipboard
Applies a binary operator to the current value and the given argument, and sets the stored value to the result.
QueryName
Link copied to clipboard
A read-only method that returns information about the object without modifying it.
Set
Link copied to clipboard
Replaces the value stored at a given index in a container with a new value.
UpdateName
Link copied to clipboard
A write-only methods that modifies an object but returns no result.