public final class ThisCallStatement extends ValueObject implements Statement
Modifier and Type | Field and Description |
---|---|
List<Expression> |
args |
Constructor and Description |
---|
ThisCallStatement(List<Expression> args) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final List<Expression> args
public ThisCallStatement(List<Expression> args)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.