public class ClosureOrigin extends ExpressionOrigin
| Modifier and Type | Field and Description |
|---|---|
static ClosureOrigin |
UNKNOWN |
| Constructor and Description |
|---|
ClosureOrigin(ExpressionOrigin origin,
int offset,
int debugLine) |
ClosureOrigin(java.lang.String elementId,
java.lang.String property,
int offset,
int debugLine) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getDebugLine() |
int |
getOffset() |
int |
hashCode() |
java.lang.String |
toString() |
getElementId, getPropertypublic static final ClosureOrigin UNKNOWN
public ClosureOrigin(java.lang.String elementId,
java.lang.String property,
int offset,
int debugLine)
public ClosureOrigin(ExpressionOrigin origin, int offset, int debugLine)
public java.lang.String toString()
toString in class ExpressionOriginpublic int getOffset()
public int getDebugLine()
public int hashCode()
hashCode in class ExpressionOriginpublic boolean equals(java.lang.Object obj)
equals in class ExpressionOriginCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.