com.jeffpalm.scoping.compiler.ast
Class ExplicitConstructorCall.This

java.lang.Object
  extended by com.jeffpalm.scoping.compiler.ast.Node
      extended by com.jeffpalm.scoping.compiler.ast.Statement
          extended by com.jeffpalm.scoping.compiler.ast.Expression
              extended by com.jeffpalm.scoping.compiler.ast.ExplicitConstructorCall
                  extended by com.jeffpalm.scoping.compiler.ast.ExplicitConstructorCall.This
Enclosing class:
ExplicitConstructorCall

public static final class ExplicitConstructorCall.This
extends ExplicitConstructorCall


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.scoping.compiler.ast.ExplicitConstructorCall
ExplicitConstructorCall.Super, ExplicitConstructorCall.This
 
Field Summary
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.ExplicitConstructorCall
arguments
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node
pos
 
Method Summary
 boolean isSuper()
           
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.ExplicitConstructorCall
traverse
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.Node
toString, typeString, whatToPrint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isSuper

public boolean isSuper()
Specified by:
isSuper in class ExplicitConstructorCall