|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodGenerator.Chunk | |
---|---|
org.apache.xalan.xsltc.compiler.util |
Uses of MethodGenerator.Chunk in org.apache.xalan.xsltc.compiler.util |
---|
Methods in org.apache.xalan.xsltc.compiler.util with parameters of type MethodGenerator.Chunk | |
---|---|
(package private) boolean |
MethodGenerator.Chunk.isAdjacentTo(MethodGenerator.Chunk neighbour)
Determines whether this outlineable MethodGenerator.Chunk is
followed immediately by the argument
MethodGenerator.Chunk , with no other intervening
instructions, including OutlineableChunkStart or
OutlineableChunkEnd instructions. |
private java.util.ArrayList |
MethodGenerator.mergeAdjacentChunks(MethodGenerator.Chunk[] chunks)
Merge adjacent sibling chunks to produce larger candidate chunks for outlining |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |