Class ByteCodeStatement

java.lang.Object
org.jd.core.v1.model.javasyntax.statement.ByteCodeStatement
All Implemented Interfaces:
Iterable<Statement>, BaseStatement, Statement, Base<Statement>

public class ByteCodeStatement extends Object implements Statement
  • Field Details

    • text

      protected String text
  • Constructor Details

    • ByteCodeStatement

      public ByteCodeStatement(String text)
  • Method Details