Package | Description |
---|---|
com.sun.tools.javac.comp | |
com.sun.tools.javac.jvm | |
com.sun.tools.javac.util |
Modifier and Type | Field and Description |
---|---|
protected Bits |
Flow.AbstractAssignAnalyzer.inits
The set of definitely assigned variables.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Flow.AbstractAssignAnalyzer.andSetInits(JCTree tree,
Bits bits) |
protected void |
Flow.AbstractAssignAnalyzer.assignToInits(JCTree tree,
Bits bits) |
protected P |
Flow.AbstractAssignAnalyzer.createNewPendingExit(JCTree tree,
Bits inits,
Bits uninits) |
protected Flow.AssignAnalyzer.AssignPendingExit |
Flow.AssignAnalyzer.createNewPendingExit(JCTree tree,
Bits inits,
Bits uninits) |
protected void |
Flow.AbstractAssignAnalyzer.orSetInits(JCTree tree,
Bits bits) |
Constructor and Description |
---|
AbstractAssignAnalyzer(Bits inits,
Symtab syms,
Names names) |
AbstractAssignPendingExit(JCTree tree,
Bits inits,
Bits uninits) |
AssignPendingExit(JCTree tree,
Bits inits,
Bits uninits) |
Modifier and Type | Method and Description |
---|---|
void |
Code.setDefined(Bits newDefined)
Set the current variable defined state.
|
Modifier and Type | Method and Description |
---|---|
Bits |
Bits.andSet(Bits xs)
this set = this set & xs.
|
Bits |
Bits.assign(Bits someBits) |
Bits |
Bits.diffSet(Bits xs)
this set = this set \ xs.
|
Bits |
Bits.dup()
Return a copy of this set.
|
Bits |
Bits.orSet(Bits xs)
this set = this set | xs.
|
Bits |
Bits.xorSet(Bits xs)
this set = this set ^ xs.
|
Modifier and Type | Method and Description |
---|---|
Bits |
Bits.andSet(Bits xs)
this set = this set & xs.
|
Bits |
Bits.assign(Bits someBits) |
Bits |
Bits.diffSet(Bits xs)
this set = this set \ xs.
|
protected void |
Bits.internalAndSet(Bits xs) |
Bits |
Bits.orSet(Bits xs)
this set = this set | xs.
|
Bits |
Bits.xorSet(Bits xs)
this set = this set ^ xs.
|
Constructor and Description |
---|
Bits(Bits someBits) |
Copyright © 2017 earcam. All rights reserved.