Charmik1994

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created parse .kt file with anonymous classes
AnsweredHello! I am trying to parse .kt file and get path of classes from root to specific variable. I parse .kt file like this: (KtFile) PsiFileFactory.getInstance( KotlinCoreEnvironment.createForProdu... -
Created parse .java file outside plugin
AnsweredHello! I wanted to use java-parser from jetBrains library. I have a simple task, I want to parse my .java class from disk and get AST, and then I want to make analysis by AST (i.e get names of anon...