Interface CodeItemWithDeclaration

All Superinterfaces:
CodeItem
All Known Subinterfaces:
CodeArrayType, CodeComposedType, CodeField, CodeGenericType, CodeLocalVariable, CodeParameter, CodeParameterizedType, CodeType, CodeTypePlaceholder, CodeTypeVariable, CodeTypeWildcard, CodeVariable, CodeVariableThis

public interface CodeItemWithDeclaration extends CodeItem
CodeItem representing a declaration.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)