Package org.yecht

Class Emitter.Node

  • Enclosing class:
    Emitter

    public static class Emitter.Node
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int indent  
      boolean is_shortcut  
      int pos  
    • Constructor Summary

      Constructors 
      Constructor Description
      Node()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pos

        public int pos
      • indent

        public int indent
      • is_shortcut

        public boolean is_shortcut
    • Constructor Detail

      • Node

        public Node()