Contents | Index
G
- Gabriel, Richard P., 6, 92
- Gauss, Carl Friedrich, 42, 196, 650
- gc method
- See also memory
- of class
Runtime
, 566 - of class
System
, 583
- Geisel, Theodore, 125
- generation
- code, see code generation
- get
get
method
- of class
BitSet
, 620 - of class
Dictionary
, 633 - of class
Hashtable
, 637
getAbsolutePath
method, of class File
, 755getBoolean
method, of class Boolean
, 470getBytes
method, of class String
, 536getChars
method
- of class
String
, 536 - of class
StringBuffer
, 552
getClass
method, of class Object
, 458getClassContext
method, of class SecurityManager
, 571getClassLoader
method, of class Class
, 468getDate
method, of class Date
, 627getDay
method, of class Date
, 627getErrorStream
method, of class Process
, 561getException
method, of class ExceptionInInitializerError
, 614
getFD
method
- of class
FileInputStream
, 685 - of class
FileOutputStream
, 723 - of class
RandomAccessFile
, 745
getFilePointer
method, of class RandomAccessFile
, 745getHours
method, of class Date
, 628getInCheck
method, of class SecurityManager
, 572getInputStream
method, of class Process
, 561getInteger
method, of class Integer
, 493getInterfaces
method, of class Class
, 467getLineNumber
method, of class LineNumberInputStream
, 709getLocalizedInputStream
method, of class Runtime
, 567getLocalizedOutputStream
method, of class Runtime
, 568getLong
method, of class Long
, 501getMaxPriority
method, of class ThreadGroup
, 607getMessage
method, of class ThreadGroup
, 612getMinutes
method, of class Date
, 628getMonth
method, of class Date
, 627getName
method
- of class
Class
, 466 - of class
File
, 755 - of class
Thread
, 596 - of class
ThreadGroup
, 605
getOutputStream
method, of class Process
, 561getParent
method
- of class
File
, 755 - of class
ThreadGroup
, 605
getPath
method, of class File
, 755getPriority
method, of class Thread
, 597getProperties
method, of class System
, 581getProperty
method
- of class
File
, 753 - of class
Properties
, 640 - of class
System
, 582
getRuntime
method, of class Runtime
, 563getSeconds
method, of class Date
, 628getSecurityManager
method, of class System
, 580getSuperclass
method, of class Class
, 467
getThreadGroup
method, of class Thread
, 597getTime
method, of class Date
, 629getTimezoneOffset
method, of class Date
, 630getYear
method, of class Date
, 626
- Gilbert, W. S., 181
- goal symbols
- CompilationUnit, 117
- syntactic grammar use, 8
- Input, lexical grammar use, 7
- good fences, 183
- goto statement
- See labeled statements
- gradual underflow
- See also exceptions; floating-point; IEEE 754 standard; numbers
- support required for, 34
- grammars
- See also languages; lexical; semantics
- (chapter), 7
- context-free, term definition, 7
- difficulties with, as given in body of Java Language Specification, 433
if
statement, dangling else
handling, 270- LALR(1), (chapter), 433
- lexical
- (chapter), 11
- term definition, 7
- modifier specification difficulties, 435
- name specification difficulties, 433
- notation, 8
- one-token lookahead, primary expression evaluation implications, 311
- syntactic, 8
- LALR(1) grammar, 440
- term definition, 8
- groups method
- of class
ThreadGroup
, 608
- groupsCount method
- of class
ThreadGroup
, 608