Class EPatternCompiler.EPattern.P
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P
- Enclosing class:
- EPatternCompiler.EPattern
Internal multi-pattern holding an input or output pattern block.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
getFlags()
int
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.E
getLine
(int index) List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.E>
getLines()
int
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.E
toString()
-
Method Details
-
getFlags
public int getFlags() -
getLines
public List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.E> getLines() -
getLine
public com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.E getLine(int index) -
getCountOfLines
public int getCountOfLines() -
getTriggerLine
public com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.E getTriggerLine() -
getTriggerIndex
public int getTriggerIndex() -
getFirstReplacedLineIndex
public int getFirstReplacedLineIndex() -
getLastReplacedLineIndex
public int getLastReplacedLineIndex() -
getCountOfReplacedLines
public int getCountOfReplacedLines() -
toString
-