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 TypeMethodDescriptionintintintintgetFlags()intcom.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.EgetLine(int index) List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.E>getLines()intcom.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern.P.EtoString()
-
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
-