|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferScope | |
---|---|
org.prorefactor.nodetypes | Subtypes of org.prorefactor.core.JPNode, and related classes. |
org.prorefactor.treeparser | General use classes for any or all Tree Parsers. |
Uses of BufferScope in org.prorefactor.nodetypes |
---|
Methods in org.prorefactor.nodetypes that return BufferScope | |
---|---|
BufferScope |
FieldRefNode.getBufferScope()
|
BufferScope |
RecordNameNode.getBufferScope()
|
Methods in org.prorefactor.nodetypes with parameters of type BufferScope | |
---|---|
void |
FieldRefNode.setBufferScope(BufferScope bufferScope)
|
void |
RecordNameNode.setBufferScope(BufferScope bufferScope)
|
Uses of BufferScope in org.prorefactor.treeparser |
---|
Fields in org.prorefactor.treeparser declared as BufferScope | |
---|---|
BufferScope |
FieldLookupResult.bufferScope
|
Methods in org.prorefactor.treeparser that return BufferScope | |
---|---|
BufferScope |
Block.addWeakBufferScope(TableBuffer symbol)
Create a "weak" buffer scope. |
BufferScope |
Block.getBufferForReference(TableBuffer symbol)
Find or create a buffer for the input BufferSymbol |
Methods in org.prorefactor.treeparser with parameters of type BufferScope | |
---|---|
void |
Block.addBufferScopeReferences(BufferScope bufferScope)
Add a reference to a BufferScope to this and all outer blocks. |
boolean |
Block.isBufferLocal(BufferScope buff)
Is a buffer scoped to this or any parent of this block. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |