JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
KeY 2.6.2_00c1abfd22b738afe24e89fecc2ee4eec2c38f4a
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.uka.ilkd.key.java
Interface NamedModelElement
All Superinterfaces:
ModelElement
All Known Subinterfaces:
ArrayType
,
ClassType
,
ClassTypeContainer
,
Constructor
,
Field
,
Member
,
Method
,
NamedProgramElement
,
NameReference
,
ProgramConstruct
,
ProgramModelElement
,
Type
,
TypeReference
,
TypeReferenceInfix
,
Variable
All Known Implementing Classes:
ArrayDeclaration
,
ArrayLength
,
ArrayPostDecl
,
Break
,
ClassDeclaration
,
ConstructorCall
,
ConstructorDeclaration
,
Continue
,
CreateObject
,
DefaultConstructor
,
DoBreak
,
EnhancedForElimination
,
EnumClassDeclaration
,
EvaluateArgs
,
ExpandMethodBody
,
FieldReference
,
FieldSpecification
,
ForToWhile
,
ImplicitFieldSpecification
,
InitArray
,
InitArrayCreation
,
InterfaceDeclaration
,
IsStatic
,
KeYJavaType
,
LabeledStatement
,
LabelJumpStatement
,
MethodCall
,
MethodDeclaration
,
MethodReference
,
MultipleVarDecl
,
NullType
,
Package
,
PackageReference
,
PostWork
,
PrimitiveType
,
ProgramSV
,
ProgramTransformer
,
SchematicFieldReference
,
SchemaTypeReference
,
SpecialConstructorCall
,
StaticInitialisation
,
SuperArrayDeclaration
,
SwitchToIf
,
TypeDeclaration
,
TypeOf
,
TypeRef
,
TypeReferenceImp
,
Unpack
,
UnwindLoop
,
VariableReference
,
VariableSpecification
public interface
NamedModelElement
extends
ModelElement
A model element that carries a name.
Method Summary
Methods
Modifier and Type
Method and Description
String
getName
()
Return the name of the model element.
Method Detail
getName
String
getName()
Return the name of the model element.
Returns:
the name of the model element.
Overview
Package
Class
Tree
Deprecated
Index
Help
KeY 2.6.2_00c1abfd22b738afe24e89fecc2ee4eec2c38f4a
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method