tools/JavaEnumDeclarationNode.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 11 Sep 2013 03:01:48 +0100
branchdevelopment
changeset 2725 258b8c6de530
parent 2482 109ed9ecf4f7
child 2711 a00302fe5083
permissions -rw-r--r--
STC bug workaround in JavaMethod>>source.

"{ Package: 'stx:libjava/tools' }"

JavaTypeDeclarationNode subclass:#JavaEnumDeclarationNode
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Java-Parser-AST'
!


!JavaEnumDeclarationNode class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
! !