Package org.joni.ast
Class CTypeNode
- java.lang.Object
-
- org.joni.ast.Node
-
- org.joni.ast.CTypeNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.joni.ast.Node
Node.TopNode
-
-
Field Summary
Fields Modifier and Type Field Description boolean
asciiRange
int
ctype
boolean
not
-
Constructor Summary
Constructors Constructor Description CTypeNode(int type, boolean not, boolean asciiRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
toString(int level)
-
Methods inherited from class org.joni.ast.Node
getAddressName, getChild, getType, getType2Bit, isSimple, newTop, pad, replaceWith, setChild, toString
-
-