Package it.ramecera.salad.analysis
Class JavaMethod
java.lang.Object
it.ramecera.salad.analysis.JavaMethod
public class JavaMethod
extends java.lang.Object
Property of a Java class.
Creation date: 2020-04-09
modification date: 2020-04-09
Company: Rameceraâ„¢
Modifications:
- Author:
- M. Maglioni
-
Field Summary
Fields Modifier and Type Field Description boolean
fabstract
if it is abstractjava.lang.String
fclasse
type returnedboolean
ffinal
if it is finaljava.lang.String
fnome
name of the methodjava.lang.String
fprimitivo
elementary type returnedboolean
fstatic
if it is staticint
fvisibilita
visibility: public = 3, protected = 2, default = 0, private = 1java.lang.String
grezzo0
raw content n. 0java.util.List<java.lang.String>
istruzioneE
the source code, list of instructions without the semicolonjava.lang.String
row1
raw content n. 1java.lang.String
testata
line containing the method name -
Constructor Summary
Constructors Constructor Description JavaMethod()
-
Method Summary
-
Field Details
-
fvisibilita
public int fvisibilitavisibility: public = 3, protected = 2, default = 0, private = 1 -
fabstract
public boolean fabstractif it is abstract -
ffinal
public boolean ffinalif it is final -
fstatic
public boolean fstaticif it is static -
grezzo0
public java.lang.String grezzo0raw content n. 0 -
row1
public java.lang.String row1raw content n. 1 -
fnome
public java.lang.String fnomename of the method -
fprimitivo
public java.lang.String fprimitivoelementary type returned -
fclasse
public java.lang.String fclassetype returned -
istruzioneE
public java.util.List<java.lang.String> istruzioneEthe source code, list of instructions without the semicolon -
testata
public java.lang.String testataline containing the method name
-
-
Constructor Details
-
JavaMethod
public JavaMethod()
-