|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joni.ast.Node
org.joni.ast.CTypeNode
public final class CTypeNode
Field Summary | |
---|---|
int |
ctype
|
boolean |
not
|
Fields inherited from class org.joni.ast.Node |
---|
parent |
Fields inherited from interface org.joni.constants.NodeType |
---|
ALLOWED_IN_LB, ALT, ANCHOR, BIT_ALT, BIT_ANCHOR, BIT_BREF, BIT_CALL, BIT_CANY, BIT_CCLASS, BIT_CTYPE, BIT_ENCLOSE, BIT_LIST, BIT_QTFR, BIT_STR, BREF, CALL, CANY, CCLASS, CTYPE, ENCLOSE, LIST, QTFR, SIMPLE, STR |
Constructor Summary | |
---|---|
CTypeNode(int type,
boolean not)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
int |
getType()
|
java.lang.String |
toString(int level)
|
Methods inherited from class org.joni.ast.Node |
---|
getAddressName, getChild, getType2Bit, isAllowedInLookBehind, isInvalidQuantifier, isSimple, pad, setChild, swap, toString, verifyTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int ctype
public boolean not
Constructor Detail |
---|
public CTypeNode(int type, boolean not)
Method Detail |
---|
public int getType()
getType
in class Node
public java.lang.String getName()
getName
in class Node
public java.lang.String toString(int level)
toString
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |