Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.oro.text.awk
Class StarNode  view StarNode download StarNode.java

java.lang.Object
  extended byorg.apache.oro.text.awk.SyntaxNode
      extended byorg.apache.oro.text.awk.StarNode
Direct Known Subclasses:
PlusNode

class StarNode
extends SyntaxNode

Since:
1.0
Version:
@version@

Field Summary
(package private)  SyntaxNode _left
           
 
Constructor Summary
(package private) StarNode(SyntaxNode child)
           
 
Method Summary
(package private)  SyntaxNode _clone(int[] pos)
          This method is designed specifically to accommodate the expansion of an interval into its subparts.
(package private)  java.util.BitSet _firstPosition()
           
(package private)  void _followPosition(java.util.BitSet[] follow, SyntaxNode[] nodes)
           
(package private)  java.util.BitSet _lastPosition()
           
(package private)  boolean _nullable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_left

SyntaxNode _left
Constructor Detail

StarNode

StarNode(SyntaxNode child)
Method Detail

_nullable

boolean _nullable()
Specified by:
_nullable in class SyntaxNode

_firstPosition

java.util.BitSet _firstPosition()
Specified by:
_firstPosition in class SyntaxNode

_lastPosition

java.util.BitSet _lastPosition()
Specified by:
_lastPosition in class SyntaxNode

_followPosition

void _followPosition(java.util.BitSet[] follow,
                     SyntaxNode[] nodes)
Specified by:
_followPosition in class SyntaxNode

_clone

SyntaxNode _clone(int[] pos)
Description copied from class: SyntaxNode
This method is designed specifically to accommodate the expansion of an interval into its subparts.

Specified by:
_clone in class SyntaxNode