tools/JavaDeclarationNode.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 04 Aug 2013 01:46:45 +0100
branchdevelopment
changeset 2641 79395ea8b58f
parent 2482 tools/JavaDeclarationWithJavadodNode.st@109ed9ecf4f7
child 2697 d5110c6822c6
permissions -rw-r--r--
Initial support for block and incremental highlighting... ...although very naive now. Block and increments are highligter only on on lexical basis, i.e., no full parsing is done. Therefore method calls, fields and classes are not recognized...

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

JavaParseNode subclass:#JavaDeclarationNode
	instanceVariableNames:'javadoc annotations'
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Java-Parser-AST'
!


!JavaDeclarationNode class methodsFor:'documentation'!

version_HG

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