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

L

label() - Method in class g2d.graph.java_cup.production_part
Optional label for referring to the part within an action (null for no label).
lalr_item - Class in g2d.graph.java_cup
This class represents an LALR item.
lalr_item(production, int, terminal_set) - Constructor for class g2d.graph.java_cup.lalr_item
Full constructor.
lalr_item(production, terminal_set) - Constructor for class g2d.graph.java_cup.lalr_item
Constructor with default position (dot at start).
lalr_item(production) - Constructor for class g2d.graph.java_cup.lalr_item
Constructor with default position and empty lookahead set.
lalr_item_set - Class in g2d.graph.java_cup
This class represents a set of LALR items.
lalr_item_set() - Constructor for class g2d.graph.java_cup.lalr_item_set
Constructor for an empty set.
lalr_item_set(lalr_item_set) - Constructor for class g2d.graph.java_cup.lalr_item_set
Constructor for cloning from another set.
lalr_state - Class in g2d.graph.java_cup
This class represents a state in the LALR viable prefix recognition machine.
lalr_state(lalr_item_set) - Constructor for class g2d.graph.java_cup.lalr_state
Constructor for building a state from a set of items.
lalr_transition - Class in g2d.graph.java_cup
This class represents a transition in an LALR viable prefix recognition machine.
lalr_transition(symbol, lalr_state, lalr_transition) - Constructor for class g2d.graph.java_cup.lalr_transition
Full constructor.
lalr_transition(symbol, lalr_state) - Constructor for class g2d.graph.java_cup.lalr_transition
Constructor with null next.
LBRACE - Static variable in class g2d.graph.sym
 
LBRACK - Static variable in class g2d.graph.java_cup.sym
 
left - Static variable in class g2d.graph.java_cup.assoc
 
left - Variable in class g2d.graph.java_cup.runtime.Symbol
The data passed to parser
LEFT - Static variable in class g2d.graph.java_cup.sym
 
length() - Method in class g2d.glyph.GlyphList
Obtain the current number of glyphish things in this list.
length() - Method in class g2d.jlambda.List
The length, or number of elements, in this list.
lexer - Class in g2d.graph.java_cup
This class implements a small scanner (aka lexical analyzer or lexer) for the JavaCup specification.
lhs() - Method in class g2d.graph.java_cup.production
The left hand side non-terminal.
lineno - Variable in class g2d.jlambda.Code
 
List - Class in g2d.jlambda
Nearest thing to a Lisp List I have come up with so far.
List() - Constructor for class g2d.jlambda.List
Creates a new empty list.
List(Object, List) - Constructor for class g2d.jlambda.List
Adds a new element onto an existing list.
List(Collection) - Constructor for class g2d.jlambda.List
Creates a new list from the given Collection.
List(Object[]) - Constructor for class g2d.jlambda.List
Creates a new list from the given object array.
list() - Static method in class g2d.jlambda.List
A static convenience method, that creates new empty lists.
list(Object) - Static method in class g2d.jlambda.List
A static convenience method, that creates a new singleton list.
list(Object, Object) - Static method in class g2d.jlambda.List
A static convenience method, that creates a new list with two elements.
list(Object, Object, Object) - Static method in class g2d.jlambda.List
A static convenience method, that creates a new list with two elements.
lock() - Method in class g2d.util.Mutex
 
longValue - Variable in class g2d.util.Variable
 
lookahead() - Method in class g2d.graph.java_cup.lalr_item
The lookahead symbols of the item.
lookahead - Variable in class g2d.graph.java_cup.runtime.lr_parser
Lookahead Symbols used for attempting error recovery "parse aheads".
lookahead_pos - Variable in class g2d.graph.java_cup.runtime.lr_parser
Position in lookahead input buffer used for "parse ahead".
lookahead_visible() - Method in class g2d.graph.java_cup.lalr_item
Determine if everything from the symbol one beyond the dot all the way to the end of the right hand side is nullable.
looks_nullable() - Method in class g2d.graph.java_cup.non_terminal
Test to see if this non terminal currently looks nullable.
lookupClass(String) - Method in class g2d.jlambda.ClassLookupCont
 
loop() - Static method in class g2d.util.Bugs
 
lr_item_core - Class in g2d.graph.java_cup
The "core" of an LR item.
lr_item_core(production, int) - Constructor for class g2d.graph.java_cup.lr_item_core
Full constructor.
lr_item_core(production) - Constructor for class g2d.graph.java_cup.lr_item_core
Constructor for dot at start of right hand side.
lr_parser - Class in g2d.graph.java_cup.runtime
This class implements a skeleton table driven LR parser.
lr_parser() - Constructor for class g2d.graph.java_cup.runtime.lr_parser
Simple constructor.
lr_parser(Scanner) - Constructor for class g2d.graph.java_cup.runtime.lr_parser
Constructor that sets the default scanner.
lr_values() - Static method in class g2d.graph.java_cup.emit
whether or not to emit code for left and right values
lr_values - Static variable in class g2d.graph.java_cup.Main
User option -- should generator generate code for left/right values?
LSQUARE - Static variable in class g2d.graph.sym
 

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