public class WindowFrame extends Object implements LanguageObject
Modifier and Type | Class and Description |
---|---|
static class |
WindowFrame.FrameBound |
LanguageObject.Util
Constructor and Description |
---|
WindowFrame(WindowFrame.FrameMode mode) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor.
|
WindowFrame |
clone()
Implement clone to make objects cloneable.
|
boolean |
equals(Object obj) |
WindowFrame.FrameBound |
getEnd()
Return the end bound, may be null
|
WindowFrame.FrameMode |
getMode() |
WindowFrame.FrameBound |
getStart() |
int |
hashCode() |
void |
setEnd(WindowFrame.FrameBound upperBound) |
void |
setMode(WindowFrame.FrameMode mode) |
void |
setStart(WindowFrame.FrameBound lowerBound) |
String |
toString() |
public WindowFrame(WindowFrame.FrameMode mode)
public WindowFrame.FrameBound getStart()
public WindowFrame.FrameBound getEnd()
public void setStart(WindowFrame.FrameBound lowerBound)
public void setEnd(WindowFrame.FrameBound upperBound)
public WindowFrame.FrameMode getMode()
public void setMode(WindowFrame.FrameMode mode)
public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
acceptVisitor
in interface LanguageObject
visitor
- Visitor being usedpublic WindowFrame clone()
LanguageObject
clone
in interface LanguageObject
clone
in class Object
Copyright © 2020. All rights reserved.