org.codehaus.jparsec.examples.java.ast.statement
Class ThisCallStatement

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.java.ast.statement.ThisCallStatement
All Implemented Interfaces:
Statement

public final class ThisCallStatement
extends ValueObject
implements Statement

Represents a "this(params)" statement.

Author:
benyu

Field Summary
 List<Expression> args
           
 
Constructor Summary
ThisCallStatement(List<Expression> args)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

args

public final List<Expression> args
Constructor Detail

ThisCallStatement

public ThisCallStatement(List<Expression> args)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.