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 _

N

name() - Method in class g2d.graph.java_cup.symbol
String for the human readable name of the symbol.
needs_propagation - Variable in class g2d.graph.java_cup.lalr_item
Flag to indicate that this item needs to propagate its lookahead (whether it has changed or not).
newGraph - Variable in class g2d.graph.parser
 
next() - Method in class g2d.graph.java_cup.lalr_transition
Next transition in linked list of transitions out of a state
next_char - Static variable in class g2d.graph.java_cup.lexer
First character of lookahead.
next_char2 - Static variable in class g2d.graph.java_cup.lexer
Second character of lookahead.
next_char3 - Static variable in class g2d.graph.java_cup.lexer
Second character of lookahead.
next_char4 - Static variable in class g2d.graph.java_cup.lexer
Second character of lookahead.
next_index - Static variable in class g2d.graph.java_cup.lalr_state
Static counter for assigning unique state indexes.
next_index - Static variable in class g2d.graph.java_cup.non_terminal
Static counter to assign unique indexes.
next_index - Static variable in class g2d.graph.java_cup.production
Static counter for assigning unique index numbers.
next_index - Static variable in class g2d.graph.java_cup.terminal
Static counter to assign unique index.
next_nt - Static variable in class g2d.graph.java_cup.non_terminal
Static counter for creating unique non-terminal names
next_token() - Static method in class g2d.graph.java_cup.lexer
Return one Symbol.
next_token() - Method in interface g2d.graph.java_cup.runtime.Scanner
Return the next token, or null on end-of-file.
no_prec - Static variable in class g2d.graph.java_cup.assoc
 
no_summary - Static variable in class g2d.graph.java_cup.Main
User option -- do not print a summary.
NODE - Static variable in class g2d.graph.sym
 
NODE_BORDER_COLOR - Static variable in class g2d.swing.IOPConstants
 
NODE_FILL_COLOR - Static variable in class g2d.swing.IOPConstants
 
NODE_HEIGHT - Static variable in class g2d.swing.IOPConstants
 
NODE_SELECTED_COLOR - Static variable in class g2d.swing.IOPConstants
 
NODE_SHAPE - Static variable in class g2d.swing.IOPConstants
 
NODE_WIDTH - Static variable in class g2d.swing.IOPConstants
 
NodeDialog - Class in g2d.graph
 
NodeDialog(IOPFrame) - Constructor for class g2d.graph.NodeDialog
 
NodeDialog(IOPFrame, IOPNode) - Constructor for class g2d.graph.NodeDialog
 
NON - Static variable in class g2d.graph.java_cup.sym
 
non_terminal - Class in g2d.graph.java_cup
This class represents a non-terminal symbol in the grammar.
non_terminal(String, String) - Constructor for class g2d.graph.java_cup.non_terminal
Full constructor.
non_terminal(String) - Constructor for class g2d.graph.java_cup.non_terminal
Constructor with default type.
nonassoc - Static variable in class g2d.graph.java_cup.assoc
 
NONASSOC - Static variable in class g2d.graph.java_cup.parse_action
Constants for action type -- reduce action.
NONASSOC - Static variable in class g2d.graph.java_cup.sym
 
nonassoc_action - Class in g2d.graph.java_cup
This class represents a shift/reduce nonassociative error within the parse table.
nonassoc_action() - Constructor for class g2d.graph.java_cup.nonassoc_action
Simple constructor.
NONTERMINAL - Static variable in class g2d.graph.java_cup.sym
 
not_null(Object) - Method in class g2d.graph.java_cup.lalr_item_set
Helper function for null test.
not_null(Object) - Method in class g2d.graph.java_cup.symbol_set
Helper function to test for a null object and throw an exception if one is found.
not_null(Object) - Method in class g2d.graph.java_cup.terminal_set
Helper function to test for a null object and throw an exception if one is found.
not_reduced - Static variable in class g2d.graph.java_cup.emit
Count of the number on non-reduced productions found.
note_reduction_use() - Method in class g2d.graph.java_cup.production
Increment the count of reductions with this non-terminal
note_use() - Method in class g2d.graph.java_cup.symbol
Increment the use count.
nowarn - Static variable in class g2d.graph.java_cup.emit
Do we skip warnings?
nth(int) - Method in class g2d.jlambda.List
Returns the nth element of this list, starting from zero.
nullability_end - Static variable in class g2d.graph.java_cup.Main
Timing data -- when did we end nullability calculation
nullable() - Method in class g2d.graph.java_cup.non_terminal
Nullability of this non terminal.
nullable() - Method in class g2d.graph.java_cup.production
Nullability of the production (can it derive the empty string).
nullable_known() - Method in class g2d.graph.java_cup.production
Is the nullability of the production known or unknown?
num_conflicts - Static variable in class g2d.graph.java_cup.emit
Number of conflict found while building tables.
num_productions() - Method in class g2d.graph.java_cup.non_terminal
Total number of productions with this non terminal on the LHS.
num_reductions() - Method in class g2d.graph.java_cup.production
Count of number of reductions using this production.
num_states() - Method in class g2d.graph.java_cup.parse_action_table
How many rows/states are in the machine/table.
num_states() - Method in class g2d.graph.java_cup.parse_reduce_table
How many rows/states in the machine/table.
number() - Static method in class g2d.graph.java_cup.lalr_state
Indicate total number of states there are.
number() - Static method in class g2d.graph.java_cup.non_terminal
Total number of non-terminals.
number() - Static method in class g2d.graph.java_cup.production
Total number of productions.
number() - Static method in class g2d.graph.java_cup.terminal
Total number of terminals.

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 _