org.eclipse.emf.codegen.jet
Class JETParser.Directive

java.lang.Object
  extended by org.eclipse.emf.codegen.jet.JETParser.Directive
All Implemented Interfaces:
JETCoreElement
Enclosing class:
JETParser

public static class JETParser.Directive
extends java.lang.Object
implements JETCoreElement


Field Summary
protected  java.util.Collection<java.lang.String> directives
           
 
Constructor Summary
JETParser.Directive()
           
 
Method Summary
 boolean accept(JETParseEventListener listener, JETReader reader, JETParser parser)
          Return true if the input contained the sequence that matched the action corresponding to this core tag.
 java.util.Collection<java.lang.String> getDirectives()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directives

protected java.util.Collection<java.lang.String> directives
Constructor Detail

JETParser.Directive

public JETParser.Directive()
Method Detail

accept

public boolean accept(JETParseEventListener listener,
                      JETReader reader,
                      JETParser parser)
               throws JETException
Description copied from interface: JETCoreElement
Return true if the input contained the sequence that matched the action corresponding to this core tag.

Specified by:
accept in interface JETCoreElement
Throws:
JETException

getDirectives

public java.util.Collection<java.lang.String> getDirectives()

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.