All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.parser.RuleFilter1_0

java.lang.Object
   |
   +----w3c.pics.parser.RuleFilter1_0

public class RuleFilter1_0
extends Object
implements RuleFilter1_0Constants

Variable Index

 o error_column
 o error_line
 o error_string
 o expected_tokens
 o lookingAhead
 o token
 o token_source

Constructor Index

 o RuleFilter1_0(InputStream)
 o RuleFilter1_0(RuleFilter1_0TokenManager)

Method Index

 o and_expression(RulesFilter)
 o category()
 o constant()
 o disable_tracing()
 o enable_tracing()
 o expression(RulesFilter)
 o getNextToken()
 o getToken(int)
 o or_expression(RulesFilter)
 o ReInit(InputStream)
 o ReInit(RuleFilter1_0TokenManager)
 o service()
 o simple_expression(RulesFilter)
 o token_error()

Variables

 o token_source
 public RuleFilter1_0TokenManager token_source
 o token
 public Token token
 o lookingAhead
 public boolean lookingAhead
 o error_line
 protected int error_line
 o error_column
 protected int error_column
 o error_string
 protected String error_string
 o expected_tokens
 protected String expected_tokens[]

Constructors

 o RuleFilter1_0
 public RuleFilter1_0(InputStream stream)
 o RuleFilter1_0
 public RuleFilter1_0(RuleFilter1_0TokenManager tm)

Methods

 o expression
 public final void expression(RulesFilter FIL) throws ParseError
 o simple_expression
 public final void simple_expression(RulesFilter FIL) throws ParseError
 o service
 public final String service() throws ParseError
 o category
 public final String category() throws ParseError
 o constant
 public final String constant() throws ParseError
 o or_expression
 public final void or_expression(RulesFilter FIL) throws ParseError
 o and_expression
 public final void and_expression(RulesFilter FIL) throws ParseError
 o ReInit
 public void ReInit(InputStream stream)
 o ReInit
 public void ReInit(RuleFilter1_0TokenManager tm)
 o getNextToken
 public final Token getNextToken() throws ParseError
 o getToken
 public final Token getToken(int index) throws ParseError
 o token_error
 protected void token_error()
 o enable_tracing
 public final void enable_tracing()
 o disable_tracing
 public final void disable_tracing()

All Packages  Class Hierarchy  This Package  Previous  Next  Index