JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jminusminus
Interface IDefn
All Known Implementing Classes:
LocalVariableDefn
,
TypeNameDefn
interface
IDefn
The IDefn type is used to implement definitions of those things (local variables, formal arguments, types) that are named in some context (or scope).
Method Summary
Methods
Modifier and Type
Method and Description
Type
type
()
The (local variable, formal parameter, or local or imported name) definition's type.
Method Detail
type
Type
type()
The (local variable, formal parameter, or local or imported name) definition's type.
Returns:
the definition's type.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method