jltools.ast
Interface Typed

All Known Subinterfaces:
AmbExpr, AmbNewArray, AmbParamTypeOrAccess, AmbReceiver, AmbTypeNode, ArrayAccess, ArrayInit, ArrayTypeNode, Assign, Binary, BooleanLit, Call, CanonicalTypeNode, Cast, CharLit, Conditional, DeclassifyExpr, Expr, Field, FloatLit, Instanceof, InstTypeNode, IntLit, LabeledTypeNode, Lit, Local, New, NewArray, NewLabel, NullLit, NumLit, QualifiedNew, Receiver, Special, StringLit, TypeNode, Unary

public interface Typed

Typed represents any node that has a type associated with it.


Method Summary
 Type type()
          Return the type of this node, or null if no type has been assigned yet.
 

Method Detail

type

public Type type()
Return the type of this node, or null if no type has been assigned yet.