com.jeffpalm.scoping.compiler.ast
Class BasicClassLiteral

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.ClassLiteral
                  extended by com.jeffpalm.scoping.compiler.ast.BasicClassLiteral

public final class BasicClassLiteral
extends ClassLiteral


Field Summary
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node
pos
 
Method Summary
 IType type()
           
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.ClassLiteral
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

type

public final IType type()
Specified by:
type in class ClassLiteral