Class Statement

    • Field Detail

      • _offset

        private int _offset
        the offset of 'this' Expression, as computed for its bytecode by the Java compiler
    • Constructor Detail

      • Statement

        protected Statement​(int offset)
    • Method Detail

      • isEmbeddable

        public boolean isEmbeddable()
      • getNextStatement

        public final Statement getNextStatement()
      • getPreviousStatement

        public final Statement getPreviousStatement()
      • getOffset

        public int getOffset()
        Returns the bytecode offset for 'this' expression, as computed by the Java compiler.