Class GetSetText.DummyGetSet
- java.lang.Object
-
- org.jrd.frontend.frame.main.decompilerview.verifiers.GetSetText.DummyGetSet
-
- All Implemented Interfaces:
GetSetText
- Enclosing interface:
- GetSetText
public static class GetSetText.DummyGetSet extends java.lang.Object implements GetSetText
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jrd.frontend.frame.main.decompilerview.verifiers.GetSetText
GetSetText.DummyGetSet
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
text
-
Constructor Summary
Constructors Constructor Description DummyGetSet(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
void
setText(java.lang.String s)
-
-
-
Method Detail
-
getText
public java.lang.String getText()
- Specified by:
getText
in interfaceGetSetText
-
setText
public void setText(java.lang.String s)
- Specified by:
setText
in interfaceGetSetText
-
-