- All Implemented Interfaces:
NodeType
public final class AnyCharNode
extends Node
-
Field Summary
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
Constructors
-
Method Summary
Methods inherited from class org.joni.ast.Node
getAddressName, getChild, getType2Bit, isAllowedInLookBehind, isInvalidQuantifier, isSimple, pad, setChild, swap, toString, verifyTree
-
Constructor Details
-
AnyCharNode
public AnyCharNode()
-
Method Details
-
getType
public int getType()
- Specified by:
getType
in class Node
-
-