Class Jcoder.Context

  • Enclosing class:
    Jcoder

    public class Jcoder.Context
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Context()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void exit()  
      void init()  
      (package private) boolean isConstantPool()  
      java.lang.String toString()  
      (package private) void update()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • hasCP

        private boolean hasCP
      • hasMethods

        private boolean hasMethods
      • hasInterfaces

        private boolean hasInterfaces
      • hasFields

        private boolean hasFields
    • Constructor Detail

      • Context

        Context()
    • Method Detail

      • isConstantPool

        boolean isConstantPool()
      • init

        public void init()
      • update

        void update()
      • exit

        void exit()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object