Uses of Class
de.uni_paderborn.fujaba.codegen.CodeGenFragment

Packages that use CodeGenFragment
de.uni_paderborn.fujaba.codegen   
 

Uses of CodeGenFragment in de.uni_paderborn.fujaba.codegen
 

Subclasses of CodeGenFragment in de.uni_paderborn.fujaba.codegen
 class ImportFragment
           
 class TextFragment
           
 

Methods in de.uni_paderborn.fujaba.codegen that return CodeGenFragment
 CodeGenFragment CodeGenVisitor.getFirstFragment()
          Get the firstFragment attribute of the CodeGenVisitor object
 CodeGenFragment CodeGenVisitor.getCurrentFragment()
          Get the currentFragment attribute of the CodeGenVisitor object
 CodeGenFragment CodeGenFragment.getPreviousFragment()
          Get the previousToken attribute of the CodeGenToken object
 CodeGenFragment CodeGenFragment.getNextFragment()
          Get the nextToken attribute of the CodeGenToken object
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type CodeGenFragment
 boolean CodeGenVisitor.writeFragmentToStream(CodeGenFragment fragment, java.io.Writer theWriter)
          No comment provided by developer, please add a comment to improve documentation.
 void CodeGenVisitor.setFirstFragment(CodeGenFragment fragment)
          Sets the firstFragment attribute of the CodeGenVisitor object
 void CodeGenVisitor.appendFragment(CodeGenFragment fragment)
          No comment provided by developer, please add a comment to improve documentation.
 void CodeGenFragment.setPreviousFragment(CodeGenFragment previousToken)
          Sets the previousToken attribute of the CodeGenToken object
 void CodeGenFragment.setNextFragment(CodeGenFragment nextToken)
          Sets the nextToken attribute of the CodeGenToken object