|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use BiType | |
---|---|
net.sourceforge.jeuclid.biparser |
Uses of BiType in net.sourceforge.jeuclid.biparser |
---|
Methods in net.sourceforge.jeuclid.biparser that return BiType | |
---|---|
BiType |
TextNode.getType()
get the type of node. |
BiType |
IBiNode.getType()
get the type of node, can be BiNode, EmptyNode or TextNode. |
BiType |
EmptyNode.getType()
get the type of node. |
BiType |
BiNode.getType()
get the type of node. |
static BiType |
BiType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BiType[] |
BiType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |