Class DoubleQuoteEvent
- java.lang.Object
-
- java.util.EventObject
-
- edu.uiuc.ncsa.security.util.functor.parser.event.ParserEvent
-
- edu.uiuc.ncsa.security.util.functor.parser.event.DoubleQuoteEvent
-
- All Implemented Interfaces:
Serializable
public class DoubleQuoteEvent extends ParserEvent
Created by Jeff Gaynor
on 7/16/18 at 11:37 AM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
characters
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description DoubleQuoteEvent(EventDrivenParser source, String characters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCharacters()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
characters
protected String characters
-
-
Constructor Detail
-
DoubleQuoteEvent
public DoubleQuoteEvent(EventDrivenParser source, String characters)
-
-
Method Detail
-
getCharacters
public String getCharacters()
-
-