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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.apache.oro.text.awk.SyntaxNode
      extended byorg.apache.oro.text.awk.StarNode
          extended byorg.apache.oro.text.awk.PlusNode

final class PlusNode
extends StarNode

Since:
1.o
Version:
@version@

Field Summary
(package private)  SyntaxNode _left
           
 
Constructor Summary
(package private) PlusNode(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

PlusNode

PlusNode(SyntaxNode child)
Method Detail

_nullable

boolean _nullable()
Overrides:
_nullable in class StarNode

_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.

Overrides:
_clone in class StarNode

_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