Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
Z
_
C
calc_lookahead(terminal_set)
- Method in class java_cup.
lalr_item
Calculate lookahead representing symbols that could appear after the symbol that the dot is currently in front of.
catchLocation()
- Method in class jmusic.jdi.
ExceptionEventWrapper
changeStaff(int, GeneratedStaff)
- Method in class jcaas.midi.
GeneratedScore
A method to replace one of the staves in this score
changeStaff(int, Staff)
- Method in class jcaas.midi.
Score
A method to replace one of the staves in this score
check_first_set()
- Method in class java_cup.
production
Update (and return) the first set based on current NT firsts.
check_nullable()
- Method in class java_cup.
production
Check to see if the production (now) appears to be nullable.
check_reductions()
- Method in class java_cup.
parse_action_table
Check the table to ensure that all productions have been reduced.
Chord
- Class in
jcaas.midi
Chord(String)
- Constructor for class jcaas.midi.
Chord
Default class constructor taking a string name for the chord.
Chord(String, int)
- Constructor for class jcaas.midi.
Chord
CHORD_MESSAGE
- Static variable in class jcaas.midi.messages.
MMessage
ChordMessage
- Class in
jcaas.midi.messages
Class to pass messages about Chords.
ChordMessage(Chord)
- Constructor for class jcaas.midi.messages.
ChordMessage
Standard Constructor
className()
- Method in class jmusic.jdi.
ClassUnloadEventWrapper
ClassPrepareEventHandler
- Class in
jmusic.jdi
ClassPrepareEventHandler(JDIObserver, String)
- Constructor for class jmusic.jdi.
ClassPrepareEventHandler
ClassPrepareEventWrapper
- Class in
jmusic.jdi
ClassPrepareEventWrapper(ClassPrepareEvent)
- Constructor for class jmusic.jdi.
ClassPrepareEventWrapper
ClassRunner
- Class in
jcaas.util
ClassRunner()
- Constructor for class jcaas.util.
ClassRunner
classSignature()
- Method in class jmusic.jdi.
ClassUnloadEventWrapper
ClassUnloadEventHandler
- Class in
jmusic.jdi
ClassUnloadEventHandler(JDIObserver, String)
- Constructor for class jmusic.jdi.
ClassUnloadEventHandler
ClassUnloadEventWrapper
- Class in
jmusic.jdi
ClassUnloadEventWrapper(ClassUnloadEvent)
- Constructor for class jmusic.jdi.
ClassUnloadEventWrapper
clear()
- Method in class jmusic.midi.
RealTimeChannelQueue
close()
- Method in class jmusic.midi.
MidiEventStreamTransmitter
closeConsole()
- Method in class jcaas.util.
JDIClassRunner
Closes the console window, if any
closeConsole()
- Method in class jmusic.jdi.
JDIClassRunner
Closes the console window, if any
closeWindow()
- Method in class jcaas.util.
Console
Closes the console frame
closeWindow()
- Method in class jmusic.
Console
Closes the console frame
CODE
- Static variable in class java_cup.
sym
code_string()
- Method in class java_cup.
action_part
String containing code for the action in question.
CODE_STRING
- Static variable in class java_cup.
sym
COLON
- Static variable in class java_cup.
sym
COLON_COLON_EQUALS
- Static variable in class java_cup.
sym
COMMA
- Static variable in class java_cup.
sym
COMMA
- Static variable in class jcaas.annotation_parser.
sym
COMMA
- Static variable in class jcaas.evaluation_parser.
sym
CompareSymbol
- Class in
jcaas.script_nodes
This class represents a comparator in the syntax tree of a script.
CompareSymbol()
- Constructor for class jcaas.script_nodes.
CompareSymbol
compareTo(Object)
- Method in class jcaas.script_nodes.
IndexedList
The compareTo method, implemented for the Comparable interface.
compareTo(Object)
- Method in class jcaas.script_nodes.
NumericValue
compile(File)
- Static method in class jcaas.
AnnotationScript
Compiles the script.
compile(InputStream)
- Static method in class jcaas.
AnnotationScript
Compiles the script.
compile(File)
- Static method in class jcaas.
EvalScript
Compiles the given pointer to a script file and returns an instance of this class which encapsulates the functionality of the given script.
compile(InputStream)
- Static method in class jcaas.
EvalScript
Compiles the given input stream and returns an instance of this class which encapsulates the functionality of the given script.
compute_closure()
- Method in class java_cup.
lalr_item_set
Compute the closure of the set using the LALR closure rules.
compute_default()
- Method in class java_cup.
parse_action_row
Compute the default (reduce) action for this row and store it in default_reduce.
compute_first_sets()
- Static method in class java_cup.
non_terminal
Compute first sets for all non-terminals.
compute_nullability()
- Static method in class java_cup.
non_terminal
Compute nullability of all non-terminals.
ConcreteSList
- Class in
jcaas.script_nodes
ConcreteSList()
- Constructor for class jcaas.script_nodes.
ConcreteSList
Console
- Class in
jcaas.util
This class represents an input/output console for the program running in JDI.
Console(Process, JDIHandler[])
- Constructor for class jcaas.util.
Console
Constructor.
Console
- Class in
jmusic
This class represents an input/output console for the program running in JDI.
Console(Process)
- Constructor for class jmusic.
Console
Constructor.
Constant
- Class in
jcaas.script_nodes
This class represents a constant value in a script.s
Constant()
- Constructor for class jcaas.script_nodes.
Constant
Constants
- Class in
jcaas
Constants()
- Constructor for class jcaas.
Constants
Constants
- Class in
jmusic
Constants()
- Constructor for class jmusic.
Constants
contains(lalr_item)
- Method in class java_cup.
lalr_item_set
Does the set contain a particular item?
contains(symbol)
- Method in class java_cup.
symbol_set
Determine if the set contains a particular symbol.
contains(terminal)
- Method in class java_cup.
terminal_set
Determine if the set contains a particular terminal.
contains(int)
- Method in class java_cup.
terminal_set
Given its index determine if the set contains a particular terminal.
Context
- Class in
jcaas.script_nodes
This class facilitates a shared storage area for a script.
Context()
- Constructor for class jcaas.script_nodes.
Context
Creates a default instance of this class.
ControlGraph
- Class in
jcaas.util
ControlGraph(MethodGen)
- Constructor for class jcaas.util.
ControlGraph
Builds a ControlGraph for the given MethodGen object.
convert(Note, KeySignature, KeySignature)
- Static method in class jcaas.midi.
KeySignature
A method to convert a note from one key signature to another.
convertMilliToTick(long)
- Method in class jmusic.midi.
Ticker
convertTicksToMillis(long)
- Method in class jmusic.midi.
MidiEventStreamTransmitter
core_equals(lr_item_core)
- Method in class java_cup.
lr_item_core
Equality comparison for the core only.
core_hashCode()
- Method in class java_cup.
lr_item_core
Hash code for the core (separated so we keep non overridden version).
countInstructions(String)
- Static method in class jcaas.script_nodes.
AnnotationFunctions
Gets the number of occurances a the named instruction in the current match.
crash()
- Method in exception java_cup.
internal_error
Method called to do a forced error exit on an internal error for cases when we can't actually throw the exception.
createAnnotationScript()
- Method in class jmusic.midi.
ZippedJMusicModule
createAuralizationScript()
- Method in class jmusic.midi.
ZippedJMusicModule
createBlackBoardVariableAdd(ConstantPoolGen, String, String, short)
- Static method in class jcaas.
InsertionUtilities
createBlackBoardVariableAdd(ConstantPoolGen, String, String, short)
- Static method in class jmusic.annotation.
InsertionUtilities
createCChangeEvent(int, int, int, long)
- Static method in class jmusic.midi.
MidiUtil
Create a Control Change event
createControlChangeEvent(int, int, int, long)
- Static method in class jmusic.midi.
MidiEventUtil
createFromXML(InputStream, String)
- Static method in class jmusic.
JMusicModuleProperties
createFromXML(File)
- Static method in class jmusic.
JMusicModuleProperties
CreateList()
- Static method in class jcaas.script_nodes.
EvalFunctions
createNoteOffEvent(int, int, int, long)
- Static method in class jmusic.midi.
MidiEventUtil
createNoteOffEvent(int, int, int, long)
- Static method in class jmusic.midi.
MidiUtil
Create a Note Off Event
createNoteOnEvent(int, int, int, long)
- Static method in class jmusic.midi.
MidiEventUtil
createNoteOnEvent(int, int, int, long)
- Static method in class jmusic.midi.
MidiUtil
Create a Note On Event
createPart()
- Method in class jmusic.midi.
RTScore
createProgramChangeEvent(int, int, long)
- Static method in class jmusic.midi.
MidiEventUtil
createProgramChangeEvent(int, int, long)
- Static method in class jmusic.midi.
MidiUtil
Create a Program Change Event
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
Z
_