org.globus.cog.karajan.translator.atoms
Class MultiLineComment
java.lang.Object
org.globus.cog.karajan.parser.AbstractGrammarElement
org.globus.cog.karajan.parser.atoms.AbstractAtom
org.globus.cog.karajan.translator.atoms.SingleLineComment
org.globus.cog.karajan.translator.atoms.MultiLineComment
- All Implemented Interfaces:
- GrammarElement
- public class MultiLineComment
- extends SingleLineComment
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiLineComment
public MultiLineComment()
parse
public boolean parse(ParserContext context,
Stack stack)
throws ParsingException
- Specified by:
parse in interface GrammarElement- Overrides:
parse in class SingleLineComment
- Throws:
ParsingException