Package org.joni.ast

Class CTypeNode

  • All Implemented Interfaces:
    NodeType

    public final class CTypeNode
    extends Node
    • Field Detail

      • ctype

        public int ctype
      • not

        public boolean not
    • Constructor Detail

      • CTypeNode

        public CTypeNode​(int type,
                         boolean not)
    • Method Detail

      • getType

        public int getType()
        Specified by:
        getType in class Node
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Node
      • toString

        public java.lang.String toString​(int level)
        Specified by:
        toString in class Node