Package org.joni.ast

Class CTypeNode

java.lang.Object
org.joni.ast.Node
org.joni.ast.CTypeNode
All Implemented Interfaces:
NodeType

public final class CTypeNode extends Node
  • Field Details

    • ctype

      public int ctype
    • not

      public boolean not
  • Constructor Details

    • CTypeNode

      public CTypeNode(int type, boolean not)
  • Method Details