Package org.joni.ast
Class CTypeNode
java.lang.Object
org.joni.ast.Node
org.joni.ast.CTypeNode
- All Implemented Interfaces:
NodeType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.joni.ast.Node
Node.TopNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.joni.ast.Node
getAddressName, getChild, getType, getType2Bit, isSimple, newTop, pad, replaceWith, setChild, toString
-
Field Details
-
ctype
public final int ctype -
not
public final boolean not -
asciiRange
public final boolean asciiRange
-
-
Constructor Details
-
CTypeNode
public CTypeNode(int type, boolean not, boolean asciiRange)
-
-
Method Details