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(String elementId,
String property,
int offset,
int debugLine) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getDebugLine() |
int |
getOffset() |
int |
hashCode() |
String |
toString() |
getElementId, getProperty
public static final ClosureOrigin UNKNOWN
public ClosureOrigin(ExpressionOrigin origin, int offset, int debugLine)
public String toString()
toString
in class ExpressionOrigin
public int getOffset()
public int getDebugLine()
public int hashCode()
hashCode
in class ExpressionOrigin
public boolean equals(Object obj)
equals
in class ExpressionOrigin
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.