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

B

b - Variable in class util.Pair
The second element of the pair.
b - Variable in class util.Triple
The second element of the triple.
backup(int) - Method in class parser.SimpleCharStream
 
backward(Iterator<T>) - Static method in class util.Functional
Iterate over a given iterator backwards.
backward(List<T>) - Static method in class util.Functional
Iterate over a given list backwards.
backward(Iterable<T>) - Static method in class util.Functional
Iterate over a given iterable backwards.
BadAttributeException - Exception in errors
Abstract superclass for errors caused by attributes.
BadAttributeException(String, Widget, String) - Constructor for exception errors.BadAttributeException
 
BadAttributeNameException - Exception in errors
An unrecognized attribute name.
BadAttributeNameException(Widget, String) - Constructor for exception errors.BadAttributeNameException
 
BadAttributeValueException - Exception in errors
An invalid attribute value.
BadAttributeValueException(Widget, String, String) - Constructor for exception errors.BadAttributeValueException
 
BadAttributeValueException(String, Widget, String, String) - Constructor for exception errors.BadAttributeValueException
 
BadAttributeValueException(Widget, String, Collection<String>) - Constructor for exception errors.BadAttributeValueException
 
BadAttributeValueException(String, Widget, String, Collection<String>) - Constructor for exception errors.BadAttributeValueException
 
BadChildWidgetException - Exception in errors
BadChildWidgetException is thrown when there is an illegal child.
BadChildWidgetException(Widget, Widget) - Constructor for exception errors.BadChildWidgetException
Report an erroneous child widget for a given widget.
BadChildWidgetException(Widget, String) - Constructor for exception errors.BadChildWidgetException
Report an erroneus widget type for the child of a given widget.
BadChildWidgetException(Widget) - Constructor for exception errors.BadChildWidgetException
Report that a given widget cannot have any children.
BadLanguageDefinitionException - Exception in errors
Exception thrown in the event of a runtime error in a language definition.
BadLanguageDefinitionException(String) - Constructor for exception errors.BadLanguageDefinitionException
 
BadOptionException - Exception in errors
Abstract superclass for errors caused by options.
BadOptionException(String, int, String) - Constructor for exception errors.BadOptionException
 
BadOptionNameException - Exception in errors
An unrecognized attribute name.
BadOptionNameException(int, String) - Constructor for exception errors.BadOptionNameException
 
BadOptionValueException - Exception in errors
An invalid attribute value.
BadOptionValueException(int, String, String) - Constructor for exception errors.BadOptionValueException
 
BadOptionValueException(String, int, String, String) - Constructor for exception errors.BadOptionValueException
 
BadWidgetDefinitionException - Exception in errors
An error caused by some kind of bug in our library code.
BadWidgetDefinitionException(Throwable) - Constructor for exception errors.BadWidgetDefinitionException
 
BadWidgetDefinitionException(String) - Constructor for exception errors.BadWidgetDefinitionException
 
BadWidgetDefinitionException(String, Throwable) - Constructor for exception errors.BadWidgetDefinitionException
 
BadWidgetTypeException - Exception in errors
Checked exception thrown when a .gui file declares a widget of an unknown type or an abstract widget type (which is not a user-visible feature).
BadWidgetTypeException(Widget) - Constructor for exception errors.BadWidgetTypeException
 
BadWidgetTypeException(String, Widget) - Constructor for exception errors.BadWidgetTypeException
 
BareString() - Method in class parser.Parser
 
BARESTRING - Static variable in interface parser.ParserConstants
 
beginBlock(String) - Method in class output.java.CodeBuilder
Begin building some kind of code block within a method.
beginBlock(String, Object...) - Method in class output.java.CodeBuilder
Call beginBlock(String.format(fmt, args)).
beginClass(String) - Method in class output.java.CodeBuilder
Begin building a class (or interface or enum).
beginClass(String, Object...) - Method in class output.java.CodeBuilder
Call beginClass(String.format(fmt, args)).
beginColumn - Variable in class parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginComment() - Method in class output.java.CodeBuilder
Begin building a multi-line comment.
beginJavaDoc() - Method in class output.java.CodeBuilder
Begin building a JavaDoc comment.
beginLine - Variable in class parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginMethod(String) - Method in class output.java.CodeBuilder
Begin building a method (or constructor).
beginMethod(String, Object...) - Method in class output.java.CodeBuilder
Call beginMethod(String.format(fmt, args)).
beginStaticBlock() - Method in class output.java.CodeBuilder
Begin building a static block for a class.
BeginToken() - Method in class parser.SimpleCharStream
 
boolStrings - Static variable in class types.GUIAttributes
A mapping of acceptible string values for Boolean attributes to their Boolean values.
BorderLayout - Class in lib.java
 
BorderLayout(Widget, WidgetDef) - Constructor for class lib.java.BorderLayout
 
bottomRow - Variable in class learningTool.LearningToolGUI
 
BRACE_CLOSE - Static variable in interface parser.ParserConstants
 
BRACE_OPEN - Static variable in interface parser.ParserConstants
 
bufcolumn - Variable in class parser.SimpleCharStream
 
buffer - Variable in class parser.SimpleCharStream
 
bufline - Variable in class parser.SimpleCharStream
 
bufpos - Variable in class parser.SimpleCharStream
 
buildCollection(C) - Static method in class util.Builders
Build a collection in one line of code.
Builders - Class in util
Utility methods for specifying data concisely in code.
Builders() - Constructor for class util.Builders
 
Builders.Builder<C> - Interface in util
An object with methods that add to a collection and can be chained together.
Builders.CollectionBuilder<E,C extends Collection<?>> - Interface in util
The return type of Builders.buildCollection(C).
Builders.MapBuilder<K,V,C extends Map<?,?>> - Interface in util
The return type of Builders.buildMap(C).
Builders.MultiMapBuilder<K,V,C extends Map<?,?>> - Interface in util
The return type of Builders.buildMultiMap(C).
buildMap(C) - Static method in class util.Builders
Build a map in one line of code.
buildMultiMap(C) - Static method in class util.Builders
Build a map from things to immutable lists in one line of code.
buildParser(Class<Opt>) - Static method in class util.CommandLineParser
Construct a parser for the given command-line option specifications.
Button - Class in lib.java
Button Definition for a Java button.
Button(Widget, WidgetDef) - Constructor for class lib.java.Button
 
buttonBar - Variable in class learningTool.LearningToolGUI
 
buttonRow - Variable in class learningTool.LearningToolGUI
 

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