islands/JavaParser.st
changeset 642 77d5fddb6462
parent 454 a9cd5ea7cc36
--- a/islands/JavaParser.st	Sat Mar 19 00:12:47 2016 +0100
+++ b/islands/JavaParser.st	Wed Nov 14 13:01:14 2018 +0100
@@ -11,7 +11,70 @@
 	category:'PetitIslands-Examples'
 !
 
-JavaParser comment:'A JavaParser is a island parser, that can extract method names from a java file.

Instance Variables
	arguments:		<Object>
	block:		<Object>
	classBody:		<Object>
	classDef:		<Object>
	classId:		<Object>
	javaClass:		<Object>
	javaClassIsland:		<Object>
	methodBody:		<Object>
	methodDef:		<Object>
	methodModifiers:		<Object>
	methodName:		<Object>
	modifiers:		<Object>
	semicolon:		<Object>
	throws:		<Object>
	type:		<Object>

arguments
	- xxxxx

block
	- xxxxx

classBody
	- xxxxx

classDef
	- xxxxx

classId
	- xxxxx

javaClass
	- xxxxx

javaClassIsland
	- xxxxx

methodBody
	- xxxxx

methodDef
	- xxxxx

methodModifiers
	- xxxxx

methodName
	- xxxxx

modifiers
	- xxxxx

semicolon
	- xxxxx

throws
	- xxxxx

type
	- xxxxx
'
+JavaParser comment:'A JavaParser is a island parser, that can extract method names from a java file.
+
+Instance Variables
+	arguments:		<Object>
+	block:		<Object>
+	classBody:		<Object>
+	classDef:		<Object>
+	classId:		<Object>
+	javaClass:		<Object>
+	javaClassIsland:		<Object>
+	methodBody:		<Object>
+	methodDef:		<Object>
+	methodModifiers:		<Object>
+	methodName:		<Object>
+	modifiers:		<Object>
+	semicolon:		<Object>
+	throws:		<Object>
+	type:		<Object>
+
+arguments
+	- xxxxx
+
+block
+	- xxxxx
+
+classBody
+	- xxxxx
+
+classDef
+	- xxxxx
+
+classId
+	- xxxxx
+
+javaClass
+	- xxxxx
+
+javaClassIsland
+	- xxxxx
+
+methodBody
+	- xxxxx
+
+methodDef
+	- xxxxx
+
+methodModifiers
+	- xxxxx
+
+methodName
+	- xxxxx
+
+modifiers
+	- xxxxx
+
+semicolon
+	- xxxxx
+
+throws
+	- xxxxx
+
+type
+	- xxxxx
+'
 !
 
 !JavaParser methodsFor:'as yet unclassified'!