Package org.joni.ast

Class CTypeNode

  • All Implemented Interfaces:
    NodeType

    public final class CTypeNode
    extends Node
    • Field Detail

      • ctype

        public final int ctype
      • not

        public final boolean not
      • asciiRange

        public final boolean asciiRange
    • Constructor Detail

      • CTypeNode

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

      • 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