org.jrubyparser.lexer
Class Lexer.HeredocContext

java.lang.Object
  extended by org.jrubyparser.lexer.Lexer.HeredocContext
Enclosing class:
Lexer

public static class Lexer.HeredocContext
extends Object


Constructor Summary
Lexer.HeredocContext(HeredocTerm term)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 boolean isLookingForEnd()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lexer.HeredocContext

public Lexer.HeredocContext(HeredocTerm term)
Method Detail

isLookingForEnd

public boolean isLookingForEnd()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.